Add binomial coefficient

This commit is contained in:
Knoch 2021-03-07 17:34:09 +01:00
parent 644e1a4d25
commit 81b01a7f7e
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.