texmath-0.12.5: test/writer/mml/mfracZcomp-14.test
<<< native
[ EText TextNormal "Inline up arrows, display style, no line\160"
, EDelimited
""
""
[ Left "\8593"
, Right
(EFraction
NormalFrac
(EGrouped
[ EMathOperator "sin" , ESymbol Ord "\8289" , EIdentifier "\952" ])
(EIdentifier "M"))
, Left "\8593"
]
, EText TextNormal "\160the end."
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mtext mathvariant="normal">Inline up arrows, display style, no line </mtext>
<mrow>
<mo stretchy="true" form="infix">↑</mo>
<mfrac>
<mrow>
<mo>sin</mo>
<mi>⁡</mi>
<mi>θ</mi>
</mrow>
<mi>M</mi>
</mfrac>
<mo stretchy="true" form="infix">↑</mo>
</mrow>
<mtext mathvariant="normal"> the end.</mtext>
</mrow>
</math>