Merge branch '6-convert-to-onpoint' of git.stuve-bamberg.de:latex/latex-wochenende into 6-convert-to-onpoint

This commit is contained in:
Knoch 2021-05-28 11:57:14 +02:00
commit 9cd5ed656b
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 96f65fa07c6522b5c2e02f647c04601e3278adc1 Subproject commit ccad5282c56b31574321dd5a38e4a495cc11f206

View File

@ -380,7 +380,7 @@ Dokument und Text gliedern
@content @content
* Öffnet die Datei `document-structure-raw.tex`, die im Ordner `exercises/basic-document-structure` liegt. * Öffnet die Datei `document-structure-raw.tex`, die im Ordner `exercises/basic-document-structure` liegt.
* ++ Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**, damit das Dokument kompiliert werden kann: * ++ Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**. Kompiliert die Datei.
``` {.lang-tex .hljs .fragment} ``` {.lang-tex .hljs .fragment}
\documentclass{scrartcl} \documentclass{scrartcl}

View File

@ -379,8 +379,8 @@ List of figures and list of tables
Structure your document and text Structure your document and text
@content @content
* Open the file `document-structure.tex`. It is located in the directory `exercises/basic-document-structure`. * Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`.
* ++ Wrap the entire text in `document-structure.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document: * ++ Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document.
``` {.lang-tex .hljs .fragment} ``` {.lang-tex .hljs .fragment}
\documentclass{scrartcl} \documentclass{scrartcl}