Remove compact lists from exercise
This commit is contained in:
parent
33ff560a48
commit
fb35f2ed86
@ -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**.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user