prev  ( testsuite > Topics > Accents > munder4  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Topics/Accents/munder4
CVS-ID:
Author:Sam Dooley
Description:Test caron accent and accentunder=false on mstyle, munder, mo.

Sample Rendering:

Created by:

Your browser's rendering:

x ˇ x ˇ = x ˇ = x ˇ

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle mathsize="200%" displaystyle="false">
    <munder>
        <mi>x</mi>
        <mo> &#x02C7; </mo>
    </munder>
    <mo> &#x2260; </mo>
    <mstyle accentunder="false">
        <munder>
            <mi>x</mi>
            <mo> &#x02C7; </mo>
        </munder>
    </mstyle>
    <mo> &#x003D; </mo>
    <munder accentunder="false">
        <mi>x</mi>
        <mo> &#x02C7; </mo>
    </munder>
    <mo> &#x003D; </mo>
    <munder>
        <mi>x</mi>
        <mo accent="false"> &#x02C7; </mo>
    </munder>
  </mstyle>
</math>