| prev | next |
| File: | Presentation/TokenElements/mo/moAlargeop12.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | This example tests the interaction of the 'largeop' and 'displaystyle' attributes. Specifically, it tests the default, true and false values of 'largeop' for ∫ with when 'displaystyle' is true or false. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mrow>
<mo>∫</mo>
<mi>x</mi>
<mo>=</mo>
<mo largeop='true'>∫</mo>
<mi>x</mi>
<mo>=</mo>
<mo largeop='false'>∫</mo>
<mi>x</mi>
<mo>=</mo>
<mstyle displaystyle='true'>
<mo>∫</mo>
<mi>x</mi>
<mo>=</mo>
<mo largeop='true'>∫</mo>
<mi>x</mi>
<mo>=</mo>
<mo largeop='false'>∫</mo>
<mi>x</mi>
</mstyle>
</mrow>
</math>