| prev | next |
| File: | Presentation/TokenElements/mo/moAsymmetric19.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | This test checks the 'symmetric' attribute for <mo>. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mi>x</mi>
<mo>=</mo>
<mrow>
<mo>(</mo>
<mtable align='bottom'>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
</mtable>
<mo>)</mo>
<mrow>
<mo symmetric='false'>(</mo>
<mtable align='bottom'>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
</mtable>
<mo symmetric='false'>)</mo>
</mrow>
<mo symmetric='true'>(</mo>
<mtable align='bottom'>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
</mtable>
<mo symmetric='true'>)</mo>
</mrow>
</math>