remove Eurosym for English special characters chapter

This commit is contained in:
Fradtschuk 2022-04-10 18:35:22 +00:00
parent 04b49789a5
commit 2dc5379ca3

View File

@ -311,23 +311,6 @@ $\pi \Sigma \delta$
$\dagger$ $\dagger$
``` ```
@slide(layout=content-only)
@title
Special characters & symbols
@content
### Euro (€)
* `eurosym` package
* `\euro` command
``` {.lang-tex .hljs}
Using LaTeX costs 0 \euro.
```
@slide(layout=content-only) @slide(layout=content-only)
@title @title
@ -354,7 +337,6 @@ Insert special characters
From now on, compile the file `main.tex` to see your changes appear in the script itself (in this task, see section “Übung 5”). From now on, compile the file `main.tex` to see your changes appear in the script itself (in this task, see section “Übung 5”).
</div> </div>
* Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“e.&thinsp;g.”, “i.&thinsp;a.”) by **thin spaces**. On top of that, replace the space before the word *EUR* by a thin space. * Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“e.&thinsp;g.”, “i.&thinsp;a.”) by **thin spaces**. On top of that, replace the space before the *Euro sign* by a thin space.
* Replace the hyphens by a **dash** (`--`). * Replace the hyphens by a **dash** (`--`).
* Add an **exclusive hyphenation** in the word *Studierendenausweis* after *Studierenden-*. * Add an **exclusive hyphenation** in the word *Studierendenausweis* after *Studierenden-*.
* Replace *EUR* by a **Euro sign**.