| prev | ( testsuite > Presentation > TablesAndMatrices > mtable > mtableBsize1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/TablesAndMatrices/mtable/mtableBsize1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (D. Doyle, E. Cannon, E. Tabacman, R.Miner) |
| Description: | test of differently sized table cells |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable>
<mtr>
<mtd>
<mo>←</mo>
</mtd>
<mtd>
<mn>1</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>a long cell</mtext>
</mtd>
<mtd>
<mn>1</mn>
</mtd>
</mtr>
</mtable>
</math>