packages feed

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

<<< native
[ EDelimited
    "("
    ")"
    [ Right
        (EArray
           [ AlignCenter ]
           [ [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           ])
    ]
, ESymbol Open "("
, EArray
    [ AlignCenter ]
    [ [ [ ENumber "0" ] ]
    , [ [ ENumber "0" ] ]
    , [ [ ENumber "0" ] ]
    , [ [ ENumber "0" ] ]
    , [ [ ENumber "0" ] ]
    ]
, ESymbol Close ")"
, EDelimited
    "("
    ")"
    [ Right
        (EArray
           [ AlignCenter ]
           [ [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           , [ [ ENumber "0" ] ]
           ])
    ]
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mo stretchy="true" form="prefix">(</mo>
      <mtable>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
      </mtable>
      <mo stretchy="true" form="postfix">)</mo>
    </mrow>
    <mo stretchy="false" form="prefix">(</mo>
    <mtable>
      <mtr>
        <mtd columnalign="center" style="text-align: center">
          <mn>0</mn>
        </mtd>
      </mtr>
      <mtr>
        <mtd columnalign="center" style="text-align: center">
          <mn>0</mn>
        </mtd>
      </mtr>
      <mtr>
        <mtd columnalign="center" style="text-align: center">
          <mn>0</mn>
        </mtd>
      </mtr>
      <mtr>
        <mtd columnalign="center" style="text-align: center">
          <mn>0</mn>
        </mtd>
      </mtr>
      <mtr>
        <mtd columnalign="center" style="text-align: center">
          <mn>0</mn>
        </mtd>
      </mtr>
    </mtable>
    <mo stretchy="false" form="postfix">)</mo>
    <mrow>
      <mo stretchy="true" form="prefix">(</mo>
      <mtable>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mn>0</mn>
          </mtd>
        </mtr>
      </mtable>
      <mo stretchy="true" form="postfix">)</mo>
    </mrow>
  </mrow>
</math>