texmath-0.12.5: test/writer/omml/msup-07.test
<<< native
[ ESuper (EIdentifier "a") (ENumber "2")
, ESymbol Rel "="
, ESuper
(EIdentifier "a")
(EOver False (ENumber "2") (EPhantom (EIdentifier "x")))
]
>>> omml
<?xml version='1.0' ?>
<m:oMathPara>
<m:oMathParaPr>
<m:jc m:val="center" />
</m:oMathParaPr>
<m:oMath>
<m:sSup>
<m:e>
<m:r>
<m:t>a</m:t>
</m:r>
</m:e>
<m:sup>
<m:r>
<m:t>2</m:t>
</m:r>
</m:sup>
</m:sSup>
<m:r>
<m:rPr>
<m:sty m:val="p" />
</m:rPr>
<m:t>=</m:t>
</m:r>
<m:sSup>
<m:e>
<m:r>
<m:t>a</m:t>
</m:r>
</m:e>
<m:sup>
<m:limUpp>
<m:e>
<m:r>
<m:t>2</m:t>
</m:r>
</m:e>
<m:lim>
<m:phant>
<m:phantPr>
<m:show m:val="0" />
</m:phantPr>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
</m:phant>
</m:lim>
</m:limUpp>
</m:sup>
</m:sSup>
</m:oMath>
</m:oMathPara>