packages feed

texmath-0.13: test/writer/mml/mfracZcomp-17.test

<<< native
[ EText TextNormal "Inline ceiling, display style, normal line\160"
, EDelimited
    "\8968"
    "\8969"
    [ Right
        (EFraction
           NormalFrac
           (EGrouped
              [ EMathOperator "sin" , ESymbol Ord "\8289" , EIdentifier "\952" ])
           (EIdentifier "M"))
    ]
, 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 ceiling, display style, normal line </mtext>
    <mrow>
      <mo stretchy="true" form="prefix">⌈</mo>
      <mfrac>
        <mrow>
          <mrow>
            <mi mathvariant="normal">sin</mi>
            <mo>&#8289;</mo>
          </mrow>
          <mi>θ</mi>
        </mrow>
        <mi>M</mi>
      </mfrac>
      <mo stretchy="true" form="postfix">⌉</mo>
    </mrow>
    <mtext mathvariant="normal"> the end.</mtext>
  </mrow>
</math>