diff --git a/slides/chapter-08.de.md b/slides/chapter-08.de.md index b4ed5cc..f709d82 100644 --- a/slides/chapter-08.de.md +++ b/slides/chapter-08.de.md @@ -162,4 +162,4 @@ Aufzählungen einfügen @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`. -* 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**. diff --git a/slides/chapter-08.en.md b/slides/chapter-08.en.md index 6ce1ae2..415463b 100644 --- a/slides/chapter-08.en.md +++ b/slides/chapter-08.en.md @@ -164,4 +164,4 @@ Adding enumerations @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. -* 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.