Hi all,
The following MathML equation is not rendering correctly using MathJax
version 2.0. In Internet Explorer versions 8 and 9, I get a "Math
processing error". In Firefox version 9 and Chrome, there is no Math
processing error however the equation does not render correctly.
However if I remove the <mover> tags from within the MathML below, I
don't get a Math processing error in IE.
The MathML is as follows
<math xmlns:xlink="
http://www.w3.org/1999/xlink" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" display="block"
overflow="scroll"><mtable align="axis" alignmentscope="true"
columnalign="left" columnlines="none" columnspacing="0.8em"
columnwidth="auto" displaystyle="false" equalcolumns="false"
equalrows="false" frame="none" framespacing="0.4em 0.5ex"
minlabelspacing="0.8em" rowalign="baseline" rowlines="none"
rowspacing="1.0ex" side="right" width="auto"><mtr columnalign="center"
rowalign="baseline"><mtd columnalign="center" columnspan="1"
rowalign="baseline" rowspan="1"><msub><mover accent="true"><mi>Q</
mi><mo>a</mo></mover><mrow><mtext>cv</mtext></mrow></msub><mo>a</
mo><msub><mover accent="true"><mi>W</mi><mo>a</mo></
mover><mrow><mtext>cv</mtext></mrow></msub><mo>=</mo><mstyle
background="transparent" displaystyle="true" linethickness="1"
mediummathspace="0.222222em" scriptminsize="8pt"
scriptsizemultiplier="0.71" thickmathspace="0.277778em"
thinmathspace="0.166667em" verythickmathspace="0.333333em"
verythinmathspace="0.111111em" veryverythickmathspace="0.388889em"
veryverythinmathspace="0.0555556em"><mo>a</mo><mrow><msub><mover
accnt="true"><mi>m</mi><mo>a</mo></mover><mrow><mtext>out</mtext></
mrow></msub><mrow><mo>(</mo><mrow><msub><mi>h</mi><mrow><mtext>out</
mtext></mrow></msub><mo>+</mo><mfrac denomalign="center"
linethickness="1" numalign="center"><mrow><msubsup><mi>V</
mi><mrow><mtext>out</mtext></mrow><mtext>2</mtext></msubsup></
mrow><mn>2</mn></mfrac><mo>+</mo><mi>g</mi><msub><mi>z</
mi><mrow><mtext>out</mtext></mrow></msub></mrow><mo>)</mo></mrow></
mrow></mstyle><mo>a</mo></mtd></mtr>
</mtable></math>
The reference to the MathJax javascript I am using is as follows
<script type="text/javascript" src="/js/MathJax/MathJax.js?config=TeX-
AMS-MML_HTMLorMML"> </script>
I have checked the above MathML using
http://www.mathmlcentral.com/Tools/FromMathML.jsp
and the equation seems to be generated correctly in that tool.
I would be grateful if someone could advise me about this.
Thanks,
Priya