Fix minor issues

This commit is contained in:
Knoch 2021-04-29 18:38:46 +02:00
parent c5926e8fcc
commit b89bb05ce9

View File

@ -378,16 +378,8 @@ List of figures and list of tables
@title @title
Structure your document and text 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 @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: * ++ 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} ``` {.lang-tex .hljs .fragment}