change basic document structure task
This commit is contained in:
parent
bdfb0de1dd
commit
c7105014c0
2
onpoint
2
onpoint
@ -1 +1 @@
|
|||||||
Subproject commit 96f65fa07c6522b5c2e02f647c04601e3278adc1
|
Subproject commit ccad5282c56b31574321dd5a38e4a495cc11f206
|
||||||
@ -380,7 +380,8 @@ 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:
|
* 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}
|
``` {.lang-tex .hljs .fragment}
|
||||||
\documentclass{scrartcl}
|
\documentclass{scrartcl}
|
||||||
|
|||||||
@ -380,7 +380,8 @@ 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`.
|
||||||
* ++ 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}
|
``` {.lang-tex .hljs .fragment}
|
||||||
\documentclass{scrartcl}
|
\documentclass{scrartcl}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user