Update text markup task

This commit is contained in:
Florian 2025-11-17 21:34:28 +01:00
parent b1e72b479b
commit edc62ac9e4
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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.