From edc62ac9e46ea17a6b859612d17de76f10a22991 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 17 Nov 2025 21:34:28 +0100 Subject: [PATCH] Update text markup task --- slides/text-markup.de.md | 2 ++ slides/text-markup.en.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/slides/text-markup.de.md b/slides/text-markup.de.md index b92597e..20a2442 100644 --- a/slides/text-markup.de.md +++ b/slides/text-markup.de.md @@ -86,6 +86,8 @@ Text hervorheben @content * **Betont** in der Datei `exercises/text-markup/markup.tex` die Wörter *Recursion* und *recursive* mit `\emph{…}`. * Macht die **URL** im Text anklickbar. +* Findet einen geeigneten Weg, um den gesamten **Absatz als Zitat** anzuzeigen. Schaut hierzu in die Doku des Paketes`csquotes`. +* Natürlich könnt ihr auch mit anderen **Auszeichnungen** experimentieren. @slide(layout=extra-content-and-preview) diff --git a/slides/text-markup.en.md b/slides/text-markup.en.md index 0218b4a..cd95240 100644 --- a/slides/text-markup.en.md +++ b/slides/text-markup.en.md @@ -84,7 +84,8 @@ Emphasising text @content * **Emphasise** the words *Recursion* and *recursive* in `exercises/text-markup/markup.tex` using `\emph{…}`. -* Make the **URL** in the text clickable. +* Make the **URL** in the text clickable. +* Find a proper way to display the whole **paragraph as a quote**. Have a look at the `csquotes` package. * Of course, you can also experiment with the other **text markup** possibilities. However, remove them afterwards if you want to have a clean document.