Zirkumflex

This commit is contained in:
Amma 2020-06-12 16:00:05 +02:00
parent 7acb8be445
commit 871a424228
2 changed files with 4 additions and 4 deletions

View File

@ -257,7 +257,7 @@ Auch andere Sonderzeichen können entweder direkt eingegeben werden oder per Bef
<td style="text-align: center;">¡</td> <td><code>!\`</code></td> <td style="text-align: center;">¡</td> <td><code>!\`</code></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center;">^</td> <td>`\textasciicircumflex`</td> <td style="text-align: center;">^</td> <td>`\textasciicircum`</td>
<td style="text-align: center;">~</td> <td>`\textasciitilde`</td> <td style="text-align: center;">~</td> <td>`\textasciitilde`</td>
</tr> </tr>
<tr> <tr>

View File

@ -181,7 +181,7 @@ Other rules my apply for other languages, but most of the time its the same c
Quotes Quotes
@content @content
The `csquotes` package provides, i.&thinsp;a., an `\enquote` command: The `csquotes` package provides, amongst others, the command `\enquote`.
``` {.lang-tex .hljs} ``` {.lang-tex .hljs}
\enquote{A \enquote{nested} \enquote{A \enquote{nested}
@ -247,7 +247,7 @@ Letters with diacritics can either by typed directly on the keyboard or via esca
Special characters & symbols Special characters & symbols
@content @content
Special characters, as well, can either be typed or via escape codes and commands: The same is true for special characters: They can either be typed directly or created via escape codes and commands:
<table> <table>
<tr> <tr>
@ -255,7 +255,7 @@ Special characters, as well, can either be typed or via escape codes and command
<td style="text-align: center;">¡</td> <td><code>!\`</code></td> <td style="text-align: center;">¡</td> <td><code>!\`</code></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center;">^</td> <td>`\textasciicircumflex`</td> <td style="text-align: center;">^</td> <td>`\textasciicircum`</td>
<td style="text-align: center;">~</td> <td>`\textasciitilde`</td> <td style="text-align: center;">~</td> <td>`\textasciitilde`</td>
</tr> </tr>
<tr> <tr>