change basic document structure task

This commit is contained in:
Fradtschuk 2021-05-28 11:20:47 +02:00
parent bdfb0de1dd
commit c7105014c0
3 changed files with 5 additions and 3 deletions

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

View File

@ -380,7 +380,8 @@ Dokument und Text gliedern
@content
* Ö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:
* 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.
``` {.lang-tex .hljs .fragment}
\documentclass{scrartcl}

View File

@ -380,7 +380,8 @@ Structure your document and text
@content
* 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:
* 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.
``` {.lang-tex .hljs .fragment}
\documentclass{scrartcl}