Add binomial coefficient
This commit is contained in:
parent
644e1a4d25
commit
81b01a7f7e
@ -57,6 +57,10 @@ Einige Beispiele
|
|||||||
<td>`12 \leq 4 x^2 + 13`</td>
|
<td>`12 \leq 4 x^2 + 13`</td>
|
||||||
<td>$12 \leq 4 x^2 + 13$</td>
|
<td>$12 \leq 4 x^2 + 13$</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="fragment">
|
||||||
|
<td>`{n \choose k}`</td>
|
||||||
|
<td>${n \choose k}$</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
++ Durch `^{…}` und `_{…}` werden die Inhalte in den Klammern hoch- oder tiefgestellt.
|
++ Durch `^{…}` und `_{…}` werden die Inhalte in den Klammern hoch- oder tiefgestellt.
|
||||||
|
|||||||
@ -59,6 +59,10 @@ Examples
|
|||||||
<td>`12 \leq 4 x^2 + 13`</td>
|
<td>`12 \leq 4 x^2 + 13`</td>
|
||||||
<td>$12 \leq 4 x^2 + 13$</td>
|
<td>$12 \leq 4 x^2 + 13$</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="fragment">
|
||||||
|
<td>`{n \choose k}`</td>
|
||||||
|
<td>${n \choose k}$</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
++ `^{…}` and `_{…}` make the content between the braces appear as sub- or superscripted.
|
++ `^{…}` and `_{…}` make the content between the braces appear as sub- or superscripted.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user