adapt task of document structure to flos version
This commit is contained in:
parent
9872b04b4d
commit
6524c3717c
@ -380,8 +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.
|
||||||
* 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 Datei.
|
||||||
* ++ 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}
|
``` {.lang-tex .hljs .fragment}
|
||||||
\documentclass{scrartcl}
|
\documentclass{scrartcl}
|
||||||
|
|||||||
@ -380,8 +380,7 @@ Structure your document and text
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Open the file `documemt-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`.
|
||||||
* 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 a **document** environment and insert the following **preamble**. Compile the document.
|
||||||
* ++ 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}
|
``` {.lang-tex .hljs .fragment}
|
||||||
\documentclass{scrartcl}
|
\documentclass{scrartcl}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user