packages feed

texmath-0.12.5: test/writer/mml/msubsup-12.test

<<< native
[ ESubsup (EIdentifier "V") (EIdentifier "m") (EIdentifier "n")
, ESymbol Rel "="
, EUnderover
    False
    (ESubsup (EIdentifier "V") (EIdentifier "m") (EIdentifier "n"))
    (EPhantom (EText TextNormal "d"))
    (EPhantom (EText TextNormal "d"))
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msubsup>
      <mi>V</mi>
      <mi>m</mi>
      <mi>n</mi>
    </msubsup>
    <mo>=</mo>
    <munderover>
      <msubsup>
        <mi>V</mi>
        <mi>m</mi>
        <mi>n</mi>
      </msubsup>
      <mphantom>
        <mtext mathvariant="normal">d</mtext>
      </mphantom>
      <mphantom>
        <mtext mathvariant="normal">d</mtext>
      </mphantom>
    </munderover>
  </mrow>
</math>