delete download of project archive in chapter 03's task

This commit is contained in:
Fradtschuk 2021-05-24 17:47:19 +02:00
parent ab3967a332
commit 9fc28b9b01
2 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ Abbildungsverzeichnis und Tabellenverzeichnis
Dokument und Text gliedern Dokument und Text gliedern
@content @content
* Ladet das Projektarchiv aus dem VC herunter, entpackt es und ö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**, damit das Dokument kompiliert werden kann:
``` {.lang-tex .hljs .fragment} ``` {.lang-tex .hljs .fragment}

View File

@ -379,7 +379,7 @@ List of figures and list of tables
Structure your document and text Structure your document and text
@content @content
* Download the project archive from the VC, unzip it and open the file `documemt-structure.tex`. It is located in the folder `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 `document-structure.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document:
``` {.lang-tex .hljs .fragment} ``` {.lang-tex .hljs .fragment}