adapt first steps with latex to script
This commit is contained in:
parent
71d5607f57
commit
55180079b3
@ -153,8 +153,10 @@ Erste Schritte im Umgang mit LaTeX
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* ++ Falls nötig: Install now!
|
* ++ Falls nötig: Install now!
|
||||||
* ++ Ladet euch aus dem VC die Datei `aufgabe01.tex` herunter und speichert sie in einem eigenen Ordner.
|
* ++ Ladet euch aus dem VC das Projektarchiv herunter. Entpackt das Archiv.
|
||||||
* ++ Öffnet die Datei in TeXstudio.
|
* ++ Ö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>.
|
* ++ Kompiliert die Datei durch Druck auf <span class="emoji">⏩</span>.
|
||||||
* ++ Was ist in dem Ordner passiert, in dem die Datei liegt?
|
* ++ Was ist in dem Ordner passiert, in dem die Datei liegt?
|
||||||
|
|
||||||
|
|||||||
@ -153,8 +153,10 @@ First steps with LaTeX
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* ++ If necessary: Install now!
|
* ++ If necessary: Install now!
|
||||||
* ++ Download the file `aufgabe01.tex` from the VC and put it into a new folder.
|
* ++ Download the project archive from the VC. Unzip the archive.
|
||||||
* ++ Open it in TeXstudio.
|
* ++ Open the file `main.tex` in TeXstudio. It is located in the root directory of the archive.
|
||||||
* ++ Compile it by pressing <span class="emoji">⏩</span>.
|
* ++ 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?
|
* ++ What happened to the folder that contains the file?
|
||||||
|
|
||||||
|
|||||||
@ -154,10 +154,11 @@ To accomplish this, we need to include the package `enumitem` first.
|
|||||||
@slide(layout=task)
|
@slide(layout=task)
|
||||||
|
|
||||||
@task-number
|
@task-number
|
||||||
|
8
|
||||||
|
|
||||||
@title
|
@title
|
||||||
Adding enumerations
|
Adding enumerations
|
||||||
|
|
||||||
@content
|
@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).
|
* ++ Within this list, create **compact unordered list** (`compactitem`) for the ingredients (Zutaten) and a **compact ordered list** for the instructions (Arbeitsschritte).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user