packages feed

texmath-0.12.5: test/writer/mml/mfracZcomp-08.test

<<< native
[ EText TextNormal "Inline, display style, no line\160"
, EFraction
    NormalFrac
    (ENumber "1.234567")
    (EGrouped [ ENumber "89" , ESymbol Bin "+" , EIdentifier "x" ])
, 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, display style, no line </mtext>
    <mfrac>
      <mn>1.234567</mn>
      <mrow>
        <mn>89</mn>
        <mo>+</mo>
        <mi>x</mi>
      </mrow>
    </mfrac>
    <mtext mathvariant="normal"> the end.</mtext>
  </mrow>
</math>