packages feed

texmath-0.12.6: test/writer/mml/mfenced-06.test

<<< native
[ EDelimited
    "["
    "|"
    [ Right
        (EArray
           [ AlignCenter ]
           [ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
    ]
, ESymbol Rel "="
, EDelimited
    "|"
    "]"
    [ Right
        (EArray
           [ AlignCenter ]
           [ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
    ]
]
>>> 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">
            <mi>U</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mi>V</mi>
          </mtd>
        </mtr>
      </mtable>
      <mo stretchy="true" form="postfix">|</mo>
    </mrow>
    <mo>=</mo>
    <mrow>
      <mo stretchy="true" form="prefix">|</mo>
      <mtable>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mi>U</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd columnalign="center" style="text-align: center">
            <mi>V</mi>
          </mtd>
        </mtr>
      </mtable>
      <mo stretchy="true" form="postfix">]</mo>
    </mrow>
  </mrow>
</math>