diff --git a/slides/text-markup.en.md b/slides/text-markup.en.md index cd95240..d6ec602 100644 --- a/slides/text-markup.en.md +++ b/slides/text-markup.en.md @@ -17,10 +17,10 @@ Emphases + optical highlighting options:
| Name | Befehl |
|---|---|
| Bold (bold face) | `\textbf{important}` |
| Italics (italics) | `\textit{important}` |
| Small caps | `\textsc{important}` |
| Name | Command |
| bold | `\textbf{important}` |
| italics | `\textit{important}` |
| small caps | `\textsc{important}` |
| non-proportional (teletype) | `\texttt{important}` |
| underlined | `\underline{important}` |