Add instruction to comment out input blockers
This commit is contained in:
parent
a0bfe80c53
commit
c0bc3e79ff
@ -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.
|
* ++ 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.
|
* ++ 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.
|
||||||
|
|
||||||
|
|||||||
@ -394,4 +394,5 @@ Structure your document and text
|
|||||||
* ++ 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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user