packages feed

texmath-0.13.1.2: test/reader/mml/mfracZcomp-10.test

<<< mml
<?xml version="1.0" encoding="UTF-8"?>

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext>Inline binomial, auto, no line </mtext> 
  <mstyle displaystyle="false" scriptlevel="0">
    <mrow>
      <mo form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em">(</mo> 
      <mfrac linethickness="0">
        <mn>5</mn> 
        <mn>8</mn> 
      </mfrac> 
      <mo form="postfix" fence="true" stretchy="true" lspace="0em" rspace="0em">)</mo> 
    </mrow> 
  </mstyle> 
  <mtext> the end.</mtext> </math>
>>> native
[ EText TextNormal "Inline binomial, auto, no line\160"
, EDelimited
    "("
    ")"
    [ Right (EFraction NormalFrac (ENumber "5") (ENumber "8")) ]
, EText TextNormal "\160the end."
]