texmath-0.13: test/writer/mml/mfracZcomp-15.test
<<< native
[ EText TextNormal "Inline down arrows, text style, no line\160"
, EDelimited
""
""
[ Left "\8595"
, Right
(EFraction
NormalFrac
(EGrouped
[ EMathOperator "sin" , ESymbol Ord "\8289" , EIdentifier "\952" ])
(EIdentifier "M"))
, Left "\8595"
]
, 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 down arrows, text style, no line </mtext>
<mrow>
<mo stretchy="true" form="infix">↓</mo>
<mfrac>
<mrow>
<mrow>
<mi mathvariant="normal">sin</mi>
<mo>⁡</mo>
</mrow>
<mi>θ</mi>
</mrow>
<mi>M</mi>
</mfrac>
<mo stretchy="true" form="infix">↓</mo>
</mrow>
<mtext mathvariant="normal"> the end.</mtext>
</mrow>
</math>