diff --git a/slides/chapter-02.de.md b/slides/chapter-02.de.md index cdcafc3..4179492 100644 --- a/slides/chapter-02.de.md +++ b/slides/chapter-02.de.md @@ -153,8 +153,10 @@ Erste Schritte im Umgang mit LaTeX @content * ++ Falls nötig: Install now! -* ++ Ladet euch aus dem VC die Datei `aufgabe01.tex` herunter und speichert sie in einem eigenen Ordner. -* ++ Öffnet die Datei in TeXstudio. +* ++ Ladet euch aus dem VC das Projektarchiv herunter. Entpackt das Archiv. +* ++ Öffnet die Datei `main.tex` im obersten Verzeichnis in TeXstudio. +* ++ Navigiert in TeXstudio zu den Befehlseinstellungen: Optionen -> TeXstudio konfigurieren... -> Befehle +* ++ Ändert den Compiler-Befehl für PdfLaTeX zu: `pdflatex -synctex=1 -interaction=nonstopmode --shell-escape %.tex`. * ++ Kompiliert die Datei durch Druck auf . * ++ Was ist in dem Ordner passiert, in dem die Datei liegt? diff --git a/slides/chapter-02.en.md b/slides/chapter-02.en.md index 830a406..189241e 100644 --- a/slides/chapter-02.en.md +++ b/slides/chapter-02.en.md @@ -153,8 +153,10 @@ First steps with LaTeX @content * ++ If necessary: Install now! -* ++ Download the file `aufgabe01.tex` from the VC and put it into a new folder. -* ++ Open it in TeXstudio. -* ++ Compile it by pressing . +* ++ 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. +* ++ Navigate to the command settings of TeXstudio: Options -> Configure TeXstudio... -> Commands +* ++ Change the compiler command for PdfLaTeX to: `pdflatex -synctex=1 -interaction=nonstopmode --shell-escape %.tex`. +* ++ Compile `main.tex` by pressing . * ++ What happened to the folder that contains the file? diff --git a/slides/chapter-08.en.md b/slides/chapter-08.en.md index 7db4c43..f115f2a 100644 --- a/slides/chapter-08.en.md +++ b/slides/chapter-08.en.md @@ -154,10 +154,11 @@ To accomplish this, we need to include the package `enumitem` first. @slide(layout=task) @task-number +8 @title Adding enumerations @content -* Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the 'itemize`command. +* Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the `itemize` command. * ++ Within this list, create **compact unordered list** (`compactitem`) for the ingredients (Zutaten) and a **compact ordered list** for the instructions (Arbeitsschritte).