packages feed

texmath-0.6.7: tests/src/stretchHoriz1.mml

<?xml version="1.0" encoding="UTF-8"?>

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable frame="solid">
    <mtr>
      <mtd></mtd> 
      <mtd>
        <mtext>Stetching in base</mtext> 
      </mtd> 
      <mtd>
        <mtext>Stretching in script</mtext> 
      </mtd> 
    </mtr> 
    <mtr>
      <mtd>
        <mtext>no mrows</mtext> 
      </mtd> 
      <mtd>
        <mover>
          <mo> &#x2192;</mo> 
          <mtext>maps to</mtext> 
        </mover> 
      </mtd> 
      <mtd>
        <mover>
          <mtext>maps to</mtext> 
          <mo> &#x2192;</mo> 
        </mover> 
      </mtd> 
    </mtr> 
    <mtr>
      <mtd>
        <mtext>all in row</mtext> 
      </mtd> 
      <mtd>
        <mrow>
          <mover>
            <mo> &#x2192;</mo> 
            <mtext>maps to</mtext> 
          </mover> 
        </mrow> 
      </mtd> 
      <mtd>
        <mrow>
          <mover>
            <mtext>maps to</mtext> 
            <mo> &#x2192;</mo> 
          </mover> 
        </mrow> 
      </mtd> 
    </mtr> 
    <mtr>
      <mtd>
        <mtext>op in row</mtext> 
      </mtd> 
      <mtd>
        <mover>
          <mrow>
            <mo> &#x2192;</mo> 
          </mrow> 
          <mtext>maps to</mtext> 
        </mover> 
      </mtd> 
      <mtd>
        <mover>
          <mtext>maps to</mtext> 
          <mrow>
            <mo> &#x2192;</mo> 
          </mrow> 
        </mover> 
      </mtd> 
    </mtr> 
    <mtr>
      <mtd>
        <mtext>text in row</mtext> 
      </mtd> 
      <mtd>
        <mrow>
          <mover>
            <mrow>
              <mo> &#x2192;</mo> 
            </mrow> 
            <mtext>maps to</mtext> 
          </mover> 
        </mrow> 
      </mtd> 
      <mtd>
        <mrow>
          <mover>
            <mtext>maps to</mtext> 
            <mrow>
              <mo> &#x2192;</mo> 
            </mrow> 
          </mover> 
        </mrow> 
      </mtd> 
    </mtr> 
  </mtable> </math>