prev | ( testsuite > Presentation > TokenElements > mn > mnSfont10 ) | next |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Presentation/TokenElements/mn/mnSfont10 |
CVS-ID: | |
Author: | Robert Miner and Jeff Schaefer, Geometry Technologies |
Description: | Tests fontweight inheritance with <mstyle> and <mn> |
Sample Rendering: |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle fontweight="bold"> <mrow> <mn>5</mn> <mo>+</mo> <mn fontweight="bold">5</mn> <mo>+</mo> <mn fontweight="normal">5</mn> <mo>+</mo> <mn fontstyle="italic">5</mn> <mo>+</mo> <mn fontfamily="Helvetica">5</mn> </mrow> </mstyle> </math>