prev | ( testsuite > Presentation > GeneralLayout > msqrt-mroot > msqrtSinheritance9 ) | next | (show test run result) |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Presentation/GeneralLayout/msqrt-mroot/msqrtSinheritance9 |
CVS-ID: | |
Author: | Robert Miner and Jeff Schaefer, Geometry Technologies |
Description: | This examples tests that <msqrt> inherits font attributes properly from <mstyle>. |
Sample Rendering: |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mstyle color="Blue" fontweight="bold"> <mfrac> <mstyle fontstyle="italic"> <msqrt> <mrow> <mi>x</mi> <mo>-</mo> <mn>3</mn> </mrow> </msqrt> </mstyle> <mstyle fontweight="bold"> <msqrt> <mrow> <mn>3</mn> <mi>x</mi> </mrow> </msqrt> </mstyle> </mfrac> </mstyle> <mfrac> <mstyle fontstyle="italic"> <msqrt> <mn>2</mn> <mi>x</mi> <mo>-</mo> <mn>3</mn> </msqrt> </mstyle> <mstyle fontweight="bold"> <msqrt> <mrow> <mn>3</mn> <mi>x</mi> </mrow> </msqrt> </mstyle> </mfrac> </mrow> </math>