adapt text markup exercise to script

This commit is contained in:
Fradtschuk 2022-08-22 13:27:45 +02:00
parent 4658dcbe24
commit 56a312884a
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ wiedergibt.
Text hervorheben
@content
* **Betont** in der Datei `exercises/text-markup/markup.tex` die Wörter *Rekursion* und *rekursiv* mit `\emph{…}`.
* **Betont** in der Datei `exercises/text-markup/markup.tex` die Wörter *Recursion* und *recursive* mit `\emph{…}`.
* Macht die **URL** im Text anklickbar.
* Probiert euch gerne auch an den anderen Textauszeichnungs-Möglichkeiten, die ihr kennengelernt habt. Löscht diese aber wieder, wenn ihr ein sauberes Dokument haben wollt.

View File

@ -192,7 +192,7 @@ The `hyperref` package provides an `\url{}` command that reproduces URLs
Emphasising text
@content
* **Emphasise** the words *Rekursion* and *rekursiv* in `exercises/text-markup/markup.tex` using `\emph{…}`.
* **Emphasise** the words *Recursion* and *recursive* in `exercises/text-markup/markup.tex` using `\emph{…}`.
* Make the **URL** in the text clickable.
* Of course, you can also experiment with the other **text markup** possibilities. However, remove them afterwards, if you want to have a clean document.