<?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 : Union and Intersection</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 : Union and Intersection</h1>

<p>This is a test to check if symbols used for union and intersection can be
displayed. Most of them have the attribute <code>stretchy="true"</code>.
Other symbols of this type can be found in the <a
href="large_operators.xml">large operators section</a>.</p>
<ol>
  <li>check if all symbols are displayed</li>
  <li>check if, except for Cup and Cap, all the symbols are stretched.</li>
</ol>
<ul>
  <li>Cup : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22d3;</mo>
        <mi>y</mi>
      </mrow>
    </math> ; <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mo xmlns="http://www.w3.org/1998/Math/MathML">&#x22d3;</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></li>
  <li>Cap : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22d2;</mo>
        <mi>y</mi>
      </mrow>
    </math> ; <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mo xmlns="http://www.w3.org/1998/Math/MathML">&#x22d2;</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></li>
  <li>SquareUnion : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x2294;</mo>
    </math>;<math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mo>&#x2294;</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></li>
  <li>Union :<math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x22c3;</mo>
    </math>; <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></li>
  <li>UnionPlus : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x228e;</mo>
    </math> ; <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></li>
  <li>Intersection : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x22c2;</mo>
    </math>; <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></li>
  <li>SquareIntersection : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x2293;</mo>
    </math> ;<math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mo>&#x2293;</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></li>
</ul>
</body>
</html>

