adapt task of document structure to flos version

This commit is contained in:
Fradtschuk 2021-05-28 11:48:45 +02:00
parent 9872b04b4d
commit 6524c3717c
2 changed files with 3 additions and 5 deletions

View File

@ -380,8 +380,7 @@ Dokument und Text gliedern
@content
* Öffnet die Datei `document-structure-raw.tex`, die im Ordner `exercises/basic-document-structure` liegt.
* Kopiert den Inhalt der Datei und fügt ihn in eine neue Datei ein. Diese könnt ihr z.B. `document-structure-solution.tex` nennen.
* ++ Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**. Kompiliert die neu erstellte Datei.
* ++ 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}
\documentclass{scrartcl}

View File

@ -379,9 +379,8 @@ List of figures and list of tables
Structure your document and text
@content
* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`.
* Copy the file content and insert it into a new file. You can, for example, name it `document-structure-solution.tex`.
* ++ Wrap the entire text in `document-structure-solution.tex` in a **document** environment and insert the following **preamble**. Compile the document.
* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`.
* ++ Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document.
``` {.lang-tex .hljs .fragment}
\documentclass{scrartcl}