MathJax Cheatsheet: Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) Die Seite wurde neu angelegt: „<math>a_1..a_n</math>“ |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<math>a_1..a_n</math> | This is a cheat sheet on which code leads to which output. | ||
When using inside Obsidian.md the code representing the MathJax formular needs start and end with the dollar sign, i.e.: <code>$a_1..a_n$</code> | |||
{| class="wikitable" | |||
|+ | |||
!Function | |||
!Example | |||
!Code | |||
|- | |||
|Lower | |||
|<math>a_1..a_n</math> | |||
|a_1..a_n | |||
|- | |||
|Exponent | |||
|<math>a^2 + b^2 = c^2</math> | |||
|a^2 + b^2 = c^2 | |||
|- | |||
|Matrix | |||
| | |||
|\begin{pmatrix} & Bob & Alice \\\ Bob & 0 & 1 \\\ Alice & 1 & 0 \end{pmatrix} | |||
|} |
Version vom 8. Februar 2025, 19:50 Uhr
This is a cheat sheet on which code leads to which output.
When using inside Obsidian.md the code representing the MathJax formular needs start and end with the dollar sign, i.e.: $a_1..a_n$
Function | Example | Code |
---|---|---|
Lower | a_1..a_n | |
Exponent | a^2 + b^2 = c^2 | |
Matrix | \begin{pmatrix} & Bob & Alice \\\ Bob & 0 & 1 \\\ Alice & 1 & 0 \end{pmatrix} |