Math: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Subscript: <syntaxhighlight lang="html5" inline><math>x_{5+y}</math></syntaxhighlight> rendered: <math>x_{5+y}</math> | Subscript: <syntaxhighlight lang="html5" inline><math>x_{5+y}</math></syntaxhighlight> rendered: <math>x_{5+y}</math> | ||
<br><br><br><br> | |||
<math> | <math> | ||
\begin{align} | \begin{align} |
Revision as of 15:21, 25 August 2022
Basics
To render any math equation, the math equation must be between <math></math>
i.e., <math>f(x)=x^2</math>
gives .
Common math commands =
Superscript: <math>x^{5+y}</math>
rendered:
Subscript: <math>x_{5+y}</math>
rendered:
123