<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
      "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>MathML Test : Integrals and differentials</title>
  <meta http-equiv="content-type" content="text/html; charset=us-ascii" />
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
  <meta name="author" content="Frederic WANG" />
</head>

<body>
<p><a href="index.xml#operators">Back to home</a></p>

<h1>MathML Test : Integrals and Differentials</h1>

<p>This is a simple test to check if symbols used for integrals and
differentials can be displayed. For the integral symbols that are mentionned
in <a
href="http://www.w3.org/TR/MathML2/appendixf.html#oper-dict.entries">the
operator dictionary entries</a> the attributes are
<code>largeop="true"</code> and <code>stretchy="true"</code>. </p>
<ol>
  <li>check each integral symbol (simple, double, contour...)</li>
  <li>check if integrals symbols are stretched</li>
  <li>check the differential symbols</li>
</ol>
<ul>
  <li>Simple : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x222b;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Double : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x222c;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Triple : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x222d;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Contour : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x222e;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Double Contour : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x222f;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Triple Contour : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x2230;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Clockwise : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x2231;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Clockwise Contour : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x2232;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Counter Clockwise Contour : <math
    xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x2233;</mo>
        <mi>a</mi>
        <mi>b</mi>
      </msubsup>
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mo>&#x2146;</mo>
      <mi>x</mi>
    </math></li>
  <li>Nabla : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mo>&#x2207;</mo>
        <mi>f</mi>
      </mrow>
    </math></li>
  <li>PartialD : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mfrac>
        <mrow>
          <mo>&#x2202;</mo>
          <mi>f</mi>
          <mrow>
            <mo>(</mo>
            <mrow>
              <mi>x</mi>
              <mo>,</mo>
              <mi>y</mi>
            </mrow>
            <mo>)</mo>
          </mrow>
        </mrow>
        <mrow>
          <mo>&#x2202;</mo>
          <mi>x</mi>
        </mrow>
      </mfrac>
    </math></li>
  <li>CapitalDifferentialD : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mo>&#x2145;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>DifferentialD : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mo>&#x2146;</mo>
        <mi>x</mi>
      </mrow>
    </math></li>
</ul>
</body>
</html>
