| prev | ( testsuite > Presentation > TablesAndMatrices > mtable > mtableBgap1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/TablesAndMatrices/mtable/mtableBgap1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (D. Doyle) |
| Description: | Test of gaps in an <mtable> |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">
<mtable>
<mlabeledtr>
<mtd>
<mi>A</mi>
</mtd>
<mtd>
<mi>B</mi>
</mtd>
<mtd>
<mi>C</mi>
</mtd>
</mlabeledtr>
<mtr>
<mtd/>
<mtd/>
</mtr>
<mtr>
<mtd>
<mn>1</mn>
</mtd>
<mtd>
<mn>2</mn>
</mtd>
<mtd>
<mn>3</mn>
</mtd>
<mtd class="array" columnalign="center">
<mn>4</mn>
</mtd>
</mtr>
</mtable>
</math>