prev  ( testsuite > Topics > StretchyChars > Horizontally > stretchHoriz1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Topics/StretchyChars/Horizontally/stretchHoriz1
CVS-ID:
Author:Dave Doyle, Design Science
Description:Tests for over/under nodes with stretchy characters.

Sample Rendering:

Created by: Created by: webeq

Your browser's rendering:

Stetching in base Stretching in script no mrows maps to maps to all in row maps to maps to op in row maps to maps to text in row maps to maps to

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mtable frame="solid">
    <mtr>
      <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>