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 ∑ it appears to change inside and outside of display style. |
Sample Rendering: |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <munderover> <mo>∑</mo> <mi>x</mi> <mn>0</mn> </munderover> <mo>=</mo> <munderover> <mo movablelimits="true">∑</mo> <mi>x</mi> <mn>0</mn> </munderover> <mo>=</mo> <munderover> <mo movablelimits="false">∑</mo> <mi>x</mi> <mn>0</mn> </munderover> <mo>=</mo> <mstyle displaystyle="true"> <munderover> <mo>∑</mo> <mi>x</mi> <mn>0</mn> </munderover> <mo>=</mo> <munderover> <mo movablelimits="true">∑</mo> <mi>x</mi> <mn>0</mn> </munderover> <mo>=</mo> <munderover> <mo movablelimits="false">∑</mo> <mi>x</mi> <mn>0</mn> </munderover> </mstyle> </mrow> </math>