<?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>Large operators</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 : Large operators</h1>

<p>The following table contains a list of operators having the attributes
<code>largeop</code> and <code>movablelimits</code> set to
<code>"true"</code>. Other large operators can be found in the <a
href="integrals_and_differentials.xml">integrals and differentials</a>
page.</p>

<p>The expected behaviour is described in the section <a
href="http://www.w3.org/TR/2003/REC-MathML2-20031021/chapter3.html#id.3.2.5.9">Other
attributes of mo</a> of the MathML specification : if
<code>displaystyle</code> is set to <code>"true"</code>, then
<code>movablelimits</code> has no effect while <code>largeop</code> makes the
symbol displayed larger ; at the opposite, if <code>displaystyle</code> is
set to <code>"false"</code>, then <code>largeop</code> is not taken into
account but <code>movablelimits</code> makes underscripts and overscripts
drawn as subscripts and superscripts.</p>
<ol>
  <li>check if all symbols are displayed</li>
  <li>check if the stretch behavior, according to the value of stretchy, when
    it is alone in a mtable cell</li>
  <li>check if the symbol is larger and with overscripts and underscripts
    when <code>displaystyle = "true"</code></li>
  <li>check if the symbol has a normal size and subscripts and supscripts
    when <code>displaystyle = "false"</code></li>
</ol>

<table summary="Table of accents" border="1">
  <thead>
    <tr>
      <td>Entity Name</td>
      <td>stretchy</td>
      <td>in a cell</td>
      <td>displaystyle = "true"</td>
      <td>displaystyle = "false"</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Vee</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x22c1;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x22c1;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x22c1;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>CircleMinus</td>
      <td>false</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x2296;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x2296;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x2296;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>CirclePlus</td>
      <td>false</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x2295;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x2295;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x2295;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>Sum</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x2211;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x2211;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x2211;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>Union</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x22c3;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x22c3;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x22c3;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>UnionPlus</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x228e;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x228e;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x228e;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>Wedge</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x22c0;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x22c0;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x22c0;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>CircleTimes</td>
      <td>false</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x2297;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x2297;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x2297;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>Coproduct</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x2210;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x2210;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x2210;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>Product</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x220f;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x220f;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x220f;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>Intersection</td>
      <td>true</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x22c2;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x22c2;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x22c2;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
    <tr>
      <td>CircleDot</td>
      <td>false</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mtable>
            <mtr>
              <mtd>
                <mo>&#x2299;</mo>
              </mtd>
              <mtd>
                <mtable>
                  <mtr>
                    <mtd>
                      <mi>a</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>b</mi>
                    </mtd>
                  </mtr>
                  <mtr>
                    <mtd>
                      <mi>c</mi>
                    </mtd>
                  </mtr>
                </mtable>
              </mtd>
            </mtr>
            <mtr>
              <mtd>
                <mtext>sometext</mtext>
              </mtd>
              <mtd>
                <mi>x</mi>
              </mtd>
            </mtr>
          </mtable>
        </math> </td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="true">
            <mrow>
              <munderover>
                <mo>&#x2299;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mstyle displaystyle="false">
            <mrow>
              <munderover>
                <mo>&#x2299;</mo>
                <mrow>
                  <mi>i</mi>
                  <mo>=</mo>
                  <mn>1</mn>
                </mrow>
                <mi>n</mi>
              </munderover>
              <msub>
                <mi>u</mi>
                <mi>i</mi>
              </msub>
            </mrow>
          </mstyle>
        </math></td>
    </tr>
  </tbody>
</table>
</body>
</html>
