Remove fragments

This commit is contained in:
Knoch 2022-09-26 12:22:29 +02:00
parent c7b2ad0842
commit 856ac463e6
2 changed files with 6 additions and 6 deletions

View File

@ -83,9 +83,9 @@ Kodierung
\usepackage[t1]{fontenc} \usepackage[t1]{fontenc}
``` ```
* ++ Die Zeichenkodierung bestimmt, welche Zeichen verfügbar sind. * Die Zeichenkodierung bestimmt, welche Zeichen verfügbar sind.
* ++ **ASCII** enthält kaum Sonderzeichen wie deutsche Umlaute. * **ASCII** enthält kaum Sonderzeichen wie deutsche Umlaute.
* ++ **UTF-8** ist eine universelle Kodierung. * **UTF-8** ist eine universelle Kodierung.
@slide(layout=content-only) @slide(layout=content-only)

View File

@ -83,9 +83,9 @@ Encoding
\usepackage[t1]{fontenc} \usepackage[t1]{fontenc}
``` ```
* ++ The character encoding determines which characters are available. * The character encoding determines which characters are available.
* ++ **ASCII** contains no special characters like German umlauts. * **ASCII** contains no special characters like German umlauts.
* ++ **UTF-8** is a universal encoding. * **UTF-8** is a universal encoding.
@slide(layout=content-only) @slide(layout=content-only)