| prev | ( testsuite > Topics > StretchyChars > Table > stretchTable1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/StretchyChars/Table/stretchTable1 |
| CVS-ID: | |
| Author: | Dave Doyle, Design Science |
| Description: | Stretching within a table |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mtable>
<mtr>
<mtd>
<mn>1</mn>
</mtd>
<mtd>
<mo>→</mo>
</mtd>
<mtd>
<mn>2</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mo>↓</mo>
</mtd>
<mtd>
<mi>x</mi>
<mo>+</mo>
<mfrac>
<mrow>
<mn>2</mn>
</mrow>
<mrow>
<msup>
<mrow>
<mi>y</mi>
</mrow>
<mrow>
<mn>3</mn>
</mrow>
</msup>
</mrow>
</mfrac>
</mtd>
<mtd>
<mo>↓</mo>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>3</mn>
</mtd>
<mtd>
<mo>→</mo>
</mtd>
<mtd>
<mn>4</mn>
</mtd>
</mtr>
</mtable>
</mrow>
</math>