prev  ( testsuite > Topics > Accents > munder3  )  next (show test run result)

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

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


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> &#x02C6; </mo>
    </munder>
    <mo> &#x2260; </mo>
    <mstyle accentunder="false">
        <munder>
            <mi>x</mi>
            <mo> &#x02C6; </mo>
        </munder>
    </mstyle>
    <mo> &#x003D; </mo>
    <munder accentunder="false">
        <mi>x</mi>
        <mo> &#x02C6; </mo>
    </munder>
    <mo> &#x003D; </mo>
    <munder>
        <mi>x</mi>
        <mo accent="false"> &#x02C6; </mo>
    </munder>
  </mstyle>
</math>