| prev | ( testsuite > Presentation > TokenElements > mi > miStoken10 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/TokenElements/mi/miStoken10 |
| CVS-ID: | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies |
| Description: | Tests that token element attributes set on <mi> are unaffected by being put into an <mstyle> environment. Also tests various multiple color attribute value formats. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<mrow>
<mi>A</mi>
<mo>+</mo>
<mi fontweight="bold">A</mi>
<mo>+</mo>
<mi fontweight="normal" fontstyle="italic">A</mi>
<mo>+</mo>
<mi fontstyle="normal">A</mi>
<mo>+</mo>
<mi fontweight="bold" fontstyle="normal">A</mi>
<mo>+</mo>
<mi color="#9c0fff">A</mi>
<mo>+</mo>
<mi color="#0ee">A</mi>
<mo>+</mo>
<mi color="Green">A</mi>
<mo>+</mo>
<mi fontfamily="Helvetica">A</mi>
</mrow>
</mstyle>
</math>