packages feed

texmath-0.7: tests/writers/stretchVert1.mml

<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable>
    <mtr>
      <mtd>
        <mrow>
          <mi>x</mi>
          <mo>+</mo>
          <mrow>
            <mo stretchy="true" form="prefix">(</mo>
            <mfrac>
              <mn>2</mn>
              <mn>3</mn>
            </mfrac>
            <mo stretchy="true" form="postfix">)</mo>
          </mrow>
        </mrow>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mrow>
          <mi>x</mi>
          <mo>+</mo>
          <mover>
            <mo stretchy="false" form="prefix">(</mo>
            <mo>-</mo>
          </mover>
          <mfrac>
            <mn>2</mn>
            <mn>3</mn>
          </mfrac>
          <mo stretchy="true" form="postfix">)</mo>
        </mrow>
      </mtd>
    </mtr>
  </mtable>
</math>