Compare commits

...

2 Commits

2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,10 @@ Einige Beispiele
<td>`12 \leq 4 x^2 + 13`</td>
<td>$12 \leq 4 x^2 + 13$</td>
</tr>
<tr class="fragment">
<td>`{n \choose k}`</td>
<td>${n \choose k}$</td>
</tr>
</table>
++ Durch `^{…}` und `_{…}` werden die Inhalte in den Klammern hoch- oder tiefgestellt.

View File

@ -59,6 +59,10 @@ Examples
<td>`12 \leq 4 x^2 + 13`</td>
<td>$12 \leq 4 x^2 + 13$</td>
</tr>
<tr class="fragment">
<td>`{n \choose k}`</td>
<td>${n \choose k}$</td>
</tr>
</table>
++ `^{…}` and `_{…}` make the content between the braces appear as sub- or superscripted.