packages feed

texmath-0.13.1.2: test/writer/mml/mfracZcomp-20.test

<<< native
[ EText
    TextNormal
    "Inline double down arrows, display style, thick line\160"
, EDelimited
    ""
    ""
    [ Left "\8659"
    , Right
        (EFraction
           NormalFrac
           (EGrouped
              [ EMathOperator "sin" , ESymbol Ord "\8289" , EIdentifier "\952" ])
           (EIdentifier "M"))
    , Left "\8659"
    ]
, 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 double down arrows, display style, thick line </mtext>
    <mrow>
      <mo stretchy="true" form="infix">⇓</mo>
      <mfrac>
        <mrow>
          <mrow>
            <mi mathvariant="normal">sin</mi>
            <mo>&#8289;</mo>
          </mrow>
          <mi>θ</mi>
        </mrow>
        <mi>M</mi>
      </mfrac>
      <mo stretchy="true" form="infix">⇓</mo>
    </mrow>
    <mtext mathvariant="normal"> the end.</mtext>
  </mrow>
</math>