MathJax, opensource javascript library to render maths, support multiple syntaxes, including MathML and LaTeX. Are there any reason to favor the use of the MathML syntax for in-page equations vs the TeX syntax? It only looks to me that MathML is vastly more verbose.
|
feedback
|
|
If you do not need a human to write the equations, MathML is more robust. There's a clear interpretation to the mark-up, (which display mode will be used by default in all MathJax implementations?), there's a better chance for text-to-speech support for MathML. It is easy to search by XPath where your mathematical elements are, etc. Other disadvantages of the MathJax approach are, start-up time tax, the fact it forces your browser to use Javascript. | |||
|
feedback
|
|
MathML provides accessibility to the visually impaired, but you can display your equations as MathML even if you author them with LaTeX. As to Elazar's question about "which display mode will be used by default in all MathJax implementations", it's strictly up to you when you set up the page. It's done with the | |||
|
feedback
|