From 9fc28b9b01edb6dd6251e8a881d48a2915f21a33 Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Mon, 24 May 2021 17:47:19 +0200 Subject: [PATCH] delete download of project archive in chapter 03's task --- slides/chapter-03.de.md | 2 +- slides/chapter-03.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/chapter-03.de.md b/slides/chapter-03.de.md index 64b4970..d200644 100644 --- a/slides/chapter-03.de.md +++ b/slides/chapter-03.de.md @@ -379,7 +379,7 @@ Abbildungsverzeichnis und Tabellenverzeichnis Dokument und Text gliedern @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: ``` {.lang-tex .hljs .fragment} diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index 2f1ca45..f6e6dd0 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -379,7 +379,7 @@ List of figures and list of tables Structure your document and text @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: ``` {.lang-tex .hljs .fragment}