| prev | ( testsuite > Topics > Accents > munder2 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/Accents/munder2 |
| CVS-ID: | |
| Author: | Sam Dooley |
| Description: | Test grave accent and accentunder=false on mstyle, munder, mo. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle mathsize="200%" displaystyle="false">
<munder>
<mi>x</mi>
<mo> ` </mo>
</munder>
<mo> ≠ </mo>
<mstyle accentunder="false">
<munder>
<mi>x</mi>
<mo> ` </mo>
</munder>
</mstyle>
<mo> = </mo>
<munder accentunder="false">
<mi>x</mi>
<mo> ` </mo>
</munder>
<mo> = </mo>
<munder>
<mi>x</mi>
<mo accent="false"> ` </mo>
</munder>
</mstyle>
</math>