From 79fdd1e824d702f26b354059eb1e8b9ed108678f Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 26 Sep 2022 11:44:59 +0200 Subject: [PATCH] Adjust project structure exercise --- slides/chapter-04.de.md | 5 +++-- slides/chapter-04.en.md | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/slides/chapter-04.de.md b/slides/chapter-04.de.md index 2125fbd..baae31d 100644 --- a/slides/chapter-04.de.md +++ b/slides/chapter-04.de.md @@ -216,6 +216,7 @@ Ein strukturiertes Projekt @content Im Ordner `exercises/project-structure` findet ihr eine Datei namens `main.tex`. -* Erstellt neue Dateien (z. B.`section1.tex`, `section2.tex` und `section3.tex` und verschiebt die Abschnitte in diese. +* Erstellt neue Dateien (z. B. `section1.tex` und `section2.tex` und verschiebt die Abschnitte in diese. * Importiert die Fragmente anschließend mit Hilfe des `\input`-Befehls. -* Schaut euch abschließend die Gesamtstruktur unseres Projektarchivs an, beginnend mit `main.tex` im Wurzelverzeichnis. \ No newline at end of file +* Lagert die Präambel auf demselben Weg in eine eigene Datei aus. +* Schaut euch abschließend die Gesamtstruktur unseres Projektarchivs an, beginnend mit `main.tex` im Wurzelverzeichnis. Wie binden wir hier die einzelnen Abschnitte ein? \ No newline at end of file diff --git a/slides/chapter-04.en.md b/slides/chapter-04.en.md index c11d10d..e1a66b3 100644 --- a/slides/chapter-04.en.md +++ b/slides/chapter-04.en.md @@ -213,5 +213,7 @@ A structured project @content You will find a file named `main.tex` in the folder `exercises/project-structure`. -* Put the sections of the file into separate files, named `section1.tex`, `section2.tex`, and `section3.tex`. Include them using the `\input` command. -* Finally, have a look at the general project archive, starting from `main.tex` (in the root folder of the project archive). \ No newline at end of file +* Put the sections of the file into separate files, named `section1.tex` and `section2.tex`. +* Include them using the `\input` command. +* Move the preamble to its own file in a similar fashion. +* Finally, have a look at the general project archive, starting from `main.tex` (in the root folder of the project archive). How do we include the different sections here? \ No newline at end of file