| prev | ( testsuite > Presentation > GeneralLayout > mrow > mrowBinferred2 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/GeneralLayout/mrow/mrowBinferred2 |
| CVS-ID: | |
| Author: | Dave Doyle, Design Science |
| Description: | Test of inferred mrows and their similarity to equivalent equations with explicity mrows |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mn>2</mn>
<mo>+</mo>
<msqrt>
<mi>x</mi>
<mo>+</mo>
<mn>1</mn>
</msqrt>
<mspace width="20px"/>
<mrow>
<mn>2</mn>
<mo>+</mo>
<msqrt>
<mrow>
<mi>x</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msqrt>
</mrow>
</math>