Math: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
= Common math commands == | = Common math commands == | ||
Superscript: <syntaxhighlight lang="html5" inline><math>x^{5+y}</math></syntaxhighlight> rendered: <math>x^{5+y}</math> | Superscript: <syntaxhighlight lang="html5" inline><math>x^{5+y}</math></syntaxhighlight> rendered: <math>x^{5+y}</math><br> | ||
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> | ||