update task on chapter 8 (lists)

This commit is contained in:
Fradtschuk 2021-04-26 22:53:49 +02:00
parent 3db9543c38
commit bd4d7ec6fc
2 changed files with 4 additions and 4 deletions

View File

@ -158,5 +158,5 @@ Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ände
Aufzählungen einfügen Aufzählungen einfügen
@content @content
* Formatiert die einzelnen Vor- und Nachteile in Abschnitt 1.2.3 als **ungeordnete Listen.** * Formattiert das Rezept in `lists.raw.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`.
* ++ Formatiert den Arbeitsablauf in Abschnitt 1.2.4 als **geordnete Liste.** Die Ziffern im Code sollen nicht stehen bleiben. * ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** (`compactitem`) und für die Arbeitsschritte eine **kompakte, geordnete Liste**.

View File

@ -160,5 +160,5 @@ To accomplish this, we need to include the package `enumitem` first.
Adding enumerations Adding enumerations
@content @content
* Turn the strong and weak points in section 1.2.3 into **unordered lists.** * Turn the recipe in `lists.raw.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.
* ++ Create an **ordered list** for the workflow shown in section 1.2.4. No numbers shall remain in your sourcecode. * ++ Within this list, create **compact unordered list** (`compactitem`) for the ingredients (Zutaten) and a **compact ordered list** for the instructions (Arbeitsschritte).