prev  ( testsuite > Presentation > TokenElements > mo > moAmovable15  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/TokenElements/mo/moAmovable15
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:This example tests the 'movablelimits' attribute for <mo> using the ∑ operator. The default, true and false values are tested when 'displaystyle' is both true and false. Note that since 'largeop' is defaulting to the operator dictionary value for &sum; it appears to change inside and outside of display style.

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

x 0 = x 0 = x 0 = x 0 = x 0 = x 0

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <munderover> 
      <mo>&#x2211;</mo> 
      <mi>x</mi> 
      <mn>0</mn> 
    </munderover> 
    <mo>=</mo> 
    <munderover> 
      <mo movablelimits="true">&#x2211;</mo> 
      <mi>x</mi> 
      <mn>0</mn> 
    </munderover> 
    <mo>=</mo> 
    <munderover> 
      <mo movablelimits="false">&#x2211;</mo> 
      <mi>x</mi> 
      <mn>0</mn> 
    </munderover> 
    <mo>=</mo> 
    <mstyle displaystyle="true"> 
      <munderover> 
        <mo>&#x2211;</mo> 
        <mi>x</mi> 
        <mn>0</mn> 
      </munderover> 
      <mo>=</mo> 
      <munderover> 
        <mo movablelimits="true">&#x2211;</mo> 
        <mi>x</mi> 
        <mn>0</mn> 
      </munderover> 
      <mo>=</mo> 
      <munderover> 
        <mo movablelimits="false">&#x2211;</mo> 
        <mi>x</mi> 
        <mn>0</mn> 
      </munderover> 
    </mstyle> 
  </mrow> 
</math>