From c7105014c078150bb3231b8482bd9bdf01a326ce Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Fri, 28 May 2021 11:20:47 +0200 Subject: [PATCH 1/3] change basic document structure task --- onpoint | 2 +- slides/chapter-03.de.md | 3 ++- slides/chapter-03.en.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/onpoint b/onpoint index 96f65fa..ccad528 160000 --- a/onpoint +++ b/onpoint @@ -1 +1 @@ -Subproject commit 96f65fa07c6522b5c2e02f647c04601e3278adc1 +Subproject commit ccad5282c56b31574321dd5a38e4a495cc11f206 diff --git a/slides/chapter-03.de.md b/slides/chapter-03.de.md index d200644..8fc37c9 100644 --- a/slides/chapter-03.de.md +++ b/slides/chapter-03.de.md @@ -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} diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index f6e6dd0..130991b 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -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} From 68e618981b321c74e7cd294bff783d0ae0815b5a Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Fri, 28 May 2021 11:25:31 +0200 Subject: [PATCH 2/3] minor changes in chapter 03 --- slides/chapter-03.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index 130991b..ac6f238 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -394,5 +394,5 @@ Structure your document and text * ++ As you may already have noticed, **paragraphs** are marked as ‘`\\`’. Use real paragraphs instead. * ++ Time to structure our document! Use LaTex commands to declare all **headings** (`\section`, `\subsubsection`, etc.). -* ++ Add a **table of contents.** to your document. +* ++ Add a **table of contents** to your document. From 6524c3717cd7b4072ad42ce1d3c13839ccbe2f20 Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Fri, 28 May 2021 11:48:45 +0200 Subject: [PATCH 3/3] adapt task of document structure to flos version --- slides/chapter-03.de.md | 3 +-- slides/chapter-03.en.md | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/slides/chapter-03.de.md b/slides/chapter-03.de.md index 3f49d9c..cb6746c 100644 --- a/slides/chapter-03.de.md +++ b/slides/chapter-03.de.md @@ -380,8 +380,7 @@ Dokument und Text gliedern @content * Ö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 neu erstellte Datei. +* ++ Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**. Kompiliert die Datei. ``` {.lang-tex .hljs .fragment} \documentclass{scrartcl} diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index 34b435e..8a220fd 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -379,9 +379,8 @@ List of figures and list of tables Structure your document and text @content -* 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 `document-structure-solution.tex` in a **document** environment and insert the following **preamble**. Compile the document. +* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`. +* ++ Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document. ``` {.lang-tex .hljs .fragment} \documentclass{scrartcl}