Remove compact lists from exercise

This commit is contained in:
Knoch 2022-10-11 21:06:17 +02:00
parent 33ff560a48
commit fb35f2ed86
2 changed files with 2 additions and 2 deletions

View File

@ -162,4 +162,4 @@ Aufzählungen einfügen
@content @content
* Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Ingredients* und *Instructions*. Nutzt dafür den Befehl `\itemize`. * Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Ingredients* und *Instructions*. Nutzt dafür den Befehl `\itemize`.
* Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** und für die Arbeitsschritte eine **kompakte, geordnete Liste**. * Benutzt innerhalb dieser Liste für die Zutaten eine **ungeordnete Liste** und für die Arbeitsschritte eine **geordnete Liste**.

View File

@ -164,4 +164,4 @@ Adding enumerations
@content @content
* Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Ingredients* and *Instructions*. 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 *Ingredients* and *Instructions*. You can find the file in the directory `exercises/lists`. Use the `itemize` command.
* Within this list, create a **compact unordered list** for the ingredients and a **compact ordered list** for the instructions. * Within this list, create a **unordered list** for the ingredients and a **ordered list** for the instructions.