diff --git a/slides/chapter-03.de.md b/slides/chapter-03.de.md index 64b4970..d200644 100644 --- a/slides/chapter-03.de.md +++ b/slides/chapter-03.de.md @@ -379,7 +379,7 @@ Abbildungsverzeichnis und Tabellenverzeichnis Dokument und Text gliedern @content -* Ladet das Projektarchiv aus dem VC herunter, entpackt es und öffnet die Datei `document-structure-raw.tex`, die im Ordner `exercises/basic-document-structure` liegt. +* Öffnet die Datei `document-structure-raw.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**, damit das Dokument kompiliert werden kann: ``` {.lang-tex .hljs .fragment} diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index 2f1ca45..f6e6dd0 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -379,7 +379,7 @@ List of figures and list of tables Structure your document and text @content -* Download the project archive from the VC, unzip it and open the file `documemt-structure.tex`. It is located in the folder `exercises/basic-document-structure`. +* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`. * ++ Wrap the entire text in `document-structure.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document: ``` {.lang-tex .hljs .fragment}