| prev | ( testsuite > Presentation > TablesAndMatrices > mtable > mtableBsize2 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/TablesAndMatrices/mtable/mtableBsize2 |
| CVS-ID: | |
| Author: | Design Science, Inc. (D. Doyle, R. Miner) |
| Description: | Testing stretchy characters in table with spaces. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable equalrows="false" equalcolumns="false">
<mtr>
<mtd>
<mi>H</mi>
</mtd>
<mtd>
<mo>→</mo>
</mtd>
<mtd>
<mi>G</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mo>↓</mo>
</mtd>
<mtd>
<mspace height="2em" width="3em"/>
</mtd>
<mtd>
<mo>↓</mo>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>K</mi>
</mtd>
<mtd>
<mo>→</mo>
</mtd>
<mtd>
<mi>L</mi>
</mtd>
</mtr>
</mtable>
</math>