| prev | ( testsuite > Topics > StretchyChars > Integrals > intDispStyle ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/StretchyChars/Integrals/intDispStyle |
| CVS-ID: | |
| Author: | Dave Doyle, Design Science |
| Description: | Tests how integrals render with different values of display style and other params. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable columnlines="solid" rowlines="solid">
<mtr>
<mtd/>
<mtd>
<mtext>ds=true</mtext>
</mtd>
<mtd>
<mtext>ds=false</mtext>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>stretch=t, large=t</mtext>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="true">
<mrow>
<mo stretchy="true" largeop="true">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="true" largeop="true">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="false">
<mrow>
<mo stretchy="true" largeop="true">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="true" largeop="true">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>stretch=f, large=t</mtext>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="true">
<mrow>
<mo stretchy="false" largeop="true">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="false" largeop="true">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="false">
<mrow>
<mo stretchy="false" largeop="true">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="false" largeop="true">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>stretch=t, large=f</mtext>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="true">
<mrow>
<mo stretchy="true" largeop="false">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="true" largeop="false">∫</mo>
<mfrac>
<mi>A</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="true" largeop="false">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="false">
<mrow>
<mo stretchy="true" largeop="false">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="true" largeop="false">∫</mo>
<mfrac>
<mi>A</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="true" largeop="false">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>stretch=f, large=f</mtext>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="true">
<mrow>
<mo stretchy="false" largeop="false">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="false" largeop="false">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
<mtd>
<mstyle fontsize="150%" displaystyle="false">
<mrow>
<mo stretchy="false" largeop="false">∫</mo>
<mfrac>
<mi>x</mi>
<mn>5</mn>
</mfrac>
</mrow>
<mo>=</mo>
<mrow>
<mo stretchy="false" largeop="false">∫</mo>
<mi>x</mi>
</mrow>
</mstyle>
</mtd>
</mtr>
</mtable>
</math>