packages feed

texmath-0.12.6: test/writer/mml/mlabeledtrAside2.test

<<< native
[ EArray
    [ AlignCenter
    , AlignCenter
    , AlignCenter
    , AlignCenter
    , AlignCenter
    ]
    [ [ [ EFraction
            NormalFrac
            (EGrouped [ EIdentifier "a" , ESymbol Bin "+" , ENumber "1" ])
            (ENumber "2")
        ]
      , [ EIdentifier "b" ]
      , [ EIdentifier "c" ]
      , [ EIdentifier "d" ]
      , [ EIdentifier "e" ]
      ]
    , [ [ EIdentifier "x" ]
      , [ EGrouped
            [ EFraction NormalFrac (ENumber "2") (ENumber "3")
            , EIdentifier "y"
            , ESymbol Bin "+"
            , ENumber "5"
            ]
        ]
      , [ EIdentifier "z" ]
      , [ EIdentifier "d" ]
      , [ EIdentifier "e" ]
      ]
    , [ [ ENumber "1" ]
      , [ ENumber "2" ]
      , [ ENumber "5" ]
      , [ EIdentifier "d" ]
      , [ EIdentifier "e" ]
      ]
    ]
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable>
    <mtr>
      <mtd columnalign="center" style="text-align: center">
        <mfrac>
          <mrow>
            <mi>a</mi>
            <mo>+</mo>
            <mn>1</mn>
          </mrow>
          <mn>2</mn>
        </mfrac>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>b</mi>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>c</mi>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>d</mi>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>e</mi>
      </mtd>
    </mtr>
    <mtr>
      <mtd columnalign="center" style="text-align: center">
        <mi>x</mi>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mrow>
          <mfrac>
            <mn>2</mn>
            <mn>3</mn>
          </mfrac>
          <mi>y</mi>
          <mo>+</mo>
          <mn>5</mn>
        </mrow>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>z</mi>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>d</mi>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>e</mi>
      </mtd>
    </mtr>
    <mtr>
      <mtd columnalign="center" style="text-align: center">
        <mn>1</mn>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mn>2</mn>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mn>5</mn>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>d</mi>
      </mtd>
      <mtd columnalign="center" style="text-align: center">
        <mi>e</mi>
      </mtd>
    </mtr>
  </mtable>
</math>