packages feed

texmath-0.12.5: test/reader/mml/mfracZcomp-03.test

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

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext>Inline, text style, normal line </mtext> 
  <mstyle displaystyle="false" scriptlevel="0">
    <mrow>
      <mstyle displaystyle="false" scriptlevel="0">
        <mfrac>
          <mrow>
            <mi mathcolor="gray">tan</mi> 
            <mo rspace="verythinmathspace">&#x02061;</mo> 
            <mi>&#x003B8;</mi> 
          </mrow> 
          <mn>67</mn> 
        </mfrac> 
      </mstyle> 
    </mrow> 
  </mstyle> 
  <mtext>, numerator and denominator should render script size.</mtext> </math>
>>> native
[ EText TextNormal "Inline, text style, normal line\160"
, EFraction
    NormalFrac
    (EGrouped
       [ EMathOperator "tan" , ESymbol Ord "\8289" , EIdentifier "\952" ])
    (ENumber "67")
, EText
    TextNormal ", numerator and denominator should render script size."
]