| prev | next |
| File: | /Presentation/TokenElements/mn/mnSscriptlevel11.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | Tests a variety of attributes in an <mstyle> environment with scriptlevel increased by 1. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mrow>
<mstyle scriptlevel='+1'>
<mrow>
<mn>5</mn>
<mo>+</mo>
<mn fontweight='bold'>3</mn>
<mo>+</mo>
<mn fontstyle='normal'>12.3</mn>
<mo>+</mo>
<mn fontfamily='Helvetica' color='#009900'>10000
</mn>
<mo>+</mo>
<mn fontsize='36pt'>0.01</mn>
<mo>+</mo>
<mn fontweight='bold' fontstyle='normal'>2
</mn>
</mrow>
</mstyle>
<mrow>
<mn>5</mn>
<mo>+</mo>
<mn fontweight='bold'>3</mn>
<mo>+</mo>
<mn fontstyle='normal'>12.3</mn>
<mo>+</mo>
<mn fontfamily='Times' color='#009900'>10000
</mn>
<mo>+</mo>
<mn fontsize='36pt'>0.01</mn>
<mo>+</mo>
<mn fontweight='bold' fontstyle='normal'>2
</mn>
</mrow>
</mrow>
</math>