update task on chapter 8 (lists)
This commit is contained in:
parent
3db9543c38
commit
bd4d7ec6fc
@ -158,5 +158,5 @@ Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ände
|
||||
Aufzählungen einfügen
|
||||
|
||||
@content
|
||||
* Formatiert die einzelnen Vor- und Nachteile in Abschnitt 1.2.3 als **ungeordnete Listen.**
|
||||
* ++ Formatiert den Arbeitsablauf in Abschnitt 1.2.4 als **geordnete Liste.** Die Ziffern im Code sollen nicht stehen bleiben.
|
||||
* 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`.
|
||||
* ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** (`compactitem`) und für die Arbeitsschritte eine **kompakte, geordnete Liste**.
|
||||
|
||||
@ -160,5 +160,5 @@ To accomplish this, we need to include the package `enumitem` first.
|
||||
Adding enumerations
|
||||
|
||||
@content
|
||||
* Turn the strong and weak points in section 1.2.3 into **unordered lists.**
|
||||
* ++ Create an **ordered list** for the workflow shown in section 1.2.4. No numbers shall remain in your sourcecode.
|
||||
* 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.
|
||||
* ++ 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