texmath-0.13.1.2: test/reader/mml/mfracZcomp-02.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtext>Inline, display style, normal line </mtext>
<mstyle displaystyle="false" scriptlevel="0">
<mrow>
<mstyle displaystyle="true" scriptlevel="0">
<mfrac>
<mrow>
<mi mathcolor="gray">ln</mi>
<mo rspace="verythinmathspace">⁡</mo>
<mi>x</mi>
</mrow>
<mi>y</mi>
</mfrac>
</mstyle>
</mrow>
</mstyle>
<mtext>, numerator and denominator should render normal size.</mtext> </math>
>>> native
[ EText TextNormal "Inline, display style, normal line\160"
, EFraction
NormalFrac
(EGrouped
[ EMathOperator "ln" , ESymbol Ord "\8289" , EIdentifier "x" ])
(EIdentifier "y")
, EText
TextNormal ", numerator and denominator should render normal size."
]