Foreword
This page compares the MathML output from four TeX-to-MathML conversion libraries. You should use Firefox or Safari to view this page because they can render the MathML today. MathML will be viewable in Chrome and Edge soon.
MathJax and KaTeX of course also render math in other formats. This comparison is limited to MathML.
Versions used are: Temml 0.10.30, MathJax 2.7.5, KaTeX 0.13.9, and TeXZilla 1.0.2.0
Symbols
Symbol/Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
+ | \(a+b\) | a+b |
|||
- | \(a-b\) | a-b |
|||
! | \(n!\) | n! |
|||
\! | \(a\!b\) | a\!b |
|||
# | \(\def\bar#1{#1^2} \bar{y}\) | Not supported | \def\bar#1{#1^2} \bar{y} |
||
\# | \(\#\) | ||||
% | \(%a comment\) | Not supported | %a comment |
||
\% | \(\%\) | ||||
& | \(\begin{matrix} a & b\\ c & d \end{matrix}\) | \begin{matrix} a & b \\ c & d \end{matrix} |
|||
\& | \(\&\) | ||||
' | \('\) | Not supported | |||
\' | Not supported | Not supported | \text{\'{a}} |
||
( | \((\) | ||||
) | \()\) | ||||
\ | \(a\ b\) | Not supported | a\ b |
||
\" | Not supported | Not supported | \text{\"{a}} |
||
\$ | Not supported | Not supported | |||
\, | \(a\,\,{b}\) | a\,\,{b} |
|||
\. | Not supported | Not supported | \text{\.{a}} |
||
\: | \(a\:\:{b}\) | a\:\:{b} |
|||
\; | \(a\;\;{b}\) | aa\;\;{b} |
|||
_ | \(x_i\) | x_i |
|||
\_ | \(\_\) | Not supported | |||
\` | Not supported | Not supported | \text{\'{a}} |
||
< | \(<\) | ||||
\= | Not supported | Not supported | \text{\={a}} |
||
> | \( > \) | ||||
\> | \(a\>\>{b}\) | Not supported | a\>\>{b} |
||
[ | \([\) | ||||
] | \(]\) | ||||
{ | \({a}\) | {a} |
|||
} | \({a}\) | {a} |
|||
\{ | \(\{\) | ||||
\} | \(\}\) | ||||
| | \(|\) | ||||
\| | \(\|\) | ||||
~ | \(\text{no~break}\) | Not supported | \text{no~break} |
||
\~ | Not supported | Not supported | \text{\~{a}} |
||
\\ | \(\begin{matrix} a & b\\ c & d\end{matrix}\) | \begin{matrix} a & b \\ c & d \end{matrix} |
|||
\\ | \(x \\ y\) | Not supported | x \\ y |
||
^ | \(x^i\) | x^i |
|||
\^ | Not supported | Not supported | \text{\^{a}} |
||
special fraction | \(1\kern2mu \text{³⁄₄}\) | Not supported | 1\kern2mu \text{³⁄₄} |
A
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\AA | Not supported | Not supported | \text{\AA} |
||
\aa | Not supported | Not supported | \text{\aa} |
||
\above | \({a \above{2pt} b+1}\) | Not supported | {a \above{2pt} b+1} |
||
\abovewithdelims | Not supported | \(a+1 \abovewithdelims [ ] 1pt b\) | Not supported | Not supported | a+1 \abovewithdelims [ ] 1pt b |
\acute | \(\acute e\) | Not supported | \acute e |
||
\AE | Not supported | Not supported | \text{\AE} |
||
\ae | Not supported | Not supported | \text{\ae} |
||
\alef | \(\alef\) | Not supported | |||
\alefsym | \(\alefsym\) | Not supported | |||
\aleph | \(\aleph\) | ||||
{align} | \[\begin{align}a &=b+c\\d+e&=f\end{align}\] | Not supported | \begin{align} a&=b+c \\ d+e&=f \end{align} |
||
{align*} | \[\begin{align*}a &=b+c\\d+e&=f\end{align*}\] | Not supported | \begin{align*} a&=b+c \\ d+e&=f \end{align*} |
||
{aligned} | \(\begin{aligned}x&=y & a&=b+c\\x'&=y' & a'&=b'\end{aligned}\) | \begin{aligned} x&=y & a&=b+c\\ x'&=y' & a'&=b' \end{aligned} |
|||
{alignat} | \[\begin{alignat}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignat}\] | Not supported | |||
{alignat*} | \[\begin{alignat*}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignat*}\] | Not supported | |||
{alignedat} | \(\begin{alignedat}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignedat}\) | Not supported | \begin{alignedat}{2} 10&x+ &3&y = 2 \\ 3&x+&13&y = 4 \end{alignedat} |
||
\allowbreak | Supported | Not supported | Not supported | Not supported | |
\Alpha | \(\Alpha\) | ||||
\alpha | \(\alpha\) | ||||
\amalg | \(\amalg\) | ||||
\And | \(\And\) | Not supported | |||
\and | Not supported | \(\and\) | Not supported | Not supported | Deprecated |
\ang | Not supported | \(\ang\) | Not supported | Not supported | Deprecated |
\angl | Not supported See \enclose |
Not supported | a_{\angl n} |
||
\angle | \(\angle\) | ||||
\angln | Not supported See \enclose |
Not supported | a_\angln |
||
\Angstrom | Not supported | Not supported | Not supported | \Angstrom |
|
\approx | \(\approx\) | ||||
\approxeq | \(\approxeq\) | ||||
\arccos | \(\arccos x\) | ||||
\arcctg | Not supported | Not supported | |||
\arcsin | \(\arcsin x\) | ||||
\arctan | \(\arctan x\) | ||||
\arctg | Not supported | Not supported | |||
\arg | \(\arg\) | ||||
\argmax | Not supported | Not supported | |||
\argmin | Not supported | Not supported | |||
{array} | \(\begin{array}{cc}a&b\\c&d\end{array}\) | \begin{array}{cc} a & b \\ c & d \end{array} |
|||
{array} with lines |
\(\begin{array}{c|c:c}a & b & c \\ \hline d & e & f \\ \hdashline g & h & i\end{array}\) | Not supported | \begin{array}{c|c:c} a & b & c \\ \hline d & e & f\\ \hdashline g & h & i \end{array} |
||
\array | Not supported | \(\array{ a & b+1 \\ c+1 & d }\) | Not supported | \array{ a & b+1 \\ c+1 & d } |
|
\arraycolsep | Not supported | Not supported | Not supported | \arraycolsep}{12pt} \begin{array}{cc} a & b \\ c & d \end{array} |
|
\arraystretch | \(\renewcommand{\arraystretch}{1.5}\begin{array}{cc}a&b\\c&d\end{array}\) | Not supported | Not supported | \renewcommand{\arraystretch}{1.5} \begin{array}{cc} a & b \\ c & d \end{array} |
|
\Arrowvert | Not supported | \(\Arrowvert\) | Not supported | Not supported | |
\arrowvert | Not supported | \(\arrowvert\) | Not supported | Not supported | |
\ast | \(\ast\) | ||||
\astrosun | Not supported | Not supported | Not supported | ||
\asymp | \(\asymp\) | ||||
\atop | \({a \atop b}\) | {a \atop b} |
|||
\atopwithdelims | Not supported | \(a \atopwithdelims [ ] b\) | Not supported | Not supported | a \atopwithdelims [ ] b |
B
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\backepsilon | \(\backepsilon\) | ||||
\backprime | \(\backprime\) | Not supported | |||
\backdprime | Not supported | Not supported | Not supported | ||
\backtrprime | Not supported | Not supported | Not supported | ||
\backsim | \(\backsim\) | ||||
\backsimeq | \(\backsimeq\) | ||||
\backslash | \(\backslash\) | ||||
\ballotx | Not supported | Not supported | Not supported | ||
\bar | \(\bar{y}\) | \bar{y} |
|||
\barcap | Not supported | Not supported | Not supported | ||
\barcup | Not supported | Not supported | Not supported | ||
\barvee | Not supported | Not supported | Not supported | ||
\barwedge | \(\barwedge\) | ||||
\Bbb | \(\Bbb{ABC}\) | Not supported | \Bbb{ABC} |
||
\Bbbk | \(\Bbbk\) | Not supported | |||
\bbox | Not supported | Requires extension | Not supported | Not supported | |
\bcancel | \(\bcancel{5}\) | Not supported | \bcancel{5} |
||
\because | \(\because\) | ||||
\begin | \(\begin{matrix} a & b\\ c & d\end{matrix}\) | \begin{matrix} a & b \\ c & d \end{matrix} |
|||
\begingroup | \(\begingroup a \endgroup\) | Not supported | \begingroup a\endgroup |
||
\Beta | \(\Beta\) | ||||
\beta | \(\beta\) | ||||
\beth | \(\beth\) | ||||
\between | \(\between\) | ||||
\bf | \(\bf AaBb12\) | Not supported | \bf AaBb12 |
||
\big | \(\big(\big)\) | \big(\big) |
|||
\Big | \(\Big(\Big)\) | \Big(\Big) |
|||
\bigcap | \(\bigcap_0^n x \; \displaystyle \bigcap_0^n x\) | ||||
\bigcirc | \(\bigcirc\) | ||||
\bigcup | \(\bigcup_0^n x \; \displaystyle \bigcup_0^n x\) | ||||
\bigcupdot | Not supported | Not supported | |||
\bigcupplus | Not supported | Not supported | Not supported | ||
\bigdoublevee | Not supported | Not supported | Not supported | ||
\bigdoublewedge | Not supported | Not supported | Not supported | ||
\bigg | \(\bigg(\bigg)\) | \bigg(\bigg) |
|||
\Bigg | \(\Bigg(\Bigg)\) | \Bigg(\Bigg) |
|||
\biggl | \(\biggl(\) | \biggl( |
|||
\Biggl | \(\Biggl(\) | \Biggl( |
|||
\biggm | \(\biggm\vert\) | Not supported | \biggm\vert |
||
\Biggm | \(\Biggm\vert\) | Not supported | \Biggm\vert |
||
\biggr | \(\biggr)\) | \biggr) |
|||
\Biggr | \(\Biggr)\) | \Biggr) |
|||
\bigl | \(\bigl(\) | \bigl( |
|||
\Bigl | \(\Bigl(\) | \Bigl( |
|||
\bigm | \(\bigm\vert\) | Not supported | \bigm\vert |
||
\Bigm | \(\Bigm\vert\) | Not supported | \Bigm\vert |
||
\bigodot | \(\bigodot_0^n x \; \displaystyle \bigodot_0^n x\) | ||||
\bigominus | Not supported | Not supported | Not supported | Not supported | |
\bigoplus | \(\bigoplus_0^n x \; \displaystyle \bigoplus_0^n x\) | ||||
\bigoslash | Not supported | Not supported | Not supported | Not supported | |
\bigotimes | \(\bigotimes_0^n x \; \displaystyle \bigotimes_0^n x\) | ||||
\bigr | \(\bigr)\) | \bigr) |
|||
\Bigr | \(\Bigr)\) | \Bigr) |
|||
\bigtimes | Not supported | Not supported | |||
\bigsqcap | Not supported | Not supported | Not supported | ||
\bigsqcup | \(\bigsqcup_0^n x \; \displaystyle \bigsqcup_0^n x\) | ||||
\bigstar | \(\bigstar\) | ||||
\bigtriangledown | \(\bigtriangledown\) | ||||
\bigtriangleup | \(\bigtriangleup\) | ||||
\biguplus | \(\biguplus_0^n x \; \displaystyle \biguplus_0^n x\) | ||||
\bigvee | \(\bigvee_0^n x \; \displaystyle \bigvee_0^n x\) | ||||
\bigwedge | \(\bigwedge_0^n x \; \displaystyle \bigwedge_0^n x\) | ||||
\binom | \(\binom n k\) | \binom n k |
|||
\blackhourglass | Not supported | Not supported | Not supported | ||
\blacklozenge | \(\blacklozenge\) | ||||
\blacksquare | \(\blacksquare\) | ||||
\blacktriangle | \(\blacktriangle\) | ||||
\blacktriangledown | \(\blacktriangledown\) | ||||
\blacktriangleleft | \(\blacktriangleleft\) | ||||
\blacktriangleright | \(\blacktriangleright\) | ||||
\bm | Not supported | Not supported | \bm{AaBb} |
||
{Bmatrix} | \(\begin{Bmatrix}a&b\\c&d\end{Bmatrix}\) | \begin{Bmatrix} a & b \\ c & d \end{Bmatrix} |
|||
{bmatrix} | \(\begin{bmatrix}a&b\\c&d\end{bmatrix}\) | \begin{bmatrix} a & b \\ c & d \end{bmatrix} |
|||
\bmod | \(a \bmod b\) | Not supported | a \bmod b |
||
\bold | \(\bold{AaBb123}\) | Not supported | \bold{AaBb123} |
||
\boldsymbol | \(\boldsymbol{AaBb0}\) | \boldsymbol{AaBb0} |
|||
\bot | \(\bot\) | ||||
\Bot | Not supported | Not supported | Not supported | ||
\bowtie | \(\bowtie\) | ||||
\Box | \(\Box\) | ||||
\boxast | Not supported | Not supported | Not supported | ||
\boxbox | Not supported | Not supported | Not supported | ||
\boxcircle | Not supported | Not supported | Not supported | ||
\boxdot | \(\boxdot\) | ||||
\boxed | \(\boxed{ab}\) | \boxed{ab} |
|||
\boxminus | \(\boxminus\) | ||||
\boxplus | \(\boxplus\) | ||||
\boxslash | Not supported | Not supported | Not supported | ||
\boxtimes | \(\boxtimes\) | ||||
\Bra | Requires extension | Not supported | \Bra{\psi} |
||
\bra | Requires extension | Not supported | \bra{\psi} |
||
\brace | \({n\brace k}\) | Not supported | {n\brace k} |
||
\brack | \({n\brack k}\) | Not supported | {n\brack k} |
||
\braket | Not supported | Not supported | \braket{\phi|\psi} |
||
\Braket | Requires extenstion | Not supported | Not supported | \Braket{ϕ|\frac{∂^2}{∂ t^2}|ψ} |
|
\breve | \(\breve{eu}\) | Not supported | \breve{eu} |
||
\buildrel | Not supported | \(\buildrel \rm def \over {:=}\) | Not supported | Not supported | \buildrel \rm def \over {:=} |
\bull | \(\bull\) | Not supported | |||
\bullet | \(\bullet\) | ||||
\Bumpeq | \(\Bumpeq\) | ||||
\bumpeq | \(\bumpeq\) |
C
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\C | Not supported | \(\C\) | Not supported | Not supported | Deprecated |
\c | Not supported | Not supported | Not supported | \text{\c{c}} |
|
\cal | Not supported | Not supported | \cal ABC |
||
\cancel | \(\cancel{5}\) | Not supported | \cancel{5} |
||
\cancelto | Not supported | Not supported | Not supported | Not supported | |
\Cap | \(\Cap\) | ||||
\cap | \(\cap\) | ||||
\capbarcup | Not supported | Not supported | Not supported | ||
\capdot | Not supported | Not supported | Not supported | ||
\capovercup | Not supported | Not supported | Not supported | ||
{cases} | \(\begin{cases}a&\text{if }b\\c&\text{if }d\end{cases}\) | \begin{cases} a &\text{if } b \\ c &\text{if } d \end{cases} |
|||
\cases | Not supported | \(\cases{ x & \text{if } x\ge 0\\ -x & \text{if } x\lt 0}\) | Not supported | Not supported | \cases{x & \text{if } x\ge 0\\
-x & \text{if } x\lt 0}
|
{CD} | \(\begin{CD} A @>a>> B\\@VbVV @AAcA \\ C @= D\end{CD}\) | Not supported | |||
\cdot | \(\cdot\) | ||||
\cdotp | \(\cdotp\) | ||||
\cdots | \(\cdots\) | ||||
\ce | \(\ce{A\bond{~}B\bond{~-}C}\) | Not supported | Not supported | \ce{A\bond{~}B\bond{~-}C} Requires `mhchem` extension |
|
\cee | Not supported | \(\cee{C6H5-CHO}\) | Not supported | Not supported | Deprecated by mhchem |
\cent | Not supported | Not supported | Not supported | ||
\centerdot | \(a\centerdot b\) | Not supported | In LaTeX, \centerdot is a small square on the baseline, not a centered dot. |
||
\cf | Not supported | \(\cf{C6H5-CHO}\) | Not supported | Not supported | Deprecated by mhchem |
\cfrac | \(\cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}}\) | Not supported | \cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}} |
||
\char | Not supported See \unicode |
Not supported | \char"263a |
||
\check | \(\check{oe}\) | \check{oe} |
|||
\ch | Not supported | Not supported | |||
\checkmark | \(\checkmark\) | Not supported | |||
\Chi | \(\Chi\) | Not supported | |||
\chi | \(\chi\) | ||||
\choose | \({n+1 \choose k+2}\) | {n+1 \choose k+2} |
|||
\circ | \(\circ\) | ||||
\circeq | \(\circeq\) | ||||
\circlearrowleft | \(\circlearrowleft\) | ||||
\circlearrowright | \(\circlearrowright\) | ||||
\circledast | \(\circledast\) | ||||
\circledcirc | \(\circledcirc\) | ||||
\circleddash | \(\circleddash\) | ||||
\circledequal | Not supported | Not supported | Not supported | ||
\circledparallel | Not supported | Not supported | Not supported | ||
\circledR | \(\circledR\) | Not supported | |||
\circledS | \(\circledS\) | Not supported | |||
\circledvert | Not supported | Not supported | Not supported | ||
\circlehbar | Not supported | Not supported | Not supported | ||
\class | Not supported | Not supported | Not supported | ab\class{mathHighlight}{cdef}gh |
|
\cline | Not supported | Not supported | Not supported | Not supported | |
\closedvarcap | Not supported | Not supported | Not supported | ||
\closedvarcup | Not supported | Not supported | Not supported | ||
\clubs | \(\clubs\) | Not supported | |||
\clubsuit | \(\clubsuit\) | ||||
\cnums | \(\cnums\) | Not supported | |||
\coh | Not supported | Not supported | Not supported | ||
\colon | \(\colon\) | ||||
\Colonapprox | Not supported | ||||
\colonapprox | Not supported | ||||
\Coloneq | Not supported | ||||
\coloneq | Not supported | ||||
\Coloneqq | Not supported | ||||
\coloneqq | Not supported | ||||
\Colonsim | Not supported | ||||
\colonsim | Not supported | ||||
\color | \(\color{#0000FF} AaBb123\) | \color{#0000FF} AaBb123 |
|||
\colorbox | \(\colorbox{red}{Black on red}\) | Not supported | \colorbox{red}{Black on red} |
||
\complement | \(\complement\) | ||||
\Complex | \(\Complex\) | Not supported | |||
\concavediamond | Not supported | Not supported | Not supported | ||
\concavediamondtickleft | Not supported | Not supported | Not supported | ||
\concavediamondtickright | Not supported | Not supported | Not supported | ||
\cong | \(\cong\) | ||||
\Coppa | Not supported | Not supported | Not supported | ||
\coppa | Not supported | Not supported | Not supported | ||
\coprod | \(\coprod_0^n x \; \displaystyle \coprod_0^n x\) | ||||
\copyright | Not supported | Not supported | |||
\cos | \(\cos x\) | ||||
\cosec | Not supported | Not supported | |||
\cosh | \(\cosh x\) | ||||
\cot | \(\cot x\) | ||||
\cotg | Not supported | Not supported | |||
\coth | \(\coth x\) | ||||
\cr | \(\begin{matrix} a & b\\ c & d \end{matrix}\) | \begin{matrix} a & b \cr c & d \end{matrix} |
|||
\csc | \(\csc x\) | ||||
\cssId | ✓ | Not supported | Not supported | Not supported | |
\ctg | Not supported | Not supported | |||
\cth | Not supported | Not supported | |||
\Cup | \(\Cup\) | ||||
\cup | \(\cup\) | ||||
\cupovercap | Not supported | Not supported | Not supported | ||
\curlyeqprec | \(\curlyeqprec\) | ||||
\curlyeqsucc | \(\curlyeqsucc\) | ||||
\curlyvee | \(\curlyvee\) | ||||
\curlywedge | \(\curlywedge\) | ||||
\curvearrowleft | \(\curvearrowleft\) | ||||
\curvearrowright | \(\curvearrowright\) |
D
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\dag | Not supported | Not supported | |||
\Dagger | \(\Dagger\) | Not supported | |||
\dagger | \(\dagger\) | ||||
\daleth | \(\daleth\) | ||||
\Darr | \(\Darr\) | Not supported | |||
\dArr | \(\dArr\) | Not supported | |||
\darr | \(\darr\) | ||||
{darray} | \(\begin{array}{cc}a & b\\c & d\end{array}\) | \begin{darray}{cc} a & b \\ c & d \end{darray} |
|||
\dashleftarrow | \(\dashleftarrow\) | ||||
\dashrightarrow | \(\dashrightarrow\) | ||||
\dashv | \(\dashv\) | ||||
\dbinom | \(\dbinom n k\) | Not supported | \dbinom n k |
||
\dblcolon | Not supported | ||||
{dcases} | Not supported | Not supported | \begin{dcases} a &\text{if } b \\ c &\text{if } d \end{dcases} |
||
\ddag | Not supported | Not supported | |||
\ddagger | \(\ddagger\) | ||||
\ddddot | Not supported | Not supported | |||
\dddot | Not supported | Not supported | |||
\ddot | \(\ddot x\) | \ddot x |
|||
\ddots | \(\ddots\) | ||||
\DeclareMathOperator | Not supported | \(\DeclareMathOperator {\myOp}{myOp} \myOp(x)\) | Not supported | Not supported | |
\def | \(\def\foo{x^2} \foo + \foo\) | Not supported | \def\foo{x^2} \foo + \foo |
||
\definecolor | Not supported | Not supported | Not supported | ||
\deg | \(\deg x\) | ||||
\degree | Not supported | ||||
\delta | \(\delta\) | ||||
\Delta | \(\Delta\) | ||||
\det | \(\begin{matrix}\det x \\ \det_y x \\\det\limits_y x\end{matrix}\) | ||||
\Digamma | Not supported | \(\Digamma\) | Not supported | Not supported | |
\digamma | \(\digamma\) | ||||
\dfrac | \(\dfrac{a-1}{b-1}\) | Not supported | \dfrac{a-1}{b-1} |
||
\diagdown | \(\diagdown\) | Not supported | |||
\diagup | \(\diagup\) | Not supported | |||
\diameter | Not supported | Not supported | Not supported | ||
\Diamond | \(\Diamond\) | ||||
\diamond | \(\diamond\) | ||||
\diamonds | \(\diamonds\) | Not supported | |||
\diamondsuit | \(\diamondsuit\) | ||||
\dim | \(\dim x\) | ||||
\displaylines | Not supported | \(\displaylines{a\\ a+b=c+d}\) | Not supported | Not supported | \displaylines{a\\ a+b=c+d} |
\displaystyle | \(\displaystyle\sum_0^n\) | \displaystyle\sum_0^n |
|||
\div | \(\div\) | ||||
\divideontimes | \(\divideontimes\) | ||||
\doublebarvee | Not supported | Not supported | Not supported | ||
\dot | \(\dot x\) | \dot x |
|||
\Doteq | \(\Doteq\) | ||||
\doteq | \(\doteq\) | ||||
\doteqdot | \(\doteqdot\) | ||||
\dotminus | Not supported | Not supported | |||
\dotplus | \(\dotplus\) | ||||
\dots | \(x_1 + \dots + x_n\) | x_1 + \dots + x_n |
|||
\dotsb | \(x_1 +\dotsb + x_n\) | Not supported | x_1 +\dotsb + x_n |
||
\dotsc | \(x,\dotsc,y\) | Not supported | x,\dotsc,y |
||
\dotsi | \(\int_{A_1}\int_{A_2}\dotsi\) | Not supported | \int_{A_1}\int_{A_2}\dotsi |
||
\dotsm | \(x_1 x_2 \dotsm x_n\) | Not supported | x_1 x_2 \dotsm x_n |
||
\dotso | \(\dotso\) | Not supported | |||
\doublebarwedge | \(\doublebarwedge\) | ||||
\doublecap | \(\doublecap\) | Not supported | |||
\doublecup | \(\doublecup\) | Not supported | |||
\Downarrow | \(\Downarrow\) | ||||
\downarrow | \(\downarrow\) | ||||
\downdownarrows | \(\downdownarrows\) | ||||
\downharpoonleft | \(\downharpoonleft\) | ||||
\downharpoonright | \(\downharpoonright\) | ||||
\dprime | Not supported | Not supported | Not supported | ||
{drcases} | Not supported | Not supported | \begin{drcases} a&\text{if }b\\c&\text{if }d \end{drcases} |
E
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\Earth | Not supported | Not supported | Not supported | ||
\ell | \(\ell\) | ||||
\else | Not supported | Not supported | Not supported | Not supported | |
\emph | Not supported | Not supported | \emph{Ab0} |
||
\empty | \(\empty\) | ||||
\emptyset | \(\emptyset\) | ||||
\enclose | Not supported See \angl |
\(\enclose{longdiv}{500}\) \(\enclose{actuarial}{500}\) \(\enclose{phasorangle}{500}\) |
Not supported | Not supported | \enclose{longdiv}{500} \enclose{actuarial}{500} \enclose{phasorangle}{500} Non-standard |
\end | \(\begin{matrix} a & b\\ c & d\end{matrix}\) | \begin{matrix} a & b \\ c & d \end{matrix} |
|||
\endgroup | \(\begingroup a \endgroup\) | Not supported | \begingroup a\endgroup |
||
\enspace | \(a\enspace b\) | Not supported | a\enspace b |
||
\Epsilon | \(\Epsilon\) | Not supported | |||
\epsilon | \(\epsilon\) | ||||
\eqalign | Not supported | \(\eqalign{3x - 4y &= 5\\x + 7 &= -2y}\) | Not supported | Not supported | |
\eqalignno | Not supported | \(\eqalignno{3x - 4y &= 5 &(\dagger) \\ x + 7 &= -2y &(\ddagger)\\ z &= 2}\) | Not supported | Not supported | |
\eqcirc | \(\eqcirc\) | ||||
\Eqcolon | Not supported | ||||
\eqcolon | Not supported | ||||
{equation} | \[\begin{equation}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation}\] | Not supported | \begin{equation} \begin{split} ∇·𝐃&=ρ_v \\ ∇·𝐁&=0\end{split} \end{equation} |
||
{equation*} | \[\begin{equation*}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation*}\] | Not supported | |||
{eqnarray} | Not supported | \(\begin{eqnarray} y &=& (x-1)^2 \\ &=& (x-1)(x-1) \\ &=& x^2 - 2x + 1 \end{eqnarray}\) | Not supported | Not supported | |
{eqnarray*} | Not supported | \(\begin{eqnarray*} y &=& (x-1)^2 \\ &=& (x-1)(x-1) \\ &=& x^2 - 2x + 1 \end{eqnarray*}\) | Not supported | Not supported | |
\Eqqcolon | Not supported | ||||
\eqqcolon | Not supported | ||||
\eqref | Not supported | Not supported | Not supported | ||
\eqsim | \(\eqsim\) | ||||
\eqslantgtr | \(\eqslantgtr\) | ||||
\eqslantless | \(\eqslantless\) | ||||
\equiv | \(\equiv\) | ||||
\Eta | \(\Eta\) | ||||
\eta | \(\eta\) | ||||
\eth | \(\eth\) | ||||
\euro | \(\euro\) | Not supported | Not supported | ||
\exist | \(\exist\) | Not supported | |||
\exists | \(\exists\) | ||||
\exp | \(\exp x\) |
F
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\fallingdotseq | \(\fallingdotseq\) | ||||
\fbox | \(\fbox{Hi there!}\) | Not supported | \fbox{Hi there!} |
||
\fcolorbox | \(\fcolorbox{red}{aqua}{A}\) | Not supported | \fcolorbox{red}{aqua}{A} |
||
\female | Not supported | Not supported | Not supported | \female |
|
\fi | Not supported | Not supported | Not supported | Not supported | |
\Finv | \(\Finv\) | Not supported | |||
\flat | \(\flat\) | ||||
\footnotesize | Not supported | Not supported | \footnotesize footnotesize |
||
\forall | \(\forall\) | ||||
\fullouterjoin | Not supported | Not supported | Not supported | ||
\frac | \(\frac{a+b}{c+d}\) | \frac{a+b}{c+d} |
|||
\frak | \(\frak{AaBb}\) | Not supported | \frak{AaBb} |
||
\frown | \(\frown\) |
G
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\Game | \(\Game\) | Not supported | |||
\Gamma | \(\Gamma\) | ||||
\gamma | \(\gamma\) | ||||
{gather} | \(\begin{gather}a=b\\e=b+c\end{gather}\) | Not supported | \begin{gather} a=b \\ e=b+c \end{gather} |
||
{gather*} | \(\begin{gather*}a=b\\e=b+c\end{gather*}\) | Not supported | \begin{gather*} a=b \\ e=b+c \end{gather*} |
||
{gathered} | \(\begin{gathered}a=b\\e=b+c\end{gathered}\) | \begin{gathered} a=b \\ e=b+c \end{gathered} |
|||
\gcd | \(\begin{matrix}\gcd x \\ \gcd_y x \\\gcd\limits_y x\end{matrix}\) | ||||
\gdef | Not supported | Not supported | \gdef\bar#1{#1^2} \bar{y} + \bar{y} |
||
\ge | \(\ge\) | ||||
\geneuro | Not supported | \(\geneuro\) | Not supported | Not supported | |
\geneuronarrow | Not supported | \(\geneuronarrow\) | Not supported | Not supported | |
\geneurowide | Not supported | \(\geneurowide\) | Not supported | Not supported | |
\genfrac | \(\genfrac ( ] {2pt}{0}a{a+1}\) | Not supported | \genfrac ( ] {2pt}{0}a{a+1} |
||
\geq | \(\geq\) | ||||
\geqq | \(\geqq\) | ||||
\geqslant | \(\geqslant\) | ||||
\gets | \(\gets\) | Not supported | |||
\gg | \(\gg\) | ||||
\ggg | \(\ggg\) | ||||
\gggtr | \(\gggtr\) | Not supported | |||
\gimel | \(\gimel\) | ||||
\global | Not supported | \(\global\def\add#1#2{#1+#2} \add 2 3\) | Not supported | \global\def\add#1#2{#1+#2} \add 2 3 |
|
\gnapprox | \(\gnapprox\) | ||||
\gneq | \(\gneq\) | ||||
\gneqq | \(\gneqq\) | ||||
\gnsim | \(\gnsim\) | ||||
\grave | \(\grave{eu}\) | Not supported | \grave{eu} |
||
\gt | \(a \gt b\) | a \gt b |
|||
\gtrdot | \(\gtrdot\) | ||||
\gtrapprox | \(\gtrapprox\) | ||||
\gtreqless | \(\gtreqless\) | ||||
\gtreqqless | \(\gtreqqless\) | ||||
\gtrless | \(\gtrless\) | ||||
\gtrsim | \(\gtrsim\) | ||||
\gvertneqq | \(\gvertneqq\) |
H
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\H | Not supported | Not supported | \text{\H{a}} |
||
\Harr | \(\Harr\) | Not supported | |||
\hArr | Not supported | Not supported | |||
\harr | \(\harr\) | Not supported | |||
\hat | \(\hat{\theta}\) | \hat{\theta} |
|||
\hbar | \(\hbar\) | ||||
\hbox | \(\hbox{in a box}\) | Not supported | \hbox{in a box} |
||
\hdashline | \(\begin{matrix}a&b\\ \hdashline c &d\end{matrix}\) | Not supported | \begin{matrix} a & b \\ \hdashline c & d \end{matrix} |
||
\hearts | \(\hearts\) | Not supported | |||
\heartsuit | \(\heartsuit\) | ||||
\hfil | Not supported | See \hfill | Not supported | Not supported | |
\hfill | Not supported | \(\begin{matrix}xxxxxx & xxxxxx & xxxxxx \\ ab & \hfil ab & ab\hfil\\ \end{matrix}\) | Not supported | Not supported | |
\hline | \(\begin{matrix}a&b\\ \hline c &d\end{matrix}\) | Not supported | \begin{matrix} a & b \\ \hline c & d \end{matrix} |
||
\hourglass | Not supported | Not supported | Not supported | ||
\hom | \(\hom x\) | ||||
\hookleftarrow | \(\hookleftarrow\) | ||||
\hookrightarrow | \(\hookrightarrow\) | ||||
\hphantom | \(a\hphantom{bc}d\) | Not supported | a\hphantom{bc}d |
||
\href | \(\href{https://MathJax.org/}{\text{MathJax}}\) | Not supported | \href{https://www.mathjax.org/}{\text{MathJax}} |
||
\hskip | \(w\hskip1em i\hskip2em d\) | Not supported | w\hskip1em i\hskip2em d |
||
\hslash | \(\hslash\) | ||||
\hspace | Not supported | \(s\hspace7ex k\) | Not supported | s\hspace7ex k |
|
\htmlClass | Not supported | Not supported | Not supported | Not supported | \htmlClass{foo}{x} |
\htmlData | Not supported | Not supported | Not supported | Not supported | \htmlData{foo=a, bar=b}{x} |
\htmlId | Not supported | Not supported | Not supported | Not supported | \htmlId{bar}{x} |
\htmlStyle | Not supported | Not supported | Not supported | Not supported | \htmlStyle{color: red;}{x}} |
\huge | \(\huge huge\) | Not supported | \huge huge |
||
\Huge | \(\Huge Huge\) | Not supported | \Huge Huge |
I
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\i | Not supported | Not supported | \text{\i} |
||
\idotsint | Not supported | Not supported | Not supported | ||
\iddots | Not supported | Not supported | Not supported | Not supported | |
\if | Not supported | Not supported | Not supported | Not supported | |
\iff | \(A\iff B\) | A\iff B |
|||
\ifmode | Not supported | Not supported | Not supported | Not supported | |
\ifx | Not supported | Not supported | Not supported | Not supported | |
\iiiint | Not supported | Not supported | Not supported | Not supported | |
\iiint | \(\iiint_0^n x \; \displaystyle \iiint_0^n x\) | ||||
\iint | \(\iint_0^n x \; \displaystyle \iint_0^n x\) | ||||
\Im | \(\Im\) | ||||
\image | \(\image\) | Not supported | |||
\imageof | Not supported | Not supported | |||
\imath | \(\imath\) | ||||
\impliedby | \(P\impliedby Q\) | P\impliedby Q |
|||
\implies | \(P\implies Q\) | P\implies Q |
|||
\in | \(\in\) | ||||
\includegraphics | Not supported | Not supported | |||
\incoh | Not supported | Not supported | Not supported | ||
\inf | \(\begin{matrix}\inf x \\ \inf_y x \\\inf\limits_y x\end{matrix}\) | ||||
\infin | \(\infin\) | Not supported | |||
\infty | \(\infty\) | ||||
\injlim | \(\begin{matrix}\injlim x \\ \injlim_y x \\\injlim\limits_y x\end{matrix}\) | Not supported | \injlim x \injlim_y x \injlim\limits_y x |
||
\int | \(\int_0^n x \; \displaystyle \int_0^n x\) | ||||
\intercal | \(\intercal\) | ||||
\interleave | Not supported | Not supported | Not supported | ||
\intop | \(\intop_0^n x \; \displaystyle \intop_0^n x\) | Not supported | |||
\invamp | Not supported | Not supported | Not supported | ||
\invlazys | Not supported | Not supported | Not supported | ||
\Iota | \(\Iota\) | ||||
\iota | \(\iota\) | ||||
\isin | \(\isin\) | Not supported | |||
\it | \({\it AaBb}\) | Not supported | {\it AaBb} |
JK
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\j | Not supported | Not supported | \text{\j} |
||
\jmath | \(\jmath\) | ||||
\Join | \(\Join\) | Not supported | |||
\Kappa | \(\Kappa\) | ||||
\kappa | \(\kappa\) | ||||
\ker | \(\ker x\) | ||||
\kern | \(I\kern-2.5pt R\) | Not supported | I\kern-2.5pt R |
||
\Ket | Requires extension | Not supported | \Ket{\psi} |
||
\ket | Requires extension | Not supported | \ket{\psi} |
||
\Koppa | Not supported | Not supported | Not supported | ||
\koppa | Not supported | Not supported | Not supported |
L
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\L | Not supported | Not supported | Not supported | Not supported | |
\l | Not supported | Not supported | Not supported | Not supported | |
\Lambda | \(\Lambda\) | ||||
\lambda | \(\lambda\) | ||||
\label | See {equation} | Supported | Not supported | ||
\land | \(\land\) | Not supported | |||
\lang | \(\lang A\rangle\) | \lang A\rangle |
|||
\lAngle | Not supported | Not supported | Not supported | \lAngle A\rAngle |
|
\langle | \(\langle A\rangle\) | \langle A\rangle |
|||
\Larr | \(\Larr\) | Not supported | |||
\lArr | \(\lArr\) | Not supported | |||
\larr | \(\larr\) | Not supported | |||
\large | \(\large large\) | Not supported | \large large |
||
\Large | \(\Large Large\) | Not supported | \Large Large |
||
\LARGE | \(\LARGE LARGE\) | Not supported | \LARGE LARGE |
||
\LaTeX | \(\LaTeX\) | Not supported | |||
\lBrace | Not supported | Not supported | |||
\lbrace | \(\lbrace\) | ||||
\lbrack | \(\lbrack\) | ||||
\lceil | \(\lceil\) | ||||
\lcroof | Not supported | Not supported | Not supported | Not supported | See \enclose |
\ldotp | \(\ldotp\) | Not supported | |||
\ldots | \(\ldots\) | ||||
\le | \(\le\) | ||||
\leadsto | \(\leadsto\) | Not supported | |||
\left | \(\left\lbrace \frac ab \right.\) | \left\lbrace \frac ab \right. |
|||
\leftarrow | \(\leftarrow\) | ||||
\Leftarrow | \(\Leftarrow\) | ||||
\leftarrowtail | \(\leftarrowtail\) | ||||
\leftharpoondown | \(\leftharpoondown\) | ||||
\leftharpoonup | \(\leftharpoonup\) | ||||
\leftleftarrows | \(\leftleftarrows\) | ||||
\leftmodels | Not supported | Not supported | Not supported | ||
\leftmoon | Not supported | Not supported | Not supported | ||
\leftouterjoin | Not supported | Not supported | Not supported | ||
\Leftrightarrow | \(\Leftrightarrow\) | ||||
\leftrightarrow | \(\leftrightarrow\) | ||||
\leftrightarrows | \(\leftrightarrows\) | ||||
\leftrightharpoons | \(\leftrightharpoons\) | ||||
\leftrightsquigarrow | \(\leftrightsquigarrow\) | ||||
\leftroot | Not supported | \(\sqrt[3\leftroot1]{x}\) | Not supported | Not supported | |
\leftthreetimes | \(\leftthreetimes\) | ||||
\leq | \(\leq\) | ||||
\leqalignno | Not supported | Not supported | Not supported | ||
\leqq | \(\leqq\) | ||||
\leqslant | \(\leqslant\) | ||||
\lessapprox | \(\lessapprox\) | ||||
\lessdot | \(\lessdot\) | ||||
\lesseqgtr | \(\lesseqgtr\) | ||||
\lesseqqgtr | \(\lesseqqgtr\) | ||||
\lessgtr | \(\lessgtr\) | ||||
\lesssim | \(\lesssim\) | ||||
\let | Not supported | Not supported | Not supported | ||
\lfloor | \(\lfloor\) | ||||
\lg | \(\lg\) | ||||
\lgroup | \(\lgroup\) | Not supported | |||
\lhd | \(\lhd\) | ||||
\lim | \(\begin{matrix}\lim x \\ \lim_y x \\\lim\limits_y x\end{matrix}\) | \lim x \lim_y x \lim\limits_y x |
|||
\liminf | \(\begin{matrix}\liminf x \\ \liminf_y x \\\liminf\limits_y x\end{matrix}\) | ||||
\limits | \(\lim\limits_x\) | Not supported | \lim\limits_x |
||
\limsup | \(\begin{matrix}\limsup x \\ \limsup_y x \\\limsup\limits_y x\end{matrix}\) | ||||
\ll | \(\ll\) | ||||
\llangle | Not supported | Not supported | \llangle A\rrangle |
||
\llap | \({=}\llap{/\,}\) | Not supported | {=}\llap{/\,} |
||
\llbracket | Not supported | Not supported | |||
\llcorner | \(\llcorner a \lrcorner\) | Not supported | |||
\Lleftarrow | \(\Lleftarrow\) | ||||
\lll | \(\lll\) | ||||
\llless | \(\llless\) | Not supported | |||
\llparenthesis | Not supported | Not supported | Not supported | ||
\lmoustache | \(\lmoustache\) | ||||
\ln | \(\ln x\) | ||||
\lnapprox | \(\lnapprox\) | ||||
\lneq | \(\lneq\) | ||||
\lneqq | \(\lneqq\) | ||||
\lnot | \(\lnot\) | Not supported | |||
\lnsim | \(\lnsim\) | ||||
\log | \(\begin{matrix}\log x \\ \log_y x \\ \log\limits_y x\end{matrix}\) | \log x \log_y x \log\limits_y x |
|||
\longdiv | See enclosed | Not supported | Not supported | \longdiv{40.0} |
|
\Longleftarrow | \(\Longleftarrow\) | ||||
\longleftarrow | \(\longleftarrow\) | ||||
\Longleftrightarrow | \(\Longleftrightarrow\) | ||||
\longleftrightarrow | \(\longleftrightarrow\) | ||||
\longmapsto | \(\longmapsto\) | ||||
\Longrightarrow | \(\Longrightarrow\) | ||||
\longrightarrow | \(\longrightarrow\) | ||||
\looparrowleft | \(\looparrowleft\) | ||||
\looparrowright | \(\looparrowright\) | ||||
\lor | \(\lor\) | Not supported | |||
\lower | \(l\lower 2pt{owe}r\) | Not supported | Not supported | l\lower 2pt{owe}r |
|
\lozenge | \(\lozenge\) | ||||
\lozengeminus | Not supported | Not supported | Not supported | ||
\lparen | Not supported | Not supported | |||
\Lrarr | \(\Lrarr\) | Not supported | |||
\lrArr | \(\lrArr\) | Not supported | |||
\lrarr | \(\lrarr\) | Not supported | |||
\lrcorner | \(\lrcorner\) | Not supported | |||
\lq | Not supported | Not supported | |||
\Lsh | \(\Lsh\) | ||||
\lt | \(\lt\) | ||||
\ltimes | \(\ltimes\) | ||||
\lVert | \(\lVert\) | Not supported | |||
\lvert | \(\lvert\) | Not supported | |||
\lvertneqq | \(\lvertneqq\) |
M
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\male | Not supported | Not supported | Not supported | \male |
|
\maltese | \(\maltese\) | Not supported | |||
\mapsfrom | Not supported | Not supported | Not supported | ||
\mapsto | \(\mapsto\) | ||||
\mathbb | \(\mathbb{AB}\) | \mathbb{AB} |
|||
\mathbf | \(\mathbf{AaBb123}\) | \mathbf{AaBb123} |
|||
\mathbin | \(a\mathbin{!}b\) | a\mathbin{!}b |
|||
\mathcal | \(\mathcal{AaBb123}\) | \mathcal{AaBb123} |
|||
\mathchoice | \(a\mathchoice{\,}{\,\,}{\,\,\,}{\,\,\,\,}b\) | Not supported | a\mathchoice{\,}{\,\,}{\,\,\,}{\,\,\,\,}b |
||
\mathclap | Not supported | \sum_{\mathclap{1\le i\le n}} x_{i} |
|||
\mathclose | \(a + (b\mathclose\gt + c\) | Not supported | a + (b\mathclose\gt + c |
||
\mathellipsis | Not supported | Not supported | |||
\mathfrak | \(\mathfrak{AaBb}\) | \mathfrak{AaBb} |
|||
\mathinner | \(ab\mathinner{\text{inside}}cd\) | Not supported | ab\mathinner{\text{inside}}cd |
||
\mathit | \(\mathit{AaBb}\) | \mathit{AaBb} |
|||
\mathllap | Not supported | \mathrlap{\,/}{=} |
|||
\mathnormal | Not supported | Not supported | \mathnormal{AaBb\theta} |
||
\mathop | \(a \mathop{x} b\) | a \mathop{x} b |
|||
\mathopen | \(a + \mathopen\lt b) + c\) | Not supported | a + \mathopen\lt b) + c |
||
\mathord | \(1\mathord{,}234{,}567\) | Not supported | 1\mathord{,}234{,}567 |
||
\mathpunct | \(A\mathpunct{-}B\) | Not supported | A\mathpunct{-}B |
||
\mathraisebox | Not supported | Not supported | Not supported | ||
\mathrel | \(a \mathrel{\#} b\) | a \mathrel{\#} b |
|||
\mathrlap | Not supported | \int_0^{\mathrlap{2\pi}} x\,\mathrm{d} x |
|||
\mathring | \(\mathring{a}\) | Not supported | \mathring{a} |
||
\mathrm | \(\mathrm{AaBb12\theta}\) | \mathrm{AaBb12\theta} |
|||
\mathscr | \(\mathscr{AB}\) | \mathscr{AaBb123} |
|||
\mathsf | \(\mathsf{AaBb123}\) | \mathsf{AaBb123} |
|||
\mathsterling | Not supported | Not supported | |||
\mathstrut | \(\sqrt{\mathstrut\alpha}\) | Not supported | \sqrt{\mathstrut\alpha} |
||
\mathtip | Not supported | Not supported | Not supported | Not supported | \mathtip{a=b}{tip}s |
\mathtt | \(\mathtt{AaBb123}\) | \mathtt{AaBb123} |
|||
\matrix | Not supported | \(\matrix{a & b \\ c & d}\) | Not supported | Not supported | \matrix{a & b \\ c & d} |
{matrix} | \(\begin{matrix}\frac A B&b\\\frac A B&d\end{matrix}\) | \begin{matrix} \frac A B & b \\ \frac A B & d \end{matrix} |
|||
\max | \(\begin{matrix}\max x \\ \max_y x \\\max\limits_y x\end{matrix}\) | ||||
\mbox | Not supported | \(\mbox{in a box}\) | Not supported | Not supported | \mbox{in a box} |
\measuredangle | \(\measuredangle\) | ||||
\medspace | Not supported | a\medspace b |
|||
\mho | \(\mho\) | ||||
\mid | \(\{x∈ℝ\mid x>0\}\) | \{x∈ℝ\mid x>0\} |
|||
\middle | \(P\left(A\middle\vert B\right)\) | Not supported | P\left(A\middle\vert B\right) |
||
\min | \(\begin{matrix}\min x \\ \min_y x \\\min\limits_y x\end{matrix}\) | ||||
\minusdot | Not supported | Not supported | Not supported | ||
\minuso | Not supported See \standardstate |
Not supported | Not supported | ||
\minusfdots | Not supported | Not supported | Not supported | ||
\minusrdots | Not supported | Not supported | Not supported | ||
\mit | Not supported | \(\mit{\Gamma\Theta}\) | Not supported | Not supported | \mit{\Gamma\Theta} |
\mkern | \(a\mkern18mu b\) | Not supported | a\mkern18mu b |
||
\mmlToken | ? | Not supported | Not supported | Not supported | |
\mod | \(3\equiv 5 \mod 2\) | Not supported | 3\equiv 5 \mod 2 |
||
\models | \(\models\) | ||||
\moveleft | Not supported | \(O\moveleft3pt O\) | Not supported | Not supported | O\moveleft3pt O |
\moveright | Not supported | \(O\moveright3pt O\) | Not supported | Not supported | O\moveright3pt O |
\mp | \(\mp\) | ||||
\mskip | \(a\mskip{10mu}b\) | Not supported | a\mskip{10mu}b |
||
\mspace | Not supported | \(a\mspace18mu b\) | Not supported | Not supported | a\mspace18mu b |
\Mu | \(\Mu\) | ||||
\mu | \(\mu\) | ||||
\multicolumn | Not supported | Not supported | Not supported | Not supported | |
{multline} | \[\begin{multline} \rm first\ line \\ \rm second\ line \\ \rm third\ line \end{multline}\] | Not supported | Not supported | ||
{multline*} | \[\begin{multline*} \rm first\ line \\ \rm second\ line \\ \rm third\ line \end{multline*}\] | Not supported | Not supported | ||
\multimap | \(\multimap\) | ||||
\multimapboth | Not supported | Not supported | Not supported | ||
\multimapinv | Not supported | Not supported | Not supported |
N
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\N | \(\N\) | Not supported | |||
\nabla | \(\nabla\) | ||||
\Nand | Not supported | Not supported | Not supported | ||
\natnums | \(\natnums\) | Not supported | |||
\natural | \(\natural\) | ||||
\negmedspace | \(a\negmedspace b\) | a\negmedspace b |
|||
\ncong | \(\ncong\) | ||||
\ne | \(\ne\) | ||||
\nearrow | \(\nearrow\) | ||||
\neg | \(\neg\) | ||||
\negthickspace | \(a\negthickspace b\) | Not supported | a\negthickspace b |
||
\negthinspace | \(a\negthinspace b\) | Not supported | a\negthinspace b |
||
\neq | \(\neq\) | ||||
\newcommand | \(\newcommand\chk{\checkmark} \chk\) | Not supported | \newcommand\chk{\checkmark} \chk |
||
\newenvironment | Not supported | \(\newenvironment{tinyit}{\tiny\it}{\normalsize\rm}\begin{tinyit}Really small.\end{tinyit}\) | Not supported | Not supported | \newenvironment{tinyit}{\tiny\it}{\normalsize\rm} \begin{tinyit}Really small.\end{tinyit} |
\Newextarrow | Not supported | \(\Newextarrow{\xrightharpoonup}{5,10}{0x21C0} A \xrightharpoonup{\text{note}} B\) | Not supported | Not supported | \Newextarrow{\xrightharpoonup}{5,10}{0x21C0} A \xrightharpoonup{\text{note}} B |
\newextarrow | Not supported< | Not supported | Not supported | Not supported | Spelling per LaTeX. |
\newline | Not supported | Not supported | a\newline b |
||
\nexists | \(\nexists\) | ||||
\ngeq | \(\ngeq\) | ||||
\ngeqq | \(\ngeqq\) | ||||
\ngeqslant | \(\ngeqslant\) | ||||
\ngtr | \(\ngtr\) | ||||
\ni | \(\ni\) | ||||
\nleftarrow | \(\nleftarrow\) | ||||
\nLeftarrow | \(\nLeftarrow\) | ||||
\nLeftrightarrow | \(\nLeftrightarrow\) | ||||
\nleftrightarrow | \(\nleftrightarrow\) | ||||
\nleq | \(\nleq\) | ||||
\nleqq | \(\nleqq\) | ||||
\nleqslant | \(\nleqslant\) | ||||
\nless | \(\nless\) | ||||
\nmid | \(\nmid\) | ||||
\nobreak | Not supported | Not supported | Not supported | Not supported | |
\nobreakspace | \(a\nobreakspace b\) | Not supported | a\nobreakspace b |
||
\nolimits | \(\lim\nolimits_x\) | Not supported | \lim\nolimits_x |
||
\Nor | Not supported | Not supported | Not supported | ||
\normalsize | \(\normalsize normalsize\) | Not supported | \normalsize normalsize |
||
\not | \(\not =\) | \not = |
|||
\notag | ✓ | Not supported | Not supported | Not supported | |
\notin | \(\notin\) | ||||
\notni | Not supported | ||||
\nparallel | \(\nparallel\) | ||||
\nprec | \(\nprec\) | ||||
\npreceq | \(\npreceq\) | ||||
\nRightarrow | \(\nRightarrow\) | ||||
\nrightarrow | \(\nrightarrow\) | ||||
\nshortmid | \(\nshortmid\) | ||||
\nshortparallel | \(\nshortparallel\) | ||||
\nsim | \(\nsim\) | ||||
\nsubset | Not supported | Not supported | |||
\nsubseteq | \(\nsubseteq\) | ||||
\nsubseteqq | \(\nsubseteqq\) | ||||
\nsucc | \(\nsucc\) | ||||
\nsucceq | \(\nsucceq\) | ||||
\nsupset | Not supported | Not supported | |||
\nsupseteq | \(\nsupseteq\) | ||||
\nsupseteqq | \(\nsupseteqq\) | Not supported | |||
\ntriangleleft | \(\ntriangleleft\) | ||||
\ntrianglelefteq | \(\ntrianglelefteq\) | ||||
\ntriangleright | \(\ntriangleright\) | ||||
\ntrianglerighteq | \(\ntrianglerighteq\) | ||||
\Nu | \(\Nu\) | ||||
\nu | \(\nu\) | ||||
\nVDash | \(\nVDash\) | ||||
\nVdash | \(\nVdash\) | ||||
\nvDash | \(\nvDash\) | ||||
\nvdash | \(\nvdash\) | ||||
\nwarrow | \(\nwarrow\) |
O
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\O | Not supported | Not supported | \text{\O} |
||
\o | Not supported | Not supported | \text{\o} |
||
\obar | Not supported | Not supported | Not supported | ||
\obslash | Not supported | Not supported | Not supported | ||
\oc | Not supported | Not supported | Not supported | ||
\odiv | Not supported | Not supported | Not supported | ||
\odv | Not supported | Not supported | Not supported | \odv{f}{x} |
|
\odv*` | Not supported | Not supported | Not supported | \odv*{f}{x} |
|
\odot | \(\odot\) | ||||
\OE | Not supported | Not supported | \text{\OE} |
||
\oe | Not supported | Not supported | \text{\oe} |
||
\officialeuro | Not supported See \euro |
\(\officialeuro\) | Not supported | Not supported | |
\ogreaterthan | Not supported | Not supported | Not supported | ||
\oiiint | \(\oiiint_0^n x \; \displaystyle \oiiint_0^n x\) | ||||
\oiint | \(\oiint_0^n x \; \displaystyle \oiint_0^n x\) | ||||
\oint | \(\oint_0^n x \; \displaystyle \oint_0^n x\) | ||||
\oldstyle | Not supported | \(\oldstyle 0123456\) | Not supported | Not supported | \oldstyle 0123456 |
\oldstylenums | Not supported | Not supported | Not supported | Not supported | |
\olessthan | Not supported | Not supported | Not supported | ||
\omega | \(\omega\) | ||||
\Omega | \(\Omega\) | ||||
\Omicron | \(\Omicron\) | Not supported | |||
\omicron | \(\omicron\) | ||||
\ominus | \(\ominus\) | ||||
\operatorname | \(\operatorname{asin} x\) | \operatorname{asin} x | |||
\operatorname* | \(\begin{matrix}\operatorname*{asin} x \\ \operatorname*{asin}_y x \\ \operatorname*{asin}\limits_y x\end{matrix}\) | Not supported | \operatorname*{asin} x \operatorname*{asin}_y x \operatorname*{asin}\limits_y x\end |
||
\operp | Not supported | Not supported | Not supported | ||
\oplus | \(\oplus\) | ||||
\or | Not supported | Not supported | Not supported | Not supported | |
\origof | Not supported | Not supported | |||
\oslash | \(\oslash\) | ||||
\otimes | \(\otimes\) | ||||
\Otimes | Not supported | Not supported | Not supported | ||
\otimeshat | Not supported | Not supported | Not supported | ||
\over | \({a+1 \over b+2}+c\) | {a+1 \over b+2}+c |
|||
\overbrace | \(\overbrace{x+⋯+x}^{n\text{ times}}\) | \overbrace{x+⋯+x}^{n\text{ times}} |
|||
\overbracket | Not supported | Not supported | Not supported | Not supported | |
\overgroup | Not supported | Not supported | \overgroup{AB} |
||
\overleftarrow | \(\overleftarrow{AB}\) | Not supported | \overleftarrow{AB} |
||
\overleftharpoon | Not supported | Not supported | \overleftharpoon{AB} |
||
\overleftrightarrow | \(\overleftrightarrow{AB}\) | Not supported | \overleftrightarrow{AB} |
||
\overline | \(\overline{\text{a long argument}}\) | \overline{\text{a long argument}} |
|||
\overlinesegment | Not supported | Not supported | Not supported | Not supported | |
\overparen | \(\overparen{AB}\) | Not supported | Not supported | See \overgroup |
|
\Overrightarrow | Not supported | Not supported | \Overrightarrow{AB} |
||
\overrightarrow | \(\overrightarrow{AB}\) | Not supported | \overrightarrow{AB} |
||
\overrightharpoon | Not supported | Not supported | \overrightharpoon{ac} |
||
\overset | \(\overset{!}{=}\) | \overset{!}{=} |
|||
\overwithdelims | Not supported | \(a \overwithdelims [ ] b\) | Not supported | Not supported | |
\owns | \(\owns\) | Not supported |
P
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\P | Not supported | Not supported | \text{\P} |
||
\pagecolor | ? | Not supported | Not supported | Not supported | Deprecated |
\parallel | \(\parallel\) | ||||
\parr | Not supported | Not supported | Not supported | ||
\part | ?? | Not supported | Not supported | Not supported | Deprecated |
\partial | \(\partial\) | ||||
\permil | Not supported | Not supported | Not supported | ||
\pdv | Not supported | Not supported | Not supported | \pdv{f}{x,y} |
|
\pdv* | Not supported | Not supported | Not supported | \pdv*{f}{x,y} |
|
\perp | \(\perp\) | ||||
\phantom | \(\Gamma^{\phantom{i}j}_{i\phantom{j}k}\) | \Gamma^{\phantom{i}j}_{i\phantom{j}k} |
|||
\phase | Not supported See \enclose |
Not supported | 120\text{V}\phase{78.2\degree} |
||
\Phi | \(\Phi\) | ||||
\phi | \(\phi\) | ||||
\Pi | \(\Pi\) | ||||
\pi | \(\pi\) | ||||
{picture} | Not supported | Not supported | Not supported | Not supported | |
\pitchfork | \(\pitchfork\) | ||||
\plim | Not supported | Not supported | |||
\plusmn | \(\plusmn\) | Not supported | |||
\pm | \(\pm\) | ||||
\pmatrix | Not supported | \(\pmatrix{a&b\\c&d}\) | Not supported | Not supported | See {pmatrix} |
{pmatrix} | \(\begin{pmatrix}a&b\\c&d\end{pmatrix}\) | \begin{pmatrix} a & b \\ c & d \end{pmatrix} |
|||
\pmb | \(\pmb{\mu}\) | Not supported | \pmb{\mu} |
||
\pmod | \(x\pmod a\) | Not supported | x\pmod a |
||
\pod | \(x \pod a\) | Not supported | x \pod a |
||
\pounds | Not supported | Not supported | |||
\Pr | \(\begin{matrix}\Pr x \\ \Pr_y x \\\Pr\limits_y x\end{matrix}\) | ||||
\prec | \(\prec\) | ||||
\precapprox | \(\precapprox\) | ||||
\preccurlyeq | \(\preccurlyeq\) | ||||
\preceq | \(\preceq\) | ||||
\precnapprox | \(\precnapprox\) | ||||
\precneqq | \(\precneqq\) | ||||
\precnsim | \(\precnsim\) | ||||
\precsim | \(\precsim\) | ||||
\prescript | Not supported | Not supported | Not supported | \prescript{a}{2}{\mathbf{C}}^{5+}_{2} |
|
\prime | \(\prime\) | Not supported | |||
\prod | \(\prod_0^n x \; \displaystyle \prod_0^n x\) | ||||
\projlim | \(\projlim_n x\) | Not supported | \projlim_n x |
||
\propto | \(\propto\) | ||||
\providecommand | Not supported | Not supported | \providecommand\greet{\text{Hello}} \greet |
||
\psi | \(\psi\) | ||||
\Psi | \(\Psi\) | ||||
\pu | \({123~\mathchoice{\textstyle\frac{\mathrm{kJ}}{\mathrm{mol}}}{\frac{\mathrm{kJ}}{\mathrm{mol}}}{\frac{\mathrm{kJ}}{\mathrm{mol}}}{\frac{\mathrm{kJ}}{\mathrm{mol}}}}\) | Not supported | \pu{123 kJ//mol} |
QR
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\Q | Not supported | \(\Q\) | Not supported | Not supported | See \Bbb{Q} |
\QED | Not supported | Not supported | Not supported | ||
\qprime | Not supported | Not supported | Not supported | ||
\qquad | \(a\qquad\qquad{b}\) | a\qquad\qquad{b} |
|||
\quad | \(a\quad\quad{b}\) | a\quad\quad{b} |
|||
\R | \(\R\) | Not supported | |||
\r | \(\text{\r{a}}\) | Not supported | \text{\r{a}} |
||
\raise | \(h\raise{2pt}{ighe}r\) | Not supported | Not supported | h\raise{2pt}{ighe}r |
|
\raisebox | Not supported | Not supported | h\raisebox{2pt}{ighe}r |
||
\rang | \(\langle A\rang\) | \langle A\rang |
|||
\rAngle | Not supported | Not supported | Not supported | \lAngle A\rAngle |
|
\rangle | \(\langle A\rangle\) | \langle A\rangle |
|||
\Rarr | \(\Rarr\) | Not supported | |||
\rArr | \(\rArr\) | Not supported | |||
\rarr | \(\rarr\) | Not supported | |||
\rBrace | Not supported | Not supported | |||
\rbrace | \(\rbrace\) | ||||
\rbrack | \(\rbrack\) | ||||
{rcases} | Not supported | Not supported | \begin{rcases} a&\text{if }b\\ c&\text{if }d \end{rcases} |
||
\rceil | \(\rceil\) | ||||
\Re | \(\Re\) | ||||
\real | \(\real\) | Not supported | |||
\Reals | \(\Reals\) | Not supported | |||
\reals | \(\reals\) | Not supported | |||
\ref | Supported | Not supported | Not supported | \ref{maxwell} |
|
\reflectbox | Not supported | Not supported | Not supported | \reflectbox{S} |
|
\relax | ✓ | Not supported | ✓ | Not supported | |
\renewcommand | \(\def\hail{Hi!}\renewcommand\hail{\text{Ahoy!}} \hail\) | Not supported | \def\hail{Hi!} \renewcommand\hail{\text{Ahoy!}} \hail |
||
\renewenvironment | Not supported | ✓ | Not supported | Not supported | |
\require | ✓ | Not supported | Not supported | Not supported | |
\restriction | \(\restriction\) | Not supported | |||
\rfloor | \(\rfloor\) | ||||
\rgroup | \(\rgroup\) | Not supported | |||
\rhd | \(\rhd\) | ||||
\Rho | \(\Rho\) | ||||
\rho | \(\rho\) | ||||
\right | \(\left.\frac a b\right)\) | \left.\frac a b\right) |
|||
\Rightarrow | \(\Rightarrow\) | ||||
\rightarrow | \(\rightarrow\) | ||||
\rightarrowtail | \(\rightarrowtail\) | ||||
\rightharpoondown | \(\rightharpoondown\) | ||||
\rightharpoonup | \(\rightharpoonup\) | ||||
\rightleftarrows | \(\rightleftarrows\) | ||||
\rightleftharpoons | \(\rightleftharpoons\) | ||||
\rightmoon | Not supported | Not supported | Not supported | ||
\rightouterjoin | Not supported | Not supported | Not supported | ||
\rightrightarrows | \(\rightrightarrows\) | ||||
\rightsquigarrow | \(\rightsquigarrow\) | ||||
\rightthreetimes | \(\rightthreetimes\) | ||||
\risingdotseq | \(\risingdotseq\) | ||||
\rlap | \(\rlap{\,/}{=}\) | Not supported | \rlap{\,/}{=} |
||
\rm | \(\rm AaBb12\theta\) | Not supported | \rm AaBb12\theta |
||
\rmoustache | \(\rmoustache\) | ||||
\root | Not supported | \(\root 3 \of x\) | Not supported | MathJax and TeXZilla differ in syntax:\root 3 \of x vs. \root{3}{x} |
|
\rotatebox | Not supported | Not supported | Not supported | Not supported | |
\rparen | Not supported | Not supported | |||
\rq | Not supported | Not supported | |||
\Rrightarrow | \(\Rrightarrow\) | ||||
\rrangle | Not supported | Not supported | \llangle A\rrangle |
||
\rrbracket | Not supported | Not supported | |||
\rrparenthesis | Not supported | Not supported | Not supported | ||
\Rsh | \(\Rsh\) | ||||
\rtimes | \(\rtimes\) | ||||
\Rule | Not supported | \(x\Rule{3px}{0.5ex}{2ex}x\) | Not supported | Not supported | Non-standard |
\rule | \(x\color{blue}\rule[6pt]{2ex}{1ex}x\) | Not supported | x\color{blue}\rule[6pt]{2ex}{1ex}x |
||
\rVert | \(\rVert\) | Not supported | |||
\rvert | \(\rvert\) | Not supported |
S
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\S | Not supported | Not supported | \text{\S} |
||
\Sampi | Not supported | Not supported | Not supported | ||
\sampi | Not supported | Not supported | Not supported | ||
\scalebox | Not supported | Not supported | Not supported | Not supported | |
\scoh | Not supported | Not supported | Not supported | ||
\scr | Not supported | \(\scr M\) | Not supported | Not supported | \scr M |
\scriptscriptstyle | \(\scriptscriptstyle \frac cd\) | Not supported | \scriptscriptstyle \frac cd |
||
\scriptsize | \(\scriptsize scriptsize\) | \scriptsize scriptsize |
|||
\scriptstyle | \(\frac ab + {\scriptstyle \frac cd}\) | Not supported | \frac ab + {\scriptstyle \frac cd} |
||
\sdot | \(\sdot\) | Not supported | |||
\searrow | \(\searrow\) | ||||
\sec | \(\sec\) | ||||
\sect | Not supported | Not supported | \text{\sect} |
||
\set | Requires extension | Not supported | Not supported | \Set{x|x<5} |
|
\Set | Requires extension | Not supported | Not supported | \Set{ x | x<\frac 1 2 } |
|
\setlength | Not supported | Not supported | Not supported | Not supported | |
\setminus | \(\setminus\) | ||||
\sf | \(\sf AaBb123\) | Not supported | \sf AaBb123 |
||
\sgn | Not supported | Not supported | Not supported | ||
\sharp | \(\sharp\) | ||||
\shift | Not supported | Not supported | Not supported | ||
\shneg | Not supported | Not supported | Not supported | ||
\shortmid | \(\shortmid\) | ||||
\shortparallel | \(\shortparallel\) | ||||
\shoveleft | Not supported | \(\begin{multline*} \rm first\ line \\ \shoveleft{\rm 2nd} \\ \rm third\ line \end{multline*}\) | Not supported | Not supported | |
\shoveright | Not supported | \(\begin{multline*} \rm first\ line \\ \shoveright{\rm 2nd} \\ \rm third\ line \end{multline*}\) | Not supported | Not supported | |
\shpos | Not supported | Not supported | Not supported | ||
\shuffle | Not supported | Not supported | Not supported | ||
\sideset | Not supported | Not supported | Not supported | ||
\Sigma | \(\Sigma\) | ||||
\sigma | \(\sigma\) | ||||
\sim | \(\sim\) | ||||
\simeq | \(\simeq\) | ||||
\sin | \(\sin x\) | ||||
\sincoh | Not supported | Not supported | Not supported | ||
\sinh | \(\sinh x\) | ||||
\sixptsize | Not supported | Not supported | \sixptsize sixptsize |
||
\sh | Not supported | Not supported | |||
\skew | Not supported | \(\hat A\skew9\hat A\) | Not supported | Not supported | \hat A\skew9\hat A |
\skip | Not supported | Not supported | Not supported | Not supported | |
\small | \(\small small\) | Not supported | \small small |
||
\smallfrown | \(\smallfrown\) | ||||
\smallint | \(\smallint_0^n x \; \smallint\limits_0^n x \; \displaystyle \smallint_0^n x\) | Not supported |
\smallint_0^n x \smallint\limits_0^n x \displaystyle \smallint_0^n x
|
||
{smallmatrix} | \(\begin{smallmatrix}a & b\\c & d\end{smallmatrix}\) | \begin{smallmatrix}a & b\\ c & d\end{smallmatrix} |
|||
\smallsetminus | \(\smallsetminus\) | ||||
\smallsmile | \(\smallsmile\) | ||||
\smash | \(\left(x^{\smash{2}}\right)\) | Not supported | \left(x^{\smash{2}}\right) |
||
\smashtimes | Not supported | Not supported | Not supported | ||
\smile | \(\smile\) | ||||
\smiley | Not supported | Not supported | Not supported | wasysym | |
\sout | Not supported | Not supported | \sout{abc} |
||
\Space | Not supported | \(a\Space{5px}{4ex}{2ex}^b_c d\) | Not supported | Not supported | a\Space{5px}{4ex}{2ex}^b_c d |
\space | \(a\space{b}\) | Not supported | a\space{b} |
||
\spades | \(\spades\) | Not supported | |||
\spadesuit | \(\spadesuit\) | ||||
\sphericalangle | \(\sphericalangle\) | ||||
{split} | \[\begin{equation}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation}\] | Not supported | \begin{equation} \begin{split} ∇·𝐃&=ρ_v \\ ∇·𝐁&=0 \end{split} \end{equation} |
||
\sqcap | \(\sqcap\) | ||||
\Sqcap | Not supported | Not supported | Not supported | ||
\sqcup | \(\sqcup\) | ||||
\Sqcup | Not supported | Not supported | Not supported | ||
\square | \(\square\) | ||||
\sqrt | \(\sqrt[3]{x}\) | \sqrt[3]{x} |
|||
\sqsubset | \(\sqsubset\) | ||||
\sqsubseteq | \(\sqsubseteq\) | ||||
\sqsupset | \(\sqsupset\) | ||||
\sqsupseteq | \(\sqsupseteq\) | ||||
\ss | Not supported | Not supported | \text{\ss} |
||
\sslash | Not supported | Not supported |
|
||
\stackrel | \(\stackrel{!}{=}\) | \stackrel{!}{=} |
|||
\star | \(\star\) | ||||
\Stigma | Not supported | Not supported | Not supported | ||
\stigma | Not supported | Not supported | Not supported | ||
\strictif | Not supported | Not supported | Not supported | ||
\strictfi | Not supported | Not supported | Not supported | ||
\strut | Not supported | \(\boxed{ab\strut}\) | Not supported | Not supported | \boxed{ab\strut} |
\style | Not supported | \(\frac{\style{color:red}{x+1}}{y+2}\) | Not supported | Not supported | \frac{\style{color:red}{x+1}}{y+2} Non standard |
\sub | \(\sub\) | Not supported | |||
{subarray} | \(\begin{subarray}{c} a \\ c \end{subarray}\) | Not supported | \sum_{\begin{subarray} {c} a \\ c \end{subarray}} |
||
\sube | \(\sube\) | Not supported | |||
\Subset | \(\Subset\) | ||||
\subset | \(\subset\) | ||||
\subseteq | \(\subseteq\) | ||||
\subseteqq | \(\subseteqq\) | ||||
\subsetneq | \(\subsetneq\) | ||||
\subsetneqq | \(\subsetneqq\) | ||||
\substack | \(\displaystyle\sum_{\substack{1\lt i\lt 3 \\ 1\le j\lt 5}}a_{ij}\) | \sum_{\substack{1\lt i\lt 3 \\ 1\le j\lt 5}}a_{ij} |
|||
\succ | \(\succ\) | ||||
\succapprox | \(\succapprox\) | ||||
\succcurlyeq | \(\succcurlyeq\) | ||||
\succeq | \(\succeq\) | ||||
\succnapprox | \(\succnapprox\) | ||||
\succneqq | \(\succneqq\) | ||||
\succnsim | \(\succnsim\) | ||||
\succsim | \(\succsim\) | ||||
\sum | \(\sum_0^n x \; \displaystyle \sum_0^n x\) | ||||
\sun | Not supported | Not supported | Not supported | ||
\sup | \(\begin{matrix}\sup x \\ \sup_y x \\\sup\limits_y x\end{matrix}\) | ||||
\supe | \(\supe\) | ||||
\Supset | \(\Supset\) | ||||
\supset | \(\supset\) | ||||
\supseteq | \(\supseteq\) | ||||
\supseteqq | \(\supseteqq\) | ||||
\supsetneq | \(\supsetneq\) | ||||
\supsetneqq | \(\supsetneqq\) | ||||
\surd | \(\surd\) | ||||
\swarrow | \(\swarrow\) |
T
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\tag | \(\tag{3.1c} a^2+b^2=c^2\) | Not supported | \tag{3.1c} a^2+b^2=c^2 |
||
\tag* | \(\tag*{3.1c} a^2+b^2=c^2\) | Not supported | \tag*{3.1c} a^2+b^2=c^2 |
||
\tan | \(\tan x\) | ||||
\tanh | \(\tanh x\) | ||||
\Tau | \(\Tau\) | ||||
\tau | \(\tau\) | ||||
\tbinom | \(\tbinom n k\) | \tbinom n k |
|||
\TeX | \(\TeX\) | Not supported | |||
\text | \(\text{ yes }\&\text{ no }\) | \text{ yes }\&\text{ no } |
|||
\text | \(\text{MMM$M\mkern2mu M$M}\) | Not supported | \text{MMM$M\mkern2mu M$M} |
||
\textasciitilde | Not supported | Not supported | \text{\textasciitilde} |
||
\textasciicircum | Not supported | Not supported | \text{\textasciicircum} |
||
\textbackslash | Not supported | Not supported | \text{\textbackslash} |
||
\textbar | Not supported | Not supported | \text{\textbar} |
||
\textbardbl | Not supported | Not supported | \text{\textbardbl} |
||
\textbf | \(\textbf{AaBb123}\) | Not supported | \textbf{AaBb123} |
||
\textbraceleft | Not supported | Not supported | \text{\textbraceleft} |
||
\textbraceright | Not supported | Not supported | \text{\textbraceright} |
||
\textcircled | Not supported | Not supported | Not supported | \textcircled{a} |
|
\textcolor | \(\textcolor{blue}{F=ma}\) | Not supported | \textcolor{blue}{F=ma} |
||
\textdagger | Not supported | Not supported | \text{\textdagger} |
||
\textdaggerdbl | Not supported | Not supported | \text{\textdaggerdbl} |
||
\textdegree | Not supported | Not supported | \text{\textdegree} |
||
\textdollar | Not supported | Not supported | \text{\textdollar} |
||
\textellipsis | Not supported | Not supported | \text{\textellipsis} |
||
\textemdash | Not supported | Not supported | \text{\textemdash} |
||
\textendash | Not supported | Not supported | \text{\textendash} |
||
\textgreater | Not supported | Not supported | \text{\textgreater} |
||
\textit | \(\textit{AaBb}\) | Not supported | \textit{AaBb} |
||
\textless | Not supported | Not supported | \text{\textless} |
||
\textnormal | Not supported | Not supported | \textnormal{AB} |
||
\textquotedblleft | Not supported | Not supported | \text{\textquotedblleft} |
||
\textquotedblright | Not supported | Not supported | \text{\textquotedblright} |
||
\textquoteleft | Not supported | Not supported | \text{\textquoteleft} |
||
\textquoteright | Not supported | Not supported | \text{\textquoteright} |
||
\textregistered | Not supported | Not supported | \text{\textregistered} |
||
\textrm | \(\textrm{AaBb123}\) | Not supported | \textrm{AaBb123} |
||
\textsc | Not supported | Not supported | Not supported | Not supported | |
\textsf | \(\textsf{AaBb123}\) | Not supported | \textsf{AaBb123} |
||
\textsterling | Not supported | Not supported | \text{\textsterling} |
||
\textstyle | \(\textstyle\sum_0^n\) | \textstyle\sum_0^n |
|||
\texttip | Not supported | Not supported | Not supported | Not supported | \texttip{\text{hover here}}{tip} |
\texttt | \(\texttt{AaBb123}\) | Not supported | \texttt{AaBb123} |
||
\textunderscore | Not supported | Not supported | \text{\textunderscore} |
||
\textvisiblespace | Not supported | \(a\textvisiblespace b\) | Not supported | Not supported | |
\tfrac | \(\displaystyle \tfrac a b\) | \displaystyle \tfrac a b |
|||
\tg | Not supported | Not supported | |||
\th | Not supported | Not supported | |||
\therefore | \(\therefore\) | ||||
\Theta | \(\Theta\) | ||||
\theta | \(\theta\) | ||||
\thetasym | \(\thetasym\) | ||||
\thickapprox | \(\thickapprox\) | ||||
\thicksim | \(\thicksim\) | ||||
\thickspace | Not supported | a\thickspace b |
|||
\thinspace | \(a\thinspace b\) | a\thinspace b |
|||
\threedotcolon | Not supported | Not supported | Not supported | ||
\tilde | \(\tilde M\) | \tilde M |
|||
\times | \(\times\) | ||||
\Tiny | Not supported | Not supported | Not supported | Non standard | |
\tiny | \(\tiny tiny\) | Not supported | \tiny tiny |
||
\to | \(\to\) | ||||
\toggle | Not supported | Not supported | Not supported | ||
\top | \(\top\) | ||||
\triangle | \(\triangle\) | ||||
\triangledown | \(\triangledown\) | ||||
\triangleleft | \(\triangleleft\) | ||||
\trianglelefteq | \(\trianglelefteq\) | ||||
\triangleq | \(\triangleq\) | ||||
\triangleminus | Not supported | Not supported | Not supported | ||
\triangleplus | Not supported | Not supported | Not supported | ||
\triangleright | \(\triangleright\) | ||||
\trianglerighteq | \(\trianglerighteq\) | ||||
\triangletimes | Not supported | Not supported | Not supported | ||
\trprime | Not supported | Not supported | Not supported | ||
\tt | \({\tt AaBb123}\) | Not supported | {\tt AaBb123} |
||
\twocaps | Not supported | Not supported | Not supported | ||
\twocups | Not supported | Not supported | Not supported | ||
\twoheadleftarrow | \(\twoheadleftarrow\) | ||||
\twoheadrightarrow | \(\twoheadrightarrow\) | ||||
\typecolon | Not supported | Not supported | Not supported |
U
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\u | Not supported | Not supported | \text{\u{a}} |
||
\Uarr | \(\Uarr\) | Not supported | |||
\uArr | \(\uArr\) | Not supported | |||
\uarr | \(\uarr\) | Not supported | |||
\ulcorner | \(\ulcorner\) | Not supported | |||
\underbrace | \(\underbrace{x+⋯+x}_{n\text{ times}}\) | \underbrace{x+⋯+x}_{n\text{ times}} |
|||
\underbracket | Not supported | Not supported | Not supported | Not supported | |
\undergroup | Not supported | Not supported | \undergroup{AB} |
||
\underleftarrow | \(\underleftarrow{AB}\) | Not supported | \underleftarrow{AB} |
||
\underleftrightarrow | \(\underleftrightarrow{AB}\) | Not supported | \underleftrightarrow{AB} |
||
\underrightarrow | \(\underrightarrow{AB}\) | Not supported | \underrightarrow{AB} |
||
\underline | \(\underline{\text{a long argument}}\) | \underline{\text{a long argument}} |
|||
\underlinesegment | Not supported | Not supported | Not supported | Not supported | |
\underparen | Not supported | Not supported | Not supported | \underparen{abc} |
|
\underrightarrow | \(\underrightarrow{AB}\) | Not supported | \underrightarrow{AB} |
||
\underset | \(\underset{!}{=}\) | \underset{!}{=} |
|||
\unicode | Not supported See \char |
\(\unicode{x263a}\) | Not supported | Not supported | \unicode{x263a} See \char for alternate. |
\unlhd | \(\unlhd\) | ||||
\unrhd | \(\unrhd\) | ||||
\upalpha | Not supported | Not supported | Not supported | ||
\Uparrow | \(\Uparrow\) | ||||
\uparrow | \(\uparrow\) | ||||
\upbeta | Not supported | Not supported | Not supported | ||
\upchi | Not supported | Not supported | Not supported | ||
\updelta | Not supported | Not supported | Not supported | ||
\Updownarrow | \(\Updownarrow\) | ||||
\updownarrow | \(\updownarrow\) | ||||
\upeta | Not supported | Not supported | Not supported | ||
\upepsilon | Not supported | Not supported | Not supported | ||
\upgamma | Not supported | Not supported | Not supported | ||
\upharpoonleft | \(\upharpoonleft\) | ||||
\upharpoonright | \(\upharpoonright\) | ||||
\upiota | Not supported | Not supported | Not supported | ||
\upkappa | Not supported | Not supported | Not supported | ||
\uplambda | Not supported | Not supported | Not supported | ||
\uplus | \(\uplus\) | ||||
\upmu | Not supported | Not supported | Not supported | ||
\upnu | Not supported | Not supported | Not supported | ||
\upomega | Not supported | Not supported | Not supported | ||
\upomicron | Not supported | Not supported | Not supported | ||
\upphi | Not supported | Not supported | Not supported | ||
\uppi | Not supported | Not supported | Not supported | ||
\uppsi | Not supported | Not supported | Not supported | ||
\uprho | Not supported | Not supported | Not supported | ||
\uproot | Not supported | \(\sqrt[3\uproot2]{x}\) | Not supported | Not supported | \sqrt[3\uproot2]{x} |
\upsigma | Not supported | Not supported | Not supported | ||
\Upsilon | \(\Upsilon\) | ||||
\upsilon | \(\upsilon\) | ||||
\uptau | Not supported | Not supported | Not supported | ||
\uptheta | Not supported | Not supported | Not supported | ||
\upuparrows | \(\upuparrows\) | ||||
\upupsilon | Not supported | Not supported | Not supported | ||
\upxi | Not supported | Not supported | Not supported | ||
\upzeta | Not supported | Not supported | Not supported | ||
\urcorner | \(\urcorner\) | Not supported | |||
\url | Not supported | Not supported | \url{https://temml.org/} |
||
\utilde | Not supported | Not supported | \utilde{AB} |
V
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\v | Not supported | Not supported | \text{\v{a}} |
||
\varcoppa | Not supported | Not supported | Not supported | ||
\varDelta | \(\varDelta\) | Not supported | |||
\varepsilon | \(\varepsilon\) | ||||
\varGamma | \(\varGamma\) | Not supported | |||
\varinjlim | \(\varinjlim\limits_n x\) | Not supported | \varinjlim\limits_n x |
||
\varkappa | \(\varkappa\) | ||||
\varLambda | \(\varLambda\) | Not supported | |||
\varliminf | \(\varliminf\limits_n x\) | Not supported | \varliminf\limits_n x |
||
\varlimsup | \(\varlimsup\limits_n x\) | Not supported | \varlimsup\limits_n x |
||
\varnothing | \(\varnothing\) | ||||
\varOmega | \(\varOmega\) | Not supported | |||
\varPhi | \(\varPhi\) | Not supported | |||
\varphi | \(\varphi\) | ||||
\varPi | \(\varPi\) | Not supported | |||
\varpi | \(\varpi\) | ||||
\varprojlim | \(\varprojlim\limits_n x\) | Not supported | \varprojlim\limits_n x |
||
\varpropto | \(\varpropto\) | ||||
\varPsi | \(\varPsi\) | Not supported | |||
\varrho | \(\varrho\) | ||||
\varSigma | \(\varSigma\) | Not supported | |||
\varsigma | \(\varsigma\) | ||||
\varstigma | Not supported | \(\varstigma\) | Not supported | Not supported | |
\varsubsetneq | \(\varsubsetneq\) | ||||
\varsubsetneqq | \(\varsubsetneqq\) | ||||
\varsupsetneq | \(\varsupsetneq\) | ||||
\varsupsetneqq | \(\varsupsetneqq\) | ||||
\varTheta | \(\varTheta\) | Not supported | |||
\vartheta | \(\vartheta\) | ||||
\vartriangle | \(\vartriangle\) | ||||
\vartriangleleft | \(\vartriangleleft\) | ||||
\vartriangleright | \(\vartriangleright\) | ||||
\varUpsilon | \(\varUpsilon\) | Not supported | |||
\varXi | \(\varXi\) | Not supported | |||
\vcentcolon | Not supported | Not supported | \mathrel{\vcentcolon =} |
||
\vcenter | Not supported | Not supported | Not supported | Not supported | |
\Vdash | \(\Vdash\) | ||||
\VDash | Not supported | Not supported | |||
\vDash | \(\vDash\) | ||||
\vdash | \(\vdash\) | ||||
\vdots | \(\vdots\) | ||||
\vec | \(\vec{F}\) | \vec{F} |
|||
\vee | \(\vee\) | ||||
\Vee | Not supported | Not supported | |||
\veebar | \(\veebar\) | ||||
\veedot | Not supported | Not supported | Not supported | ||
\veedoublebar | Not supported | Not supported | Not supported | ||
\veeeq | Not supported | Not supported | Not supported | ||
\veeonvee | Not supported | Not supported | Not supported | ||
\verb | \(\verb!\frac a b!\) | Not supported | \verb!\frac a b! |
||
\Vert | \(\Vert\) | ||||
\vert | \(\vert\) | ||||
\vfil | Not supported | Not supported | Not supported | Not supported | |
\vfill | Not supported | Not supported | Not supported | Not supported | |
\vline | Not supported | Not supported | Not supported | Not supported | |
{Vmatrix} | \(\begin{Vmatrix}a&b\\c&d\end{Vmatrix}\) | \begin{Vmatrix} a & b \\ c & d \end{Vmatrix} |
|||
{vmatrix} | \(\begin{vmatrix}a&b\\c&d\end{vmatrix}\) | \begin{vmatrix} a & b \\ c & d \end{vmatrix} |
|||
\vphantom | \(\overline{\vphantom{M}a}\) | Not supported | \overline{\vphantom{M}a} |
||
\Vvdash | \(\Vvdash\) |
W
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\wedge | \(\wedge\) | ||||
\Wedge | Not supported | Not supported | |||
\wedgebar | Not supported | Not supported | Not supported | ||
\wedgedot | Not supported | Not supported | Not supported | ||
\wedgedoublebar | Not supported | Not supported | Not supported | ||
\wedgeq | Not supported | Not supported | Not supported | ||
\wedgeonwedge | Not supported | Not supported | Not supported | ||
\weierp | \(\weierp\) | Not supported | |||
\whitesquaretickleft | Not supported | Not supported | Not supported | ||
\whitesquaretickright | Not supported | Not supported | Not supported | ||
\widecheck | Not supported | \widecheck{AB} |
|||
\widehat | \(\widehat{AB}\) | \widehat{AB} |
|||
\wideparen | Not supported | Not supported | Not supported | ||
\widetilde | \(\widetilde{AB}\) | \widetilde{AB} |
|||
\with | Not supported | Not supported | Not supported | ||
\wn | Not supported | Not supported | Not supported | ||
\wp | \(\wp\) | ||||
\wr | \(\wr\) |
X
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\xcancel | \(\xcancel{ABC}\) | Not supported | \xcancel{ABC} |
||
\Xi | \(\Xi\) | ||||
\xi | \(\xi\) | ||||
\xhookleftarrow | Not supported | \xhookleftarrow{abc} |
|||
\xhookrightarrow | Not supported | \xhookrightarrow{abc} |
|||
\xLeftarrow | Not supported | \xLeftarrow{abc} |
|||
\xleftarrow | \(\xleftarrow{abc}\) | \xleftarrow{abc} |
|||
\xleftharpoondown | Not supported | Not supported | \xleftharpoondown{abc} |
||
\xleftharpoonup | Not supported | Not supported | \xleftharpoonup{abc} |
||
\xLeftrightarrow | Not supported | \xLeftrightarrow{abc} |
|||
\xleftrightarrow | \(\xleftrightarrow{abc}\) | \xleftrightarrow{abc} |
|||
\xleftrightharpoons | Not supported | \xleftrightharpoons{abc} |
|||
\xlongequal | \(\xlongequal{abc}\) | Not supported | \xlongequal{abc} |
||
\xmapsto | \(\xmapsto{abc}\) | \xmapsto{abc} |
|||
\Xor | Not supported | Not supported | Not supported | ||
\xRightarrow | Not supported | \xRightarrow{abc} |
|||
\xrightarrow | \(\begin{matrix}A \xrightarrow{abc} B\\ A \xrightarrow[ghi]{abcdef} B \end{matrix}\) | A \xrightarrow{abc} B A \xrightarrow[ghi]{abcdef} B |
|||
\xrightharpoondown | Not supported | Not supported | \xrightharpoondown{abc} |
||
\xrightharpoonup | Not supported | Not supported | \xrightharpoonup{abc} |
||
\xrightleftharpoons | \(\xrightleftharpoons{abc}\) | \xrightleftharpoons{abc} |
|||
\xtofrom | \(\xtofrom{abc}\) | Not supported | \xtofrom{abc} |
||
\xtwoheadleftarrow | \(\xtwoheadleftarrow{abc}\) | Not supported | \xtwoheadleftarrow{abc} |
||
\xtwoheadrightarrow | \(\xtwoheadrightarrow{abc}\) | Not supported | \xtwoheadrightarrow{abc} |
YZ
Function | Temml | MathJax | KaTeX | TeXZilla | Source or Comment |
---|---|---|---|---|---|
\yen | \(\yen\) | Not supported | |||
\Z | \(\Z\) | Not supported | |||
\Zeta | \(\Zeta\) | ||||
\zeta | \(\zeta\) |
Copyright © 2021-2024 Ron Kok. Released under the MIT License