diff --git a/layouts/chapter-slide.html b/layouts/chapter-slide.html index 88f1d38..14c9163 100644 --- a/layouts/chapter-slide.html +++ b/layouts/chapter-slide.html @@ -2,7 +2,7 @@

@number(inline). - @title(inline) + @title(inline)

diff --git a/layouts/macro-typography-grid.html b/layouts/macro-typography-grid.html index 1e35c45..644cfa0 100644 --- a/layouts/macro-typography-grid.html +++ b/layouts/macro-typography-grid.html @@ -83,31 +83,31 @@

@example-text(inline)

-

☺ @narrow-tight(inline)

+

@narrow-tight(inline)

@example-text(inline)

-

☹ @normal-tight(inline)

+

@normal-tight(inline)

@example-text(inline)

-

☹ @wide-tight(inline)

+

@wide-tight(inline)

@example-text(inline)

-

☹ @narrow-medium(inline)

+

@narrow-medium(inline)

@example-text(inline)

-

☺ @normal-medium(inline)

+

@normal-medium(inline)

@example-text(inline)

-

☹ @wide-medium(inline)

+

@wide-medium(inline)

@example-text(inline)

-

☹ @narrow-loose(inline)

+

@narrow-loose(inline)

@example-text(inline)

-

☹ @normal-loose(inline)

+

@normal-loose(inline)

@example-text(inline)

-

☺ @wide-loose(inline)

+

@wide-loose(inline)

diff --git a/slides/chapter-01.de.md b/slides/chapter-01.de.md index 710a05e..e521bcc 100644 --- a/slides/chapter-01.de.md +++ b/slides/chapter-01.de.md @@ -105,7 +105,7 @@ Gründe für LaTeX: Plaintext Ablauf des Workshops @content -**Ziel:** Wir arbeiten zusammen unser [LaTeX-Skript](https://github.com/fs-wiai/latex-script/) durch, das ihr nach dem Wochenende als kompakte Referenz verwenden könnt. +**Ziel:** Wir arbeiten zusammen unser [LaTeX-Skript](https://github.com/fs-wiai/latex-script/) durch, das ihr nach dem Workshop als kompakte Referenz verwenden könnt. * Learning by Doing * Verstehen, wie LaTeX funktioniert @@ -124,5 +124,5 @@ Ablauf des Workshops @preview -![](svg/chapter-01/latex-script.svg) +![](svg/chapter-01/cover-script.jpeg) diff --git a/slides/chapter-01.en.md b/slides/chapter-01.en.md index 71026f0..b80bb19 100644 --- a/slides/chapter-01.en.md +++ b/slides/chapter-01.en.md @@ -125,4 +125,4 @@ Procedure of this workshop @preview -![](svg/chapter-01/latex-script.svg) +![](svg/chapter-01/cover-script.jpeg) diff --git a/slides/chapter-04.de.md b/slides/chapter-04.de.md index 5c33ac1..a77847a 100644 --- a/slides/chapter-04.de.md +++ b/slides/chapter-04.de.md @@ -199,7 +199,7 @@ Kompilieren des Projekts * ++ Die Unterdateien können wegen ihrer fehlenden Präambel nicht selbstständig kompiliert werden.
-Von nun an kompilieren wir die Datei `main.tex` im Wurzelverzeichnis des Projektordners. Klickt hierzu in TeXstudio mit der rechten Maustaste auf die Datei und wählt **„Explizit als Root-Dokument setzen“**. Anschließend könnt ihr wie gewohnt kompilieren. +Von nun an kompilieren wir die Datei `main-exercises.tex` im Wurzelverzeichnis des Projektordners. Klickt hierzu in TeXstudio mit der rechten Maustaste auf die Datei und wählt **„Explizit als Root-Dokument setzen“**. Anschließend könnt ihr wie gewohnt kompilieren.
@@ -217,4 +217,4 @@ Im Ordner `exercises/project-structure` findet ihr eine Datei namens `main.tex`. * 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. * 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 +* Schaut euch abschließend die Gesamtstruktur unseres Projektarchivs an, beginnend mit `main-exercises.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 9834e60..f816ba1 100644 --- a/slides/chapter-04.en.md +++ b/slides/chapter-04.en.md @@ -195,7 +195,7 @@ Compiling the project * ++ Subfiles cannot be compiled on their own as they don’t have a preamble.
-From now on, we will compile the file `main.tex` in the project root. +From now on, we will compile the file `main-exercises.tex` in the project root. To do so, right click on the file in TeXstudio and choose **“Select as explicit root document”** from the dropdown. Next, compile as usual.
@@ -215,4 +215,4 @@ 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` 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 +* Finally, have a look at the general project archive, starting from `main-exercises.tex` (in the root folder of the project archive). How do we include the different sections here? \ No newline at end of file diff --git a/slides/chapter-05.de.md b/slides/chapter-05.de.md index b0ab74e..ba81773 100644 --- a/slides/chapter-05.de.md +++ b/slides/chapter-05.de.md @@ -116,7 +116,7 @@ Sonderzeichen einfügen @content
-Kompiliert von nun an immer die Datei `main.tex`, um eure Änderungen im Skript zu sehen (in diesem Fall im Abschnitt „Übung 5“). +Kompiliert von nun an immer die Datei `main-exercises.tex`, um eure Änderungen im Übungsskript zu sehen (in diesem Fall im Abschnitt zu Übung 5).
* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `exercises/special-characters.tex` durch **schmale Leerzeichen**. diff --git a/slides/chapter-05.en.md b/slides/chapter-05.en.md index c2daa80..0df2074 100644 --- a/slides/chapter-05.en.md +++ b/slides/chapter-05.en.md @@ -113,7 +113,7 @@ Insert special characters @content
-From now on, compile the file `main.tex` to see your changes appear in the script itself (in this task, see section “Übung 5”). +From now on, compile the file `main-exercises.tex` to see your changes appear in the exercise script (in this task, see exercise 5).
* Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“e. g.”, “i. a.”) by **thin spaces**. diff --git a/slides/chapter-11.de.md b/slides/chapter-11.de.md index 4e068ab..bace090 100644 --- a/slides/chapter-11.de.md +++ b/slides/chapter-11.de.md @@ -99,7 +99,7 @@ Listings @content * Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. -* **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zu `main.tex` ist.) +* **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zu `main-exercises.tex` ist.) * Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java. * **Nummeriert** die Zeilen und aktiviert **Umbrüche**. * Setzt mit dem Parameter `basicstyle` eine dicktengleiche Schrift (`\ttfamily \small`). diff --git a/slides/chapter-11.en.md b/slides/chapter-11.en.md index 358cd6c..0848dff 100644 --- a/slides/chapter-11.en.md +++ b/slides/chapter-11.en.md @@ -99,7 +99,7 @@ Listings @content * In the directory `exercises/source-code-listings` you can find a file named `Source.java`. -* **Include** it in the file `source-code-listings.tex`. (Keep in mind that the file path is relative to the main LaTeX document, i. e., to `main.tex`.) +* **Include** it in the file `source-code-listings.tex`. (Keep in mind that the file path is relative to the main LaTeX document, i. e., to `main-exercises.tex`.) * Activate **syntax highlighting** by stating the programming language Java. * **Number** the code lines. * Set the `basicstyle` to a proper mono-spaced font (`\ttfamily \small`) diff --git a/slides/intro.de.md b/slides/intro.de.md index e678ada..72f677b 100644 --- a/slides/intro.de.md +++ b/slides/intro.de.md @@ -58,7 +58,7 @@ Kompilieren des Skriptes @content * Ladet das Projektarchiv aus dem VC herunter * Entpackt das Archiv -* Öffnet die Datei main.tex in TeXstudio. Ihr findet es im Wurzelverzeichnis des Archivs +* Öffnet die Datei main-exercises.tex in TeXstudio. Ihr findet es im Wurzelverzeichnis des Archivs * Kompiliert die Datei, indem ihr klickt * Einige neue Dateien sollten nun durch das Kompilieren generiert werden diff --git a/slides/intro.en.md b/slides/intro.en.md index 653fd25..fa418c5 100644 --- a/slides/intro.en.md +++ b/slides/intro.en.md @@ -58,8 +58,8 @@ Compile the script for the first time @content * Download the project archive from the VC. * Unzip the archive. -* Open the file `main.tex` in TEXstudio. It is located in the root directory of the archive. -* Compile `main.tex` by pressing +* Open the file `main-exercises.tex` in TEXstudio. It is located in the root directory of the archive. +* Compile `main-exercises.tex` by pressing * A few new files will be generated by the compilation.
diff --git a/svg/chapter-01/cover-exercises.jpeg b/svg/chapter-01/cover-exercises.jpeg new file mode 100644 index 0000000..0ca4386 Binary files /dev/null and b/svg/chapter-01/cover-exercises.jpeg differ diff --git a/svg/chapter-01/cover-script.jpeg b/svg/chapter-01/cover-script.jpeg new file mode 100644 index 0000000..0692dae Binary files /dev/null and b/svg/chapter-01/cover-script.jpeg differ