diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index c184a52..3faa260 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -378,16 +378,8 @@ List of figures and list of tables @title Structure your document and text - - - -* ++ 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 ein bisschen Struktur! Verwendet für die **Überschriften** im text die passenden LaTeX-Befehle (`\section`, `\subsection`, usw.). -* ++ Fügt anschließend ein **Inhaltsvereichnis** in euer Dokument ein. - - @content -* Download the project archive from the VC, unzip it and open the file `documet-structure.raw.tex`. It is located in the folder `exercises/basic-document-structure`. +* Download the project archive from the VC, unzip it and open the file `documemt-structure.raw.tex`. It is located in the folder `exercises/basic-document-structure`. * ++ Wrap the entire text in `document-structure.raw.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document: ``` {.lang-tex .hljs .fragment}