| prev | ( testsuite > Presentation > TokenElements > mn > mnSscriptlevel11 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/TokenElements/mn/mnSscriptlevel11 |
| CVS-ID: | |
| 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 xmlns="http://www.w3.org/1998/Math/MathML">
<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>