packages feed

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

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

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext>Inline floor, auto, normal line </mtext> 
  <mstyle displaystyle="false" scriptlevel="0">
    <mrow>
      <mo form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em">&#x0230A;</mo> 
      <mfrac>
        <mrow>
          <mi mathcolor="gray">sin</mi> 
          <mo rspace="verythinmathspace">&#x02061;</mo> 
          <mi>&#x003B8;</mi> 
        </mrow> 
        <mi>M</mi> 
      </mfrac> 
      <mo form="postfix" fence="true" stretchy="true" lspace="0em" rspace="0em">&#x0230B;</mo> 
    </mrow> 
  </mstyle> 
  <mtext> the end.</mtext> </math>
>>> native
[ EText TextNormal "Inline floor, auto, normal line\160"
, EDelimited
    "\8970"
    "\8971"
    [ Right
        (EFraction
           NormalFrac
           (EGrouped
              [ EMathOperator "sin" , ESymbol Ord "\8289" , EIdentifier "\952" ])
           (EIdentifier "M"))
    ]
, EText TextNormal "\160the end."
]