prev  ( testsuite > Topics > StretchyChars > Integrals > intDispStyle  )  next (show test run result)

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.

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


Sample Rendering:

Created by: Created by: webeq

Your browser's rendering:

ds=true ds=false stretch=t, large=t x 5 = x x 5 = x stretch=f, large=t x 5 = x x 5 = x stretch=t, large=f x 5 = A 5 = x x 5 = A 5 = x stretch=f, large=f x 5 = x x 5 = x

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">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="true" largeop="true">&#x222B;</mo> 
            <mi>x</mi> 
          </mrow>
        </mstyle> 
      </mtd>
      <mtd> 
        <mstyle fontsize="150%" displaystyle="false"> 
          <mrow> 
            <mo stretchy="true" largeop="true">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="true" largeop="true">&#x222B;</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">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="false" largeop="true">&#x222B;</mo> 
            <mi>x</mi> 
          </mrow>
        </mstyle> 
      </mtd>
      <mtd> 
        <mstyle fontsize="150%" displaystyle="false"> 
          <mrow> 
            <mo stretchy="false" largeop="true">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="false" largeop="true">&#x222B;</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">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="true" largeop="false">&#x222B;</mo> 
            <mfrac> 
              <mi>A</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="true" largeop="false">&#x222B;</mo> 
            <mi>x</mi> 
          </mrow>
        </mstyle> 
      </mtd>
      <mtd> 
        <mstyle fontsize="150%" displaystyle="false"> 
          <mrow> 
            <mo stretchy="true" largeop="false">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="true" largeop="false">&#x222B;</mo> 
            <mfrac> 
              <mi>A</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="true" largeop="false">&#x222B;</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">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="false" largeop="false">&#x222B;</mo> 
            <mi>x</mi> 
          </mrow>
        </mstyle> 
      </mtd>
      <mtd> 
        <mstyle fontsize="150%" displaystyle="false"> 
          <mrow> 
            <mo stretchy="false" largeop="false">&#x222B;</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>5</mn> 
            </mfrac> 
          </mrow> 
          <mo>=</mo> 
          <mrow> 
            <mo stretchy="false" largeop="false">&#x222B;</mo> 
            <mi>x</mi> 
          </mrow>
        </mstyle>
      </mtd>
    </mtr>
  </mtable>
</math>