Add instruction to comment out input blockers

This commit is contained in:
Knoch 2021-05-28 11:30:14 +02:00
parent a0bfe80c53
commit c0bc3e79ff
2 changed files with 3 additions and 1 deletions

View File

@ -392,6 +392,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.).
* ++ Zeit für etwas Struktur! Verwendet für die **Überschriften** die passenden LaTeX-Befehle (`\section` u. ä.).
* ++ Fügt anschließend ein **Inhaltsvereichnis** 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.

View File

@ -394,4 +394,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.