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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
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 <script> tag, as described in the MathJax documentation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.