| prev | next |
| File: | Presentation/TablesAndMatrices/mtable/mtable1.html | |
| Author: | Wolfram Research | |
| Description: | Test of column alignment, rowlines, and an exterior frame | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mtable columnalign="right left center" rowlines="solid none" equalrows="false" frame="solid" framespacing="1em 2ex">
<mtr>
<mn>1111.23</mn>
<mn>0</mn>
<mn>0</mn>
</mtr>
<mtr>
<mn>0</mn>
<mn>1123</mn>
<mn>0</mn>
</mtr>
<mtr>
<mn>0.2</mn>
<mn>0</mn>
<mn>1123</mn>
</mtr>
</mtable>
</math>