adapt first steps with latex to script

This commit is contained in:
Fradtschuk 2021-05-23 21:05:46 +02:00
parent 71d5607f57
commit 55180079b3
3 changed files with 11 additions and 6 deletions

View File

@ -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 <span class="emoji"></span>.
* ++ Was ist in dem Ordner passiert, in dem die Datei liegt?

View File

@ -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 <span class="emoji"></span>.
* ++ 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 <span class="emoji"></span>.
* ++ What happened to the folder that contains the file?

View File

@ -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).