From bd4d7ec6fc59b10cf60f76a4dd7e1caf0bf91a31 Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Mon, 26 Apr 2021 22:53:49 +0200 Subject: [PATCH] update task on chapter 8 (lists) --- slides/chapter-08.de.md | 4 ++-- slides/chapter-08.en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/slides/chapter-08.de.md b/slides/chapter-08.de.md index d657582..7aa9b44 100644 --- a/slides/chapter-08.de.md +++ b/slides/chapter-08.de.md @@ -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**. diff --git a/slides/chapter-08.en.md b/slides/chapter-08.en.md index 20a005b..bfcfb3b 100644 --- a/slides/chapter-08.en.md +++ b/slides/chapter-08.en.md @@ -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).