diff --git a/slides/chapter-03.de.md b/slides/chapter-03.de.md index 8fc37c9..3f49d9c 100644 --- a/slides/chapter-03.de.md +++ b/slides/chapter-03.de.md @@ -393,6 +393,7 @@ Dokument und Text gliedern ``` * ++ 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. +* ++ 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. +* ++ **Kommentiert** zuletzt die Präambel, die Dokumentenumgebung und das Inhaltsverzeichnis **wieder aus**. Nur so kann eure Lösung auch ins Skript eingebunden werden. diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index ac6f238..34b435e 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -395,4 +395,5 @@ Structure your document and text * ++ 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.). * ++ 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.