Removing fragments from exercise slides.
This commit is contained in:
parent
46c0e1bc1a
commit
a9ced14ed1
@ -152,11 +152,11 @@ Bitte installiert **zuerst den Compiler**, also MikTeX (Windows), MacTeX (MacOS)
|
|||||||
Erste Schritte im Umgang mit LaTeX
|
Erste Schritte im Umgang mit LaTeX
|
||||||
|
|
||||||
@content
|
@content
|
||||||
* ++ Falls nötig: Install now!
|
* Falls nötig: Install now!
|
||||||
* ++ Ladet euch aus dem VC das Projektarchiv herunter. Entpackt das Archiv.
|
* Ladet euch aus dem VC das Projektarchiv herunter. Entpackt das Archiv.
|
||||||
* ++ Öffnet die Datei `main.tex` im obersten Verzeichnis in TeXstudio.
|
* Öffnet die Datei `main.tex` im obersten Verzeichnis in TeXstudio.
|
||||||
* ++ Navigiert in TeXstudio zu den Befehlseinstellungen: Optionen -> TeXstudio konfigurieren... -> Befehle
|
* Navigiert in TeXstudio zu den Befehlseinstellungen: Optionen -> TeXstudio konfigurieren... -> Befehle
|
||||||
* ++ Ändert den Compiler-Befehl für PdfLaTeX zu: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex`
|
* Ändert den Compiler-Befehl für PdfLaTeX zu: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex`
|
||||||
* ++ Kompiliert die Datei durch Druck auf <span class="emoji">⏩</span>.
|
* Kompiliert die Datei durch Druck auf <span class="emoji">⏩</span>.
|
||||||
* ++ Was ist in dem Ordner passiert, in dem die Datei liegt?
|
* Was ist in dem Ordner passiert, in dem die Datei liegt?
|
||||||
|
|
||||||
|
|||||||
@ -152,11 +152,11 @@ Please install **the compiler first** (MikTeX on Windows, MacTeX on MacOS, TeX L
|
|||||||
First steps with LaTeX
|
First steps with LaTeX
|
||||||
|
|
||||||
@content
|
@content
|
||||||
* ++ If necessary: Install now!
|
* If necessary: Install now!
|
||||||
* ++ Download the project archive from the VC. Unzip the archive.
|
* Download the project archive from the VC. Unzip the archive.
|
||||||
* ++ Open the file `main.tex` in TeXstudio. It is located in the root directory of the archive.
|
* Open the file `main.tex` in TeXstudio. It is located in the root directory of the archive.
|
||||||
* ++ Navigate to the command settings of TeXstudio: Options -> Configure TeXstudio... -> Commands
|
* Navigate to the command settings of TeXstudio: Options -> Configure TeXstudio... -> Commands
|
||||||
* ++ Change the compiler command for PdfLaTeX to: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex`
|
* Change the compiler command for PdfLaTeX to: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex`
|
||||||
* ++ Compile `main.tex` by pressing <span class="emoji">⏩</span>.
|
* Compile `main.tex` by pressing <span class="emoji">⏩</span>.
|
||||||
* ++ What happened to the folder that contains the file?
|
* What happened to the folder that contains the file?
|
||||||
|
|
||||||
|
|||||||
@ -380,7 +380,7 @@ Dokument und Text gliedern
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Öffnet die Datei `document-structure.tex`, die im Ordner `exercises/basic-document-structure` liegt.
|
* Öffnet die Datei `document-structure.tex`, die im Ordner `exercises/basic-document-structure` liegt.
|
||||||
* ++ Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**. Kompiliert die Datei.
|
* Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**. Kompiliert die Datei.
|
||||||
|
|
||||||
``` {.lang-tex .hljs .fragment}
|
``` {.lang-tex .hljs .fragment}
|
||||||
\documentclass{scrartcl}
|
\documentclass{scrartcl}
|
||||||
@ -390,8 +390,8 @@ Dokument und Text gliedern
|
|||||||
\usepackage[hidelinks]{hyperref}
|
\usepackage[hidelinks]{hyperref}
|
||||||
```
|
```
|
||||||
|
|
||||||
* ++ Wie ihr sehen könnt, sind in der Datei die Absätze im Dokument mit `\\` erstellt worden. Ersetzt diese durch richtige Absätze.
|
* Wie ihr sehen könnt, sind in der Datei die Absätze im Dokument mit `\\` erstellt worden. Ersetzt diese durch richtige Absätze.
|
||||||
* ++ Zeit für etwas Struktur! Verwendet für die **Überschriften** die passenden LaTeX-Befehle (`\section` u. ä.).
|
* Zeit für etwas Struktur! Verwendet für die **Überschriften** die passenden LaTeX-Befehle (`\section` u. ä.).
|
||||||
* ++ Fügt anschließend ein **Inhaltsverzeichnis** in euer Dokument ein.
|
* Fügt anschließend ein **Inhaltsverzeichnis** in euer Dokument ein.
|
||||||
* ++ **Kommentiert** zuletzt die Präambel, die Dokumentenumgebung und das Inhaltsverzeichnis **wieder aus**. Nur so kann eure Lösung auch ins Skript eingebunden werden.
|
* **Kommentiert** zuletzt die Präambel, die Dokumentenumgebung und das Inhaltsverzeichnis **wieder aus**. Nur so kann eure Lösung auch ins Skript eingebunden werden.
|
||||||
|
|
||||||
|
|||||||
@ -390,8 +390,8 @@ Structure your document and text
|
|||||||
\usepackage[hidelinks]{hyperref}
|
\usepackage[hidelinks]{hyperref}
|
||||||
```
|
```
|
||||||
|
|
||||||
* ++ As you may already have noticed, **paragraphs** are marked as ‘`\\`’. Use real paragraphs instead.
|
* As you may already have noticed, **paragraphs** are marked as ‘`\\`’. Use real paragraphs instead.
|
||||||
* ++ Time to structure our document! Use LaTex commands to declare all **headings** (`\section`, `\subsubsection`, etc.).
|
* Time to structure our document! Use LaTex commands to declare all **headings** (`\section`, `\subsubsection`, etc.).
|
||||||
* ++ Add a **table of contents** to your document.
|
* Add a **table of contents** to your document.
|
||||||
* ++ Finally, **comment out** the preamble, the document environment, and the table of contents. Only this way, your solution can be embedded in the script itself.
|
* Finally, **comment out** the preamble, the document environment, and the table of contents. Only this way, your solution can be embedded in the script itself.
|
||||||
|
|
||||||
|
|||||||
@ -247,5 +247,5 @@ Ein strukturiertes Projekt
|
|||||||
@content
|
@content
|
||||||
Im Ordner `exercises/project-structure` findet ihr eine Datei namens `main.tex`.
|
Im Ordner `exercises/project-structure` findet ihr eine Datei namens `main.tex`.
|
||||||
|
|
||||||
* ++ Lagert die einzelnen Abschnitte in eigene Dateien `section1.tex`, `section2.tex` und `section3.tex` aus und bindet sie mittels `\include` ein.
|
* Lagert die einzelnen Abschnitte in eigene Dateien `section1.tex`, `section2.tex` und `section3.tex` aus und bindet sie mittels `\include` ein.
|
||||||
* ++ Welcher Befehl wird durch `\include` überflüssig?
|
* Welcher Befehl wird durch `\include` überflüssig?
|
||||||
|
|||||||
@ -249,6 +249,6 @@ A structured project
|
|||||||
@content
|
@content
|
||||||
You will find a file named `main.tex` in the folder `exercises/project-structure`.
|
You will find a file named `main.tex` in the folder `exercises/project-structure`.
|
||||||
|
|
||||||
* ++ Extract the sections into their own files (`section1.tex`, `section2.tex`, and `section3.tex`) and insert them using the `\include` command.
|
* Extract the sections into their own files (`section1.tex`, `section2.tex`, and `section3.tex`) and insert them using the `\include` command.
|
||||||
* ++ Which command is rendered superfluous by `\include`?
|
* Which command is rendered superfluous by `\include`?
|
||||||
|
|
||||||
|
|||||||
@ -357,7 +357,7 @@ Kompiliert von nun an immer die Datei `main.tex`, um eure Änderungen im Skript
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `exercises/special-characters.tex` durch **schmale Leerzeichen**. Setzt außerdem ein schmales Leerzeichen vor das Wort *Euro*.
|
* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `exercises/special-characters.tex` durch **schmale Leerzeichen**. Setzt außerdem ein schmales Leerzeichen vor das Wort *Euro*.
|
||||||
* ++ Ersetzt die Bindestriche bei den Öffnungszeiten der ERBA durch **Halbgeviertstriche**.
|
* Ersetzt die Bindestriche bei den Öffnungszeiten der ERBA durch **Halbgeviertstriche**.
|
||||||
* ++ Setzt beim Wort *Studierendenausweis* eine **ausschließliche Trennstelle** nach *Studierenden-*.
|
* Setzt beim Wort *Studierendenausweis* eine **ausschließliche Trennstelle** nach *Studierenden-*.
|
||||||
* ++ Ersetzt das Wort *Euro* durch ein **Euro-Zeichen**.
|
* Ersetzt das Wort *Euro* durch ein **Euro-Zeichen**.
|
||||||
|
|
||||||
|
|||||||
@ -355,6 +355,6 @@ From now on, compile the file `main.tex` to see your changes appear in the scrip
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
* Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“z. B.”, “u. a.”) by **thin spaces**. On top of that, replace the space before the word *Euro* by a thin space.
|
* Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“z. B.”, “u. a.”) by **thin spaces**. On top of that, replace the space before the word *Euro* by a thin space.
|
||||||
* ++ Replace the hyphens by a **dash** (`--`).
|
* Replace the hyphens by a **dash** (`--`).
|
||||||
* ++ Add an **exclusive hyphenation** in the word *Studierendenausweis* after *Studierenden-*.
|
* Add an **exclusive hyphenation** in the word *Studierendenausweis* after *Studierenden-*.
|
||||||
* ++ Replace *Euro* by a **Euro sign**.
|
* Replace *Euro* by a **Euro sign**.
|
||||||
|
|||||||
@ -193,6 +193,6 @@ Text hervorheben
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* **Betont** in der Datei `exercises/text-markup/markup.tex` die Wörter *Rekursion* und *rekursiv* mit `\emph{…}`.
|
* **Betont** in der Datei `exercises/text-markup/markup.tex` die Wörter *Rekursion* und *rekursiv* mit `\emph{…}`.
|
||||||
* ++ Macht die **URL** im Text anklickbar.
|
* Macht die **URL** im Text anklickbar.
|
||||||
* ++ Probiert euch gerne auch an den anderen Textauszeichnungs-Möglichkeiten, die ihr kennengelernt habt. Löscht diese aber wieder, wenn ihr ein sauberes Dokument haben wollt.
|
* Probiert euch gerne auch an den anderen Textauszeichnungs-Möglichkeiten, die ihr kennengelernt habt. Löscht diese aber wieder, wenn ihr ein sauberes Dokument haben wollt.
|
||||||
|
|
||||||
|
|||||||
@ -190,7 +190,7 @@ Emphasising text
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* **Emphasise** the words *Rekursion* and *rekursiv* in `exercises/text-markup/markup.tex` using `\emph{…}`.
|
* **Emphasise** the words *Rekursion* and *rekursiv* in `exercises/text-markup/markup.tex` using `\emph{…}`.
|
||||||
* ++ Make the **URL** in the text clickable.
|
* Make the **URL** in the text clickable.
|
||||||
* ++ Of course, you can also experiment with the other **text markup** possibilities. However, remove them afterwards, if you want to have a clean document.
|
* Of course, you can also experiment with the other **text markup** possibilities. However, remove them afterwards, if you want to have a clean document.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -159,4 +159,4 @@ Aufzählungen einfügen
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`.
|
* Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`.
|
||||||
* ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** und für die Arbeitsschritte eine **kompakte, geordnete Liste**.
|
* Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** und für die Arbeitsschritte eine **kompakte, geordnete Liste**.
|
||||||
|
|||||||
@ -161,4 +161,4 @@ Adding enumerations
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the `itemize` command.
|
* Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the `itemize` command.
|
||||||
* ++ Within this list, create a **compact unordered list** for the ingredients (*Zutaten*) and a **compact ordered list** for the instructions (*Arbeitsschritte*).
|
* Within this list, create a **compact unordered list** for the ingredients (*Zutaten*) and a **compact ordered list** for the instructions (*Arbeitsschritte*).
|
||||||
|
|||||||
@ -121,11 +121,11 @@ Quelltext einbinden
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. Wir werden diese im Folgenden in unser Dokument einbinden und das Aussehen unseren Wünschen anpassen.
|
* Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. Wir werden diese im Folgenden in unser Dokument einbinden und das Aussehen unseren Wünschen anpassen.
|
||||||
* ++ **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zum Hauptdokument ist, also zu `main.tex`.)
|
* **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zum Hauptdokument ist, also zu `main.tex`.)
|
||||||
* ++ Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java.
|
* Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java.
|
||||||
* ++ Verwendet eine Option, um die Zeilen zu **nummerieren**.
|
* Verwendet eine Option, um die Zeilen zu **nummerieren**.
|
||||||
* ++ Nutzt das **Theme** `native`.
|
* Nutzt das **Theme** `native`.
|
||||||
* ++ Ändert die **Hintergrundfarbe** des Themes zu dunkelblau.
|
* Ändert die **Hintergrundfarbe** des Themes zu dunkelblau.
|
||||||
* ++ Bindet jetzt nur die **Zeilen 5 bis 7** ein.
|
* Bindet jetzt nur die **Zeilen 5 bis 7** ein.
|
||||||
* ++ Entfernt die **Leerzeichen** am Anfang der Zeilen durch die passende Option (Tipp: Die Dokumentation spricht hier von `gobble`).
|
* Entfernt die **Leerzeichen** am Anfang der Zeilen durch die passende Option (Tipp: Die Dokumentation spricht hier von `gobble`).
|
||||||
* ++ Seht bei Fragen in der Dokumentation des Paketes *Minted* nach.
|
* Seht bei Fragen in der Dokumentation des Paketes *Minted* nach.
|
||||||
|
|||||||
@ -121,10 +121,10 @@ Listing source code
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* In the directory `exercises/source-code-listings` you can find a file named `Source.java`, which we want to include in our document.
|
* In the directory `exercises/source-code-listings` you can find a file named `Source.java`, which we want to include in our document.
|
||||||
* ++ **Include** the java code in the file `source-code-listings.tex`. (Keep in mind that the file path is relative to the main LaTeX document, i. e., to `main.tex`.)
|
* **Include** the java code in the file `source-code-listings.tex`. (Keep in mind that the file path is relative to the main LaTeX document, i. e., to `main.tex`.)
|
||||||
* ++ **Number** the code lines.
|
* **Number** the code lines.
|
||||||
* ++ Use the **theme** `native`.
|
* Use the **theme** `native`.
|
||||||
* ++ Change the **background colour** to dark blue.
|
* Change the **background colour** to dark blue.
|
||||||
* ++ Now only include **lines 5 to 7**.
|
* Now only include **lines 5 to 7**.
|
||||||
* ++ Delete the **spaces** at the beginning of the lines by using a suitable option (Hint: The documentation speaks of `gobble`).
|
* Delete the **spaces** at the beginning of the lines by using a suitable option (Hint: The documentation speaks of `gobble`).
|
||||||
* ++ If you have questions, try to consult the documentation of the Minted package.
|
* If you have questions, try to consult the documentation of the Minted package.
|
||||||
|
|||||||
@ -104,7 +104,7 @@ Grafiken einfügen
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Im Ordner `exercises/graphics` findet ihr eine Bilddatei namens `latex-logo.png`.
|
* Im Ordner `exercises/graphics` findet ihr eine Bilddatei namens `latex-logo.png`.
|
||||||
* ++ Fügt sie **genau** unterhalb dieser Aufgabenstellung im Skript ein.
|
* Fügt sie **genau** unterhalb dieser Aufgabenstellung im Skript ein.
|
||||||
* ++ Das Bild soll **zentriert** auf der Seite eingebunden werden.
|
* Das Bild soll **zentriert** auf der Seite eingebunden werden.
|
||||||
* ++ Fügt außerdem eine **Bildunterschrift** ein.
|
* Fügt außerdem eine **Bildunterschrift** ein.
|
||||||
* ++ Passt die **Größe** des Bildes an Breite der Seite (`\textwidth`) an.
|
* Passt die **Größe** des Bildes an Breite der Seite (`\textwidth`) an.
|
||||||
|
|||||||
@ -104,7 +104,7 @@ Inserting graphics
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`.
|
* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`.
|
||||||
* ++ **Include** the figure in `exercises/graphics/graphics.tex`.
|
* **Include** the figure in `exercises/graphics/graphics.tex`.
|
||||||
* ++ The image shall be **centered**.
|
* The image shall be **centered**.
|
||||||
* ++ Additionally, add a **caption** for the figure.
|
* Additionally, add a **caption** for the figure.
|
||||||
* ++ Adapt the **width** of the image to the width of the text (`textwidth`).
|
* Adapt the **width** of the image to the width of the text (`textwidth`).
|
||||||
|
|||||||
@ -223,6 +223,6 @@ Tabellen setzen
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Die Liste in der Datei `exercises/tables/tables.tex` enthält Infos zu ein paar Lehrveranstaltung an der Fakultät WIAI.
|
* Die Liste in der Datei `exercises/tables/tables.tex` enthält Infos zu ein paar Lehrveranstaltung an der Fakultät WIAI.
|
||||||
* ++ Wandelt die Liste in eine **Tabelle** um.
|
* Wandelt die Liste in eine **Tabelle** um.
|
||||||
* ++ Die Tabelle soll Spalten für den *Namen*, das *Kürzel* und das *Semester* der Vorlesungen haben.
|
* Die Tabelle soll Spalten für den *Namen*, das *Kürzel* und das *Semester* der Vorlesungen haben.
|
||||||
* ++ Fügt außerdem eine **zentrierte Spalte** ganz links in der Tabelle hinzu, in der ihr die Lehrveranstaltungen **nummeriert**.
|
* Fügt außerdem eine **zentrierte Spalte** ganz links in der Tabelle hinzu, in der ihr die Lehrveranstaltungen **nummeriert**.
|
||||||
|
|||||||
@ -223,7 +223,7 @@ Typesetting tables
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* The list in file `exercises/tables/tables.tex` stores information on a few modules of the WIAI faculty.
|
* The list in file `exercises/tables/tables.tex` stores information on a few modules of the WIAI faculty.
|
||||||
* ++ Transform the list into a **table**.
|
* Transform the list into a **table**.
|
||||||
* ++ The table shall have colums for the *name*, the *abbreviation* (Kürzel) and the *semester* of the lectures.
|
* The table shall have colums for the *name*, the *abbreviation* (Kürzel) and the *semester* of the lectures.
|
||||||
* ++ Add a **column** with **center-aligned text** on the left side of the table in order to **number** the lectures.
|
* Add a **column** with **center-aligned text** on the left side of the table in order to **number** the lectures.
|
||||||
* ++ Add a **caption** for the table.
|
* Add a **caption** for the table.
|
||||||
|
|||||||
@ -202,10 +202,10 @@ Referenzen einfügen
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Ersetzt im Text in der Datei `references.tex` im Ordner `exercises/references` *in der Abbildung* und *Das nachstehende Quelltext-Listing* durch eine **Referenz** auf das Bild bzw. auf das Quelltext-Listing.
|
* Ersetzt im Text in der Datei `references.tex` im Ordner `exercises/references` *in der Abbildung* und *Das nachstehende Quelltext-Listing* durch eine **Referenz** auf das Bild bzw. auf das Quelltext-Listing.
|
||||||
* ++ Nutzt dafür den Befehl `\cref`.
|
* Nutzt dafür den Befehl `\cref`.
|
||||||
* ++ Achtet darauf, zuerst **Labels** für die Elemente, die ihr referenzieren wollt, zu vergeben.
|
* Achtet darauf, zuerst **Labels** für die Elemente, die ihr referenzieren wollt, zu vergeben.
|
||||||
* ++ Packt dafür das Quelltext-Listing in eine **Umgebung** namens `listing`.
|
* Packt dafür das Quelltext-Listing in eine **Umgebung** namens `listing`.
|
||||||
* ++ Fügt noch eine **Beschriftung** zum Listing hinzu.
|
* Fügt noch eine **Beschriftung** zum Listing hinzu.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -203,7 +203,7 @@ Inserting references
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* In file `exercises/references/references.tex`, replace *in der Abbildung* and *Das nachstehende Quelltext-Listing* by **references** to the figure and to the source code listing.
|
* In file `exercises/references/references.tex`, replace *in der Abbildung* and *Das nachstehende Quelltext-Listing* by **references** to the figure and to the source code listing.
|
||||||
* ++ Use the command `\cref` for the references.
|
* Use the command `\cref` for the references.
|
||||||
* ++ Make sure to add **labels** to the elements that you want to create a reference for.
|
* Make sure to add **labels** to the elements that you want to create a reference for.
|
||||||
* ++ To do so, wrap the source code listing in a `listing` **environment**.
|
* To do so, wrap the source code listing in a `listing` **environment**.
|
||||||
* ++ Additionally, add a **caption** to the source code listing.
|
* Additionally, add a **caption** to the source code listing.
|
||||||
|
|||||||
@ -108,12 +108,12 @@ Ein Literaturverzeichnis erstellen und einfügen
|
|||||||
* Leslie Lamport (1994): $\LaTeX$. A Document Preparation System.
|
* Leslie Lamport (1994): $\LaTeX$. A Document Preparation System.
|
||||||
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
|
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
|
||||||
* Frank Mittelbach / Michel Goossens (2012): Der $\LaTeX$-Begleiter.
|
* Frank Mittelbach / Michel Goossens (2012): Der $\LaTeX$-Begleiter.
|
||||||
* ++ Vergleicht die Einträge mit den Ergebnissen, die euch dblp.org für dieselben Bücher liefert.
|
* Vergleicht die Einträge mit den Ergebnissen, die euch dblp.org für dieselben Bücher liefert.
|
||||||
* ++ Erstellt im Ordner `exercises/literature` eine neue BibTeX-Datei `literature.bib`.
|
* Erstellt im Ordner `exercises/literature` eine neue BibTeX-Datei `literature.bib`.
|
||||||
* ++ Fügt die BibTeX-Einträge in die BibTeX-Datei ein. Wählt hierfür aus
|
* Fügt die BibTeX-Einträge in die BibTeX-Datei ein. Wählt hierfür aus
|
||||||
Google Scholar und dblp die aus eurer Sicht geeigneteren Einträge.
|
Google Scholar und dblp die aus eurer Sicht geeigneteren Einträge.
|
||||||
* ++ Vergebt aussagekräftige BibTeX-Keys.
|
* Vergebt aussagekräftige BibTeX-Keys.
|
||||||
* ++ Bindet die BibTeX-Datei an einer geeigneten Stelle ein, an der später auch das Literaturverzeichnis zu sehen sein soll.
|
* Bindet die BibTeX-Datei an einer geeigneten Stelle ein, an der später auch das Literaturverzeichnis zu sehen sein soll.
|
||||||
* ++ Zitiert die drei Handbücher im Text in der Datei `exercises/literature/literature.tex`.
|
* Zitiert die drei Handbücher im Text in der Datei `exercises/literature/literature.tex`.
|
||||||
* ++ Wählt den Bibliographiestil `natdin`.
|
* Wählt den Bibliographiestil `natdin`.
|
||||||
|
|
||||||
|
|||||||
@ -109,10 +109,10 @@ Creating and inserting references
|
|||||||
* Leslie Lamport (1994): $\LaTeX$. A Document Preparation System.
|
* Leslie Lamport (1994): $\LaTeX$. A Document Preparation System.
|
||||||
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
|
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
|
||||||
* Frank Mittelbach / Michel Goossens (2012): Der $\LaTeX$-Begleiter.
|
* Frank Mittelbach / Michel Goossens (2012): Der $\LaTeX$-Begleiter.
|
||||||
* ++ Compare the entries with the results that dblp.org finds for the same titles.
|
* Compare the entries with the results that dblp.org finds for the same titles.
|
||||||
* ++ Create a new BibTeX file called `literature.bib` in the `exercises/literature` folder.
|
* Create a new BibTeX file called `literature.bib` in the `exercises/literature` folder.
|
||||||
* ++ Add the BibTeX entries to the BibTeX file. For this, select your preferred source among Google Scholar and dblp.
|
* Add the BibTeX entries to the BibTeX file. For this, select your preferred source among Google Scholar and dblp.
|
||||||
* ++ Assign unique and meaningful BibTeX keys.
|
* Assign unique and meaningful BibTeX keys.
|
||||||
* ++ Include the BibTeX file in a suitable location, where later on the references should be listed.
|
* Include the BibTeX file in a suitable location, where later on the references should be listed.
|
||||||
* ++ Cite the three handbooks in the file `exercises/literature/literature.tex`.
|
* Cite the three handbooks in the file `exercises/literature/literature.tex`.
|
||||||
* ++ Make use of the `natdin` bibliography style.
|
* Make use of the `natdin` bibliography style.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user