Blob Blame History Raw
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.0//EN"
         "http://www.oasis-open.org/docbook/xml/mathml/1.0/dbmathml.dtd"
         >
<book xmlns:mml="http://www.w3.org/1998/Math/MathML">
<title>W3C MathML Test Suite Extracts</title>
<chapter>
<title>Introduction</title>
<para>This file is automatically generated from the MathML Testsuite
  tree, and contains a large excerpt of the tree</para>.
<para>The tests whose path or name contain the following words are not
    included in this file:</para>
    <itemizedlist>
<listitem><para>ErrorHandling</para></listitem>
<listitem><para>mfracZComp1</para></listitem>
<listitem><para>Characters</para></listitem>
<listitem><para>arccos3</para></listitem>
<listitem><para>TortureTests</para></listitem>
<listitem><para>mlabeledtr1</para></listitem>
<listitem><para>mlabeledtrAside1</para></listitem>
<listitem><para>mlabeledtrAside2</para></listitem>
<listitem><para>rec-mlabeledtr</para></listitem>
<listitem><para>mtable1</para></listitem>
<listitem><para>mtableBspan3</para></listitem>
<listitem><para>mtableBgap1</para></listitem>
<listitem><para>intNested3</para></listitem>
<listitem><para>deprecated-test3</para></listitem>
<listitem><para>miequivalents11</para></listitem>
<listitem><para>accents2</para></listitem>
<listitem><para>accents4</para></listitem>
<listitem><para>indent1</para></listitem>
<listitem><para>indent2</para></listitem>
<listitem><para>mixed4</para></listitem>
<listitem><para>multinewline3</para></listitem>
<listitem><para>newline1</para></listitem>
<listitem><para>newline2</para></listitem>
<listitem><para>white5</para></listitem>
<listitem><para>white6</para></listitem>
<listitem><para>white7</para></listitem>
<listitem><para>white8</para></listitem>
<listitem><para>white10</para></listitem>
</itemizedlist>
</chapter>
<chapter><title>Content</title>
<sect1><title>ArithmeticAlgebraLogic</title>
<sect2><title>abs</title>
<sect3><title>abs1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <abs/> 
        <apply> 
          <divide/> 
          <ci> H </ci> 
          <ci> K </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <abs/> 
        <apply> 
          <divide/> 
          <ci> H </ci> 
          <ci> K </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>abs2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <abs/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <ci> y </ci> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <abs/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <ci> y </ci> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-abs3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <abs/> 
        <ci> x </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <abs/> 
        <ci> x </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>and</title>
<sect3><title>and1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <and/> 
        <apply> 
          <gt/> 
          <ci> x </ci> 
          <cn> 0 </cn> 
        </apply> 
        <apply> 
          <lt/> 
          <ci> x </ci> 
          <cn> 1 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <and/> 
        <apply> 
          <gt/> 
          <ci> x </ci> 
          <cn> 0 </cn> 
        </apply> 
        <apply> 
          <lt/> 
          <ci> x </ci> 
          <cn> 1 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>and2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <and/> 
        <reln> 
          <gt/> 
          <ci> x </ci> 
          <cn> 0 </cn> 
        </reln> 
        <reln> 
          <lt/> 
          <ci> x </ci> 
          <cn> 1 </cn> 
        </reln> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <and/> 
        <reln> 
          <gt/> 
          <ci> x </ci> 
          <cn> 0 </cn> 
        </reln> 
        <reln> 
          <lt/> 
          <ci> x </ci> 
          <cn> 1 </cn> 
        </reln> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-and2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <and/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <and/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arg</title>
<sect3><title>rec-arg1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arg/> 
        <apply> 
          <plus /> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arg/> 
        <apply> 
          <plus /> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arithmetic_1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <times/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
        <ci>c</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <times/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
        <ci>c</ci> 
      </apply> 
    </mml:math></sect2>
<sect2><title>arithmetic_2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <times/> 
          <cn>2</cn> 
          <ci>x</ci> 
        </apply> 
        <apply> 
          <times/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <times/> 
          <cn>2</cn> 
          <ci>x</ci> 
        </apply> 
        <apply> 
          <times/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>arithmetic_3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci>x</ci> 
        <apply> 
          <times/> 
          <ci>y</ci> 
          <ci>z</ci> 
        </apply> 
        <ci>z</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci>x</ci> 
        <apply> 
          <times/> 
          <ci>y</ci> 
          <ci>z</ci> 
        </apply> 
        <ci>z</ci> 
      </apply> 
    </mml:math></sect2>
<sect2><title>arithmetic_4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <apply> 
              <divide/> 
              <ci>a</ci> 
              <ci>b</ci> 
            </apply> 
            <ci>c</ci> 
          </apply> 
        </apply> 
        <cn>1</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <apply> 
              <divide/> 
              <ci>a</ci> 
              <ci>b</ci> 
            </apply> 
            <ci>c</ci> 
          </apply> 
        </apply> 
        <cn>1</cn> 
      </apply> 
    </mml:math></sect2>
<sect2><title>ceiling</title>
<sect3><title>rec-ceiling1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <ceiling/> 
        <ci> a </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <ceiling/> 
        <ci> a </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-ceiling2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> a </ci> 
        </bvar> 
        <apply> 
          <and/> 
          <apply> 
            <lt/> 
            <apply> 
              <minus/> 
              <apply> 
                <ceiling/> 
                <ci>a</ci> 
              </apply> 
              <cn>1</cn> 
            </apply> 
            <ci>a</ci> 
          </apply> 
          <apply> 
            <leq/> 
            <ci>a</ci> 
            <apply> 
              <ceiling/> 
              <ci>a</ci> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> a </ci> 
        </bvar> 
        <apply> 
          <and/> 
          <apply> 
            <lt/> 
            <apply> 
              <minus/> 
              <apply> 
                <ceiling/> 
                <ci>a</ci> 
              </apply> 
              <cn>1</cn> 
            </apply> 
            <ci>a</ci> 
          </apply> 
          <apply> 
            <leq/> 
            <ci>a</ci> 
            <apply> 
              <ceiling/> 
              <ci>a</ci> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>conjugate</title>
<sect3><title>rec-conjugate1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <conjugate/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <conjugate/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>divide</title>
<sect3><title>divide1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <divide/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <divide/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>divide2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
        <apply> 
          <minus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
        <apply> 
          <minus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>divide3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
        <apply> 
          <divide/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
        <apply> 
          <divide/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>divide5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <divide/>
          <apply>
            <plus/>
            <ci>a</ci>
            <ci>b</ci>
          </apply>
          <apply>
            <minus/>
            <ci>a</ci>
            <ci>b</ci>
          </apply>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <divide/>
          <apply>
            <plus/>
            <ci>a</ci>
            <ci>b</ci>
          </apply>
          <apply>
            <minus/>
            <ci>a</ci>
            <ci>b</ci>
          </apply>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-divide4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>exists</title>
<sect3><title>rec-exists1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <exists/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <eq/> 
          <apply> 
            <fn> 
              <ci> f </ci> 
            </fn> 
            <ci> x </ci> 
          </apply> 
          <cn>0</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <exists/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <eq/> 
          <apply> 
            <fn> 
              <ci> f </ci> 
            </fn> 
            <ci> x </ci> 
          </apply> 
          <cn>0</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>factorial</title>
<sect3><title>factorial1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <apply> 
          <plus/> 
          <apply> 
            <plus/> 
            <ci> n </ci> 
            <ci> m </ci> 
          </apply> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <apply> 
          <plus/> 
          <apply> 
            <plus/> 
            <ci> n </ci> 
            <ci> m </ci> 
          </apply> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>factorial3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <apply> 
          <plus/> 
          <ci> a </ci> 
          <ci> b </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <apply> 
          <plus/> 
          <ci> a </ci> 
          <ci> b </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>factorial4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <apply> 
          <divide/> 
          <ci> n </ci> 
          <ci> m </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <apply> 
          <divide/> 
          <ci> n </ci> 
          <ci> m </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-factorial2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <ci> n </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <ci> n </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>floor</title>
<sect3><title>rec-floor1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <floor/> 
        <ci> a </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <floor/> 
        <ci> a </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-floor2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> a </ci> 
        </bvar> 
        <apply> 
          <and/> 
          <apply> 
            <leq/> 
            <apply> 
              <floor/> 
              <ci>a</ci> 
            </apply> 
            <ci>a</ci> 
          </apply> 
          <apply> 
            <lt/> 
            <ci>a</ci> 
            <apply> 
              <plus/> 
              <apply> 
                <floor/> 
                <ci>a</ci> 
              </apply> 
              <cn>1</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> a </ci> 
        </bvar> 
        <apply> 
          <and/> 
          <apply> 
            <leq/> 
            <apply> 
              <floor/> 
              <ci>a</ci> 
            </apply> 
            <ci>a</ci> 
          </apply> 
          <apply> 
            <lt/> 
            <ci>a</ci> 
            <apply> 
              <plus/> 
              <apply> 
                <floor/> 
                <ci>a</ci> 
              </apply> 
              <cn>1</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>forall</title>
<sect3><title>forall1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <not/> 
        <apply> 
          <forall/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
          <apply> 
            <in/> 
            <apply> 
              <fn> 
                <ci>f</ci> 
              </fn> 
              <ci>x</ci> 
            </apply> 
            <ci>T</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <not/> 
        <apply> 
          <forall/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
          <apply> 
            <in/> 
            <apply> 
              <fn> 
                <ci>f</ci> 
              </fn> 
              <ci>x</ci> 
            </apply> 
            <ci>T</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>forall2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <forall/>
        <bvar>
          <ci>x</ci>
        </bvar>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <forall/>
        <bvar>
          <ci>x</ci>
        </bvar>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-forall2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <eq/> 
          <apply> 
            <minus/> 
            <ci> x </ci> 
            <ci> x </ci> 
          </apply> 
          <cn>0</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <eq/> 
          <apply> 
            <minus/> 
            <ci> x </ci> 
            <ci> x </ci> 
          </apply> 
          <cn>0</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-forall3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> p </ci> 
        </bvar> 
        <bvar> 
          <ci> q </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <in/> 
              <ci> p </ci> 
              <rationals/> 
            </apply> 
            <apply> 
              <in/> 
              <ci> q </ci> 
              <rationals/> 
            </apply> 
            <apply> 
              <lt/> 
              <ci> p </ci> 
              <ci> q </ci> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <lt/> 
          <ci> p </ci> 
          <apply> 
            <power/> 
            <ci> q </ci> 
            <cn> 2 </cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> p </ci> 
        </bvar> 
        <bvar> 
          <ci> q </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <in/> 
              <ci> p </ci> 
              <rationals/> 
            </apply> 
            <apply> 
              <in/> 
              <ci> q </ci> 
              <rationals/> 
            </apply> 
            <apply> 
              <lt/> 
              <ci> p </ci> 
              <ci> q </ci> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <lt/> 
          <ci> p </ci> 
          <apply> 
            <power/> 
            <ci> q </ci> 
            <cn> 2 </cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-forall4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> n </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <gt/> 
              <ci> n </ci> 
              <cn> 0 </cn> 
            </apply> 
            <apply> 
              <in/> 
              <ci> n </ci> 
              <integers/> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci> x </ci> 
          </bvar> 
          <bvar> 
            <ci> y </ci> 
          </bvar> 
          <bvar> 
            <ci> z </ci> 
          </bvar> 
          <condition> 
            <apply> 
              <and/> 
              <apply> 
                <in/> 
                <ci> x </ci> 
                <integers/> 
              </apply> 
              <apply> 
                <in/> 
                <ci> y </ci> 
                <integers/> 
              </apply> 
              <apply> 
                <in/> 
                <ci> z </ci> 
                <integers/> 
              </apply> 
            </apply> 
          </condition> 
          <apply> 
            <eq/> 
            <apply> 
              <plus/> 
              <apply> 
                <power/> 
                <ci> x </ci> 
                <ci> n </ci> 
              </apply> 
              <apply> 
                <power/> 
                <ci> y </ci> 
                <ci> n </ci> 
              </apply> 
            </apply> 
            <apply> 
              <power/> 
              <ci> z </ci> 
              <ci> n </ci> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> n </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <gt/> 
              <ci> n </ci> 
              <cn> 0 </cn> 
            </apply> 
            <apply> 
              <in/> 
              <ci> n </ci> 
              <integers/> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci> x </ci> 
          </bvar> 
          <bvar> 
            <ci> y </ci> 
          </bvar> 
          <bvar> 
            <ci> z </ci> 
          </bvar> 
          <condition> 
            <apply> 
              <and/> 
              <apply> 
                <in/> 
                <ci> x </ci> 
                <integers/> 
              </apply> 
              <apply> 
                <in/> 
                <ci> y </ci> 
                <integers/> 
              </apply> 
              <apply> 
                <in/> 
                <ci> z </ci> 
                <integers/> 
              </apply> 
            </apply> 
          </condition> 
          <apply> 
            <eq/> 
            <apply> 
              <plus/> 
              <apply> 
                <power/> 
                <ci> x </ci> 
                <ci> n </ci> 
              </apply> 
              <apply> 
                <power/> 
                <ci> y </ci> 
                <ci> n </ci> 
              </apply> 
            </apply> 
            <apply> 
              <power/> 
              <ci> z </ci> 
              <ci> n </ci> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-forall5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 9 </cn> 
          </apply> 
        </condition> 
        <apply> 
          <lt/> 
          <ci> x </ci> 
          <cn> 10 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 9 </cn> 
          </apply> 
        </condition> 
        <apply> 
          <lt/> 
          <ci> x </ci> 
          <cn> 10 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-forall6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <not/>
          <apply>
            <forall/>
            <bvar>
              <ci>s</ci>
            </bvar>
            <condition>
              <apply>
                <in/>
                <ci>s</ci>
                <ci>S</ci>
              </apply>
            </condition>
            <apply>
              <in/>
              <apply>
                <fn>
                  <ci>f</ci>
                </fn>
                <ci>x</ci>
              </apply>
              <ci>T</ci>
            </apply>
          </apply>
        </apply>
        <apply>
          <exists/>
          <bvar>
            <ci>s</ci>
          </bvar>
          <condition>
            <apply>
              <in/>
              <ci>s</ci>
              <ci>S</ci>
            </apply>
          </condition>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <not/>
          <apply>
            <forall/>
            <bvar>
              <ci>s</ci>
            </bvar>
            <condition>
              <apply>
                <in/>
                <ci>s</ci>
                <ci>S</ci>
              </apply>
            </condition>
            <apply>
              <in/>
              <apply>
                <fn>
                  <ci>f</ci>
                </fn>
                <ci>x</ci>
              </apply>
              <ci>T</ci>
            </apply>
          </apply>
        </apply>
        <apply>
          <exists/>
          <bvar>
            <ci>s</ci>
          </bvar>
          <condition>
            <apply>
              <in/>
              <ci>s</ci>
              <ci>S</ci>
            </apply>
          </condition>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-forall7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <not/>
          <apply>
            <forall/>
            <bvar>
              <ci>s</ci>
            </bvar>
            <condition>
              <apply>
                <in/>
                <ci>s</ci>
                <ci>S</ci>
              </apply>
            </condition>
            <apply>
              <in/>
              <apply>
                <fn>
                  <ci>f</ci>
                </fn>
                <ci>x</ci>
              </apply>
              <ci>T</ci>
            </apply>
          </apply>
        </apply>
        <apply>
          <exists/>
          <bvar>
            <ci>s</ci>
          </bvar>
          <condition>
            <apply>
              <in/>
              <ci>s</ci>
              <ci>S</ci>
            </apply>
          </condition>
          <apply>
            <notin/>
            <apply>
              <fn>
                <ci>f</ci>
              </fn>
              <ci>s</ci>
            </apply>
            <ci>T</ci>
          </apply>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <not/>
          <apply>
            <forall/>
            <bvar>
              <ci>s</ci>
            </bvar>
            <condition>
              <apply>
                <in/>
                <ci>s</ci>
                <ci>S</ci>
              </apply>
            </condition>
            <apply>
              <in/>
              <apply>
                <fn>
                  <ci>f</ci>
                </fn>
                <ci>x</ci>
              </apply>
              <ci>T</ci>
            </apply>
          </apply>
        </apply>
        <apply>
          <exists/>
          <bvar>
            <ci>s</ci>
          </bvar>
          <condition>
            <apply>
              <in/>
              <ci>s</ci>
              <ci>S</ci>
            </apply>
          </condition>
          <apply>
            <notin/>
            <apply>
              <fn>
                <ci>f</ci>
              </fn>
              <ci>s</ci>
            </apply>
            <ci>T</ci>
          </apply>
        </apply>
      </apply>
    </mml:math></sect3>
</sect2>
<sect2><title>gcd</title>
<sect3><title>rec-gcd1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <gcd/> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <gcd/> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>imaginary</title>
<sect3><title>rec-imaginary1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <imaginary/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <imaginary/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>implies</title>
<sect3><title>implies2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <implies/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <implies/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-implies1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <implies/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <implies/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>lcm</title>
<sect3><title>rec-lcm1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <lcm/> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <lcm/> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>logic5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <not/> 
          <apply> 
            <forall/> 
            <bvar> 
              <ci>s</ci> 
            </bvar> 
            <condition> 
              <apply> 
                <in/> 
                <ci>s</ci> 
                <ci>S</ci> 
              </apply> 
            </condition> 
            <apply> 
              <in/> 
              <apply> 
                <fn> 
                  <ci>f</ci> 
                </fn> 
                <ci>x</ci> 
              </apply> 
              <ci>T</ci> 
            </apply> 
          </apply> 
        </apply> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <not/> 
          <apply> 
            <forall/> 
            <bvar> 
              <ci>s</ci> 
            </bvar> 
            <condition> 
              <apply> 
                <in/> 
                <ci>s</ci> 
                <ci>S</ci> 
              </apply> 
            </condition> 
            <apply> 
              <in/> 
              <apply> 
                <fn> 
                  <ci>f</ci> 
                </fn> 
                <ci>x</ci> 
              </apply> 
              <ci>T</ci> 
            </apply> 
          </apply> 
        </apply> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>logic6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <not/> 
          <apply> 
            <forall/> 
            <bvar> 
              <ci>s</ci> 
            </bvar> 
            <condition> 
              <apply> 
                <in/> 
                <ci>s</ci> 
                <ci>S</ci> 
              </apply> 
            </condition> 
            <apply> 
              <in/> 
              <apply> 
                <fn> 
                  <ci>f</ci> 
                </fn> 
                <ci>x</ci> 
              </apply> 
              <ci>T</ci> 
            </apply> 
          </apply> 
        </apply> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
          <apply> 
            <notin/> 
            <apply> 
              <fn> 
                <ci>f</ci> 
              </fn> 
              <ci>s</ci> 
            </apply> 
            <ci>T</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <not/> 
          <apply> 
            <forall/> 
            <bvar> 
              <ci>s</ci> 
            </bvar> 
            <condition> 
              <apply> 
                <in/> 
                <ci>s</ci> 
                <ci>S</ci> 
              </apply> 
            </condition> 
            <apply> 
              <in/> 
              <apply> 
                <fn> 
                  <ci>f</ci> 
                </fn> 
                <ci>x</ci> 
              </apply> 
              <ci>T</ci> 
            </apply> 
          </apply> 
        </apply> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
          <apply> 
            <notin/> 
            <apply> 
              <fn> 
                <ci>f</ci> 
              </fn> 
              <ci>s</ci> 
            </apply> 
            <ci>T</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>logic7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <not/> 
          <apply> 
            <forall/> 
            <bvar> 
              <ci>s</ci> 
            </bvar> 
            <condition> 
              <apply> 
                <in/> 
                <ci>s</ci> 
                <ci>S</ci> 
              </apply> 
            </condition> 
            <reln> 
              <in/> 
              <apply> 
                <fn> 
                  <ci>f</ci> 
                </fn> 
                <ci>x</ci> 
              </apply> 
              <ci>T</ci> 
            </reln> 
          </apply> 
        </apply> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
          <reln> 
            <notin/> 
            <apply> 
              <fn> 
                <ci>f</ci> 
              </fn> 
              <ci>s</ci> 
            </apply> 
            <ci>T</ci> 
          </reln> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <not/> 
          <apply> 
            <forall/> 
            <bvar> 
              <ci>s</ci> 
            </bvar> 
            <condition> 
              <apply> 
                <in/> 
                <ci>s</ci> 
                <ci>S</ci> 
              </apply> 
            </condition> 
            <reln> 
              <in/> 
              <apply> 
                <fn> 
                  <ci>f</ci> 
                </fn> 
                <ci>x</ci> 
              </apply> 
              <ci>T</ci> 
            </reln> 
          </apply> 
        </apply> 
        <apply> 
          <exists/> 
          <bvar> 
            <ci>s</ci> 
          </bvar> 
          <condition> 
            <apply> 
              <in/> 
              <ci>s</ci> 
              <ci>S</ci> 
            </apply> 
          </condition> 
          <reln> 
            <notin/> 
            <apply> 
              <fn> 
                <ci>f</ci> 
              </fn> 
              <ci>s</ci> 
            </apply> 
            <ci>T</ci> 
          </reln> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>max</title>
<sect3><title>max3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <max/>
        <bvar>
          <ci> x </ci>
        </bvar>
        <condition>
          <apply>
            <and/>
            <reln>
              <gt/>
              <ci> x </ci>
              <cn> 0 </cn>
            </reln>
            <reln>
              <lt/>
              <ci> x </ci>
              <cn> 1 </cn>
            </reln>
          </apply>
        </condition>
        <apply>
          <minus/>
          <ci> x </ci>
          <apply>
            <sin/>
            <ci> x </ci>
          </apply>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <max/>
        <bvar>
          <ci> x </ci>
        </bvar>
        <condition>
          <apply>
            <and/>
            <reln>
              <gt/>
              <ci> x </ci>
              <cn> 0 </cn>
            </reln>
            <reln>
              <lt/>
              <ci> x </ci>
              <cn> 1 </cn>
            </reln>
          </apply>
        </condition>
        <apply>
          <minus/>
          <ci> x </ci>
          <apply>
            <sin/>
            <ci> x </ci>
          </apply>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-max1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-max2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <in/> 
              <ci>x</ci> 
              <ci type="set">B</ci> 
            </apply> 
            <apply> 
              <notin/> 
              <ci>x</ci> 
              <ci type="set">C</ci> 
            </apply> 
          </apply> 
        </condition> 
        <ci>x</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <in/> 
              <ci>x</ci> 
              <ci type="set">B</ci> 
            </apply> 
            <apply> 
              <notin/> 
              <ci>x</ci> 
              <ci type="set">C</ci> 
            </apply> 
          </apply> 
        </condition> 
        <ci>x</ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>min</title>
<sect3><title>min1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <min/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <condition> 
          <reln> 
            <notin/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </reln> 
        </condition> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <min/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <condition> 
          <reln> 
            <notin/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </reln> 
        </condition> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-min2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <min/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <condition> 
          <apply> 
            <notin/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </apply> 
        </condition> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <min/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <condition> 
          <apply> 
            <notin/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </apply> 
        </condition> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>minus</title>
<sect3><title>minus1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <ci>a</ci> 
        <apply> 
          <minus/> 
          <ci>b</ci> 
          <ci>c</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <ci>a</ci> 
        <apply> 
          <minus/> 
          <ci>b</ci> 
          <ci>c</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>minus2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <ci>a</ci> 
        <apply> 
          <plus/> 
          <ci>b</ci> 
          <ci>c</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <ci>a</ci> 
        <apply> 
          <plus/> 
          <ci>b</ci> 
          <ci>c</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>minus3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <cn>1</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <cn>1</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>minus4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <plus/> 
          <cn>7</cn> 
          <cn>1</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <plus/> 
          <cn>7</cn> 
          <cn>1</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>minus5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <times/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <times/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>minus6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <plus/> 
          <ci>x</ci> 
          <apply> 
            <times/> 
            <ci>a</ci> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <plus/> 
          <ci>x</ci> 
          <apply> 
            <times/> 
            <ci>a</ci> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>minus7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <divide/> 
          <apply> 
            <plus/> 
            <ci>a</ci> 
            <ci>b</ci> 
          </apply> 
          <apply> 
            <minus/> 
            <ci>a</ci> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <divide/> 
          <apply> 
            <plus/> 
            <ci>a</ci> 
            <ci>b</ci> 
          </apply> 
          <apply> 
            <minus/> 
            <ci>a</ci> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>minus9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <cn>7</cn>
        <apply>
          <minus/>
          <cn>1</cn>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <cn>7</cn>
        <apply>
          <minus/>
          <cn>1</cn>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-minus8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <ci> x </ci> 
        <ci> y </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <ci> x </ci> 
        <ci> y </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>not</title>
<sect3><title>not1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <not/> 
        <apply> 
          <and/> 
          <ci> a </ci> 
          <ci> b </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <not/> 
        <apply> 
          <and/> 
          <ci> a </ci> 
          <ci> b </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-not2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <not/> 
        <ci> a </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <not/> 
        <ci> a </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-not3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <not/>
        <apply>
          <forall/>
          <bvar>
            <ci>s</ci>
          </bvar>
          <condition>
            <apply>
              <in/>
              <ci>s</ci>
              <ci>S</ci>
            </apply>
          </condition>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <not/>
        <apply>
          <forall/>
          <bvar>
            <ci>s</ci>
          </bvar>
          <condition>
            <apply>
              <in/>
              <ci>s</ci>
              <ci>S</ci>
            </apply>
          </condition>
        </apply>
      </apply>
    </mml:math></sect3>
</sect2>
<sect2><title>or</title>
<sect3><title>rec-or1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <or/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <or/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>plus</title>
<sect3><title>plus1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci>a</ci> 
        <apply> 
          <minus/> 
          <ci>b</ci> 
          <ci>c</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci>a</ci> 
        <apply> 
          <minus/> 
          <ci>b</ci> 
          <ci>c</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>plus2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci>a</ci> 
        <ci>b</ci> 
        <ci>c</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci>a</ci> 
        <ci>b</ci> 
        <ci>c</ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>plus3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <minus/> 
          <cn>1</cn> 
        </apply> 
        <cn>7</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <minus/> 
          <cn>1</cn> 
        </apply> 
        <cn>7</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>plus4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <cn>7</cn> 
        <apply> 
          <minus/> 
          <cn>1</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <cn>7</cn> 
        <apply> 
          <minus/> 
          <cn>1</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>plus6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/>
        <sin/>
        <cos/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/>
        <sin/>
        <cos/> 
      </apply> 
    </mml:math></sect3>
<sect3><title>plus7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply> 
        <apply> 
          <plus/>
          <sin/>
          <cos/> 
        </apply> 
        <ci>x</ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply> 
        <apply> 
          <plus/>
          <sin/>
          <cos/> 
        </apply> 
        <ci>x</ci>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-plus5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci> x </ci> 
        <ci> y </ci> 
        <ci> z </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci> x </ci> 
        <ci> y </ci> 
        <ci> z </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>power</title>
<sect3><title>power1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <apply> 
          <plus/> 
          <ci>x</ci> 
          <ci>y</ci> 
        </apply> 
        <apply> 
          <minus/> 
          <cn>n</cn> 
          <cn>3</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <apply> 
          <plus/> 
          <ci>x</ci> 
          <ci>y</ci> 
        </apply> 
        <apply> 
          <minus/> 
          <cn>n</cn> 
          <cn>3</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>power2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <apply> 
          <plus/> 
          <ci>x</ci> 
          <ci>y</ci> 
        </apply> 
        <apply> 
          <minus/> 
          <apply> 
            <minus/> 
            <cn>n</cn> 
            <cn>3</cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <apply> 
          <plus/> 
          <ci>x</ci> 
          <ci>y</ci> 
        </apply> 
        <apply> 
          <minus/> 
          <apply> 
            <minus/> 
            <cn>n</cn> 
            <cn>3</cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>power3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <power/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <ci>y</ci> 
          </apply> 
          <apply> 
            <minus/> 
            <cn>n</cn> 
            <cn>3</cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <power/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <ci>y</ci> 
          </apply> 
          <apply> 
            <minus/> 
            <cn>n</cn> 
            <cn>3</cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>power5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <exp/>
        <ci>x</ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <exp/>
        <ci>x</ci>
      </apply>
    </mml:math></sect3>
<sect3><title>power6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <exp/>
        <apply>
          <power/>
          <ci>x</ci>
          <ci>j</ci>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <exp/>
        <apply>
          <power/>
          <ci>x</ci>
          <ci>j</ci>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>power7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <exp/>
          <apply>
            <power/>
            <ci>x</ci>
            <ci>j</ci>
          </apply>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <exp/>
          <apply>
            <power/>
            <ci>x</ci>
            <ci>j</ci>
          </apply>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>power8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <power/> 
          <sin/> 
          <cn>2</cn> 
        </apply> 
        <apply> 
          <power/> 
          <cos/> 
          <cn>2</cn> 
        </apply> 
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <power/> 
          <sin/> 
          <cn>2</cn> 
        </apply> 
        <apply> 
          <power/> 
          <cos/> 
          <cn>2</cn> 
        </apply> 
      </apply>
    </mml:math></sect3>
<sect3><title>rec-power4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <ci> x </ci> 
        <cn> 3 </cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <ci> x </ci> 
        <cn> 3 </cn> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>quotient</title>
<sect3><title>rec-quotient1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <quotient/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <quotient/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>real</title>
<sect3><title>rec-real1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <real/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <real/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <apply> 
            <times/> 
            <cn> &#x02148; </cn> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>rem</title>
<sect3><title>rec-rem1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <rem/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <rem/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>root</title>
<sect3><title>rec-root1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <root/> 
        <degree> 
          <ci type='integer'> n </ci> 
        </degree> 
        <ci> a </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <root/> 
        <degree> 
          <ci type='integer'> n </ci> 
        </degree> 
        <ci> a </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>root2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <root/> 
        <degree> 
          <ci> n </ci> 
        </degree> 
        <apply> 
          <plus/> 
          <ci> a </ci> 
          <ci> b </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <root/> 
        <degree> 
          <ci> n </ci> 
        </degree> 
        <apply> 
          <plus/> 
          <ci> a </ci> 
          <ci> b </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>times</title>
<sect3><title>rec-times1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <times/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <times/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>times2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <times/> 
        <ci>x</ci> 
        <apply> 
          <plus/> 
          <ci>y</ci> 
          <ci>z</ci> 
        </apply> 
        <ci>z</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <times/> 
        <ci>x</ci> 
        <apply> 
          <plus/> 
          <ci>y</ci> 
          <ci>z</ci> 
        </apply> 
        <ci>z</ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>times3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <times/>
          <ci>a</ci>
          <ci>b</ci>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <times/>
          <ci>a</ci>
          <ci>b</ci>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>times4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <apply>
          <times/>
          <ci>a</ci>
          <ci>b</ci>
        </apply>
        <ci>c</ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <apply>
          <times/>
          <ci>a</ci>
          <ci>b</ci>
        </apply>
        <ci>c</ci>
      </apply>
    </mml:math></sect3>
<sect3><title>times5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <apply>
          <times/>
          <cn>2</cn>
          <ci>x</ci>
        </apply>
        <apply>
          <times/>
          <ci>a</ci>
          <ci>b</ci>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <apply>
          <times/>
          <cn>2</cn>
          <ci>x</ci>
        </apply>
        <apply>
          <times/>
          <ci>a</ci>
          <ci>b</ci>
        </apply>
      </apply>
    </mml:math></sect3>
<sect3><title>times6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <ci>x</ci>
        <apply>
          <times/>
          <ci>y</ci>
          <ci>z</ci>
        </apply>
        <ci>z</ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <plus/>
        <ci>x</ci>
        <apply>
          <times/>
          <ci>y</ci>
          <ci>z</ci>
        </apply>
        <ci>z</ci>
      </apply>
    </mml:math></sect3>
<sect3><title>times7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <plus/>
          <ci>x</ci>
          <apply>
            <times/>
            <ci>a</ci>
            <ci>b</ci>
          </apply>
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <minus/>
        <apply>
          <plus/>
          <ci>x</ci>
          <apply>
            <times/>
            <ci>a</ci>
            <ci>b</ci>
          </apply>
        </apply>
      </apply>
    </mml:math></sect3>
</sect2>
<sect2><title>xor</title>
<sect3><title>rec-xor1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <xor/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <xor/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>BasicContentElements</title>
<sect2><title>apply</title>
<sect3><title>rec-apply1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <cn>3</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <cn>3</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-apply2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <cn>3</cn> 
        <cn>4</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <cn>3</cn> 
        <cn>4</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-apply3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <ci>x</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <ci>x</ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-apply4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <minus/> 
          <tan/> 
          <cos/> 
        </apply> 
        <ci>x</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <minus/> 
          <tan/> 
          <cos/> 
        </apply> 
        <ci>x</ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>codomain</title>
<sect3><title>rec-codomain1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <codomain/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
        </apply> 
        <rationals/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <codomain/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
        </apply> 
        <rationals/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>compose</title>
<sect3><title>rec-compose1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <compose/> 
        <fn> 
          <ci> f </ci> 
        </fn> 
        <fn> 
          <ci> g </ci> 
        </fn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <compose/> 
        <fn> 
          <ci> f </ci> 
        </fn> 
        <fn> 
          <ci> g </ci> 
        </fn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-compose2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <compose/> 
        <ci type="fn"> f </ci> 
        <ci type="fn"> g </ci> 
        <ci type="fn"> h </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <compose/> 
        <ci type="fn"> f </ci> 
        <ci type="fn"> g </ci> 
        <ci type="fn"> h </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-compose3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <compose/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <fn> 
            <ci> g </ci> 
          </fn> 
        </apply> 
        <ci> x </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <compose/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <fn> 
            <ci> g </ci> 
          </fn> 
        </apply> 
        <ci> x </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-compose4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <fn> 
          <ci> f </ci> 
        </fn> 
        <apply> 
          <fn> 
            <ci> g </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <fn> 
          <ci> f </ci> 
        </fn> 
        <apply> 
          <fn> 
            <ci> g </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>condition</title>
<sect3><title>rec-condition1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <gt/> 
              <ci> x </ci> 
              <cn> 0 </cn> 
            </apply> 
            <apply> 
              <lt/> 
              <ci> x </ci> 
              <cn> 1 </cn> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <minus/> 
          <ci> x </ci> 
          <apply> 
            <sin/> 
            <ci> x </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <gt/> 
              <ci> x </ci> 
              <cn> 0 </cn> 
            </apply> 
            <apply> 
              <lt/> 
              <ci> x </ci> 
              <cn> 1 </cn> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <minus/> 
          <ci> x </ci> 
          <apply> 
            <sin/> 
            <ci> x </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>declare</title>
<sect3><title>rec-declare1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="vector"> 
        <ci> V </ci> 
      </declare> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="vector"> 
        <ci> V </ci> 
      </declare> 
    </mml:math></sect3>
<sect3><title>rec-declare2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="vector"> 
        <ci> V </ci> 
        <vector> 
          <cn> 1 </cn> 
          <cn> 2 </cn> 
          <cn> 3 </cn> 
        </vector> 
      </declare> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="vector"> 
        <ci> V </ci> 
        <vector> 
          <cn> 1 </cn> 
          <cn> 2 </cn> 
          <cn> 3 </cn> 
        </vector> 
      </declare> 
    </mml:math></sect3>
<sect3><title>rec-declare3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="fn" nargs="2" scope="local"> 
        <ci> f </ci> 
        <apply> 
          <plus/> 
          <ci> F </ci> 
          <ci> G </ci> 
        </apply> 
      </declare> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="fn" nargs="2" scope="local"> 
        <ci> f </ci> 
        <apply> 
          <plus/> 
          <ci> F </ci> 
          <ci> G </ci> 
        </apply> 
      </declare> 
    </mml:math></sect3>
<sect3><title>rec-declare4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="fn"> 
        <ci> J </ci> 
        <lambda> 
          <bvar> 
            <ci> x </ci> 
          </bvar> 
          <apply> 
            <ln/> 
            <ci> x </ci> 
          </apply> 
        </lambda> 
      </declare> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare type="fn"> 
        <ci> J </ci> 
        <lambda> 
          <bvar> 
            <ci> x </ci> 
          </bvar> 
          <apply> 
            <ln/> 
            <ci> x </ci> 
          </apply> 
        </lambda> 
      </declare> 
    </mml:math></sect3>
<sect3><title>rec-declare5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare> 
        <ci> v </ci> 
        <vector> 
          <cn> 1 </cn> 
          <cn> 2 </cn> 
          <cn> 3 </cn> 
        </vector> 
      </declare> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <declare> 
        <ci> v </ci> 
        <vector> 
          <cn> 1 </cn> 
          <cn> 2 </cn> 
          <cn> 3 </cn> 
        </vector> 
      </declare> 
    </mml:math></sect3>
</sect2>
<sect2><title>domain</title>
<sect3><title>rec-domain1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <domain/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
        </apply> 
        <reals/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <domain/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
        </apply> 
        <reals/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>domainofapplication</title>
<sect3><title>rec-domainofapplication1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <domainofapplication> 
          <ci> C </ci> 
        </domainofapplication> 
        <ci> f </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <domainofapplication> 
          <ci> C </ci> 
        </domainofapplication> 
        <ci> f </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>fn</title>
<sect3><title>fn1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <fn> 
          <ci>f</ci> 
        </fn> 
        <apply> 
          <fn> 
            <ci>g</ci> 
          </fn> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <fn> 
          <ci>f</ci> 
        </fn> 
        <apply> 
          <fn> 
            <ci>g</ci> 
          </fn> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>fn4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <fn>
          <ci> f </ci>
        </fn>
        <ci> x </ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <fn>
          <ci> f </ci>
        </fn>
        <ci> x </ci>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-fn2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <fn> 
        <ci> L </ci> 
      </fn> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <fn> 
        <ci> L </ci> 
      </fn> 
    </mml:math></sect3>
<sect3><title>rec-fn3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <fn> 
          <apply> 
            <plus/> 
            <ci> f </ci> 
            <ci> g </ci> 
          </apply> 
        </fn> 
        <ci>z</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <fn> 
          <apply> 
            <plus/> 
            <ci> f </ci> 
            <ci> g </ci> 
          </apply> 
        </fn> 
        <ci>z</ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>ident</title>
<sect3><title>ident1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <eq/> 
        <apply> 
          <compose/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <apply> 
            <inverse/> 
            <fn> 
              <ci> f </ci> 
            </fn> 
          </apply> 
        </apply> 
        <ident/> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <eq/> 
        <apply> 
          <compose/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <apply> 
            <inverse/> 
            <fn> 
              <ci> f </ci> 
            </fn> 
          </apply> 
        </apply> 
        <ident/> 
      </reln> 
    </mml:math></sect3>
<sect3><title>rec-ident2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <compose/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <apply> 
            <inverse/> 
            <fn> 
              <ci> f </ci> 
            </fn> 
          </apply> 
        </apply> 
        <ident/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <compose/> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <apply> 
            <inverse/> 
            <fn> 
              <ci> f </ci> 
            </fn> 
          </apply> 
        </apply> 
        <ident/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>image</title>
<sect3><title>rec-image1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <image/> 
          <sin/> 
        </apply> 
        <interval> 
          <cn>-1</cn> 
          <cn> 1 </cn> 
        </interval> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <image/> 
          <sin/> 
        </apply> 
        <interval> 
          <cn>-1</cn> 
          <cn> 1 </cn> 
        </interval> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>interval</title>
<sect3><title>rec-interval1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <interval> 
        <ci> a </ci> 
        <ci> b </ci> 
      </interval> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <interval> 
        <ci> a </ci> 
        <ci> b </ci> 
      </interval> 
    </mml:math></sect3>
<sect3><title>rec-interval2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <interval closure="open-closed"> 
        <ci> a </ci> 
        <ci> b </ci> 
      </interval> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <interval closure="open-closed"> 
        <ci> a </ci> 
        <ci> b </ci> 
      </interval> 
    </mml:math></sect3>
</sect2>
<sect2><title>inverse</title>
<sect3><title>rec-inverse1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <inverse/> 
        <ci> f </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <inverse/> 
        <ci> f </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-inverse2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <inverse definitionURL="../MyDefinition.htm" encoding="text"/> 
        <ci> f </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <inverse definitionURL="../MyDefinition.htm" encoding="text"/> 
        <ci> f </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-inverse3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <inverse/> 
          <ci type="matrix"> a </ci> 
        </apply> 
        <ci> A </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <inverse/> 
          <ci type="matrix"> a </ci> 
        </apply> 
        <ci> A </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-inverse4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <inverse/> 
          <sin/> 
        </apply> 
        <ci> x </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <apply> 
          <inverse/> 
          <sin/> 
        </apply> 
        <ci> x </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>lambda</title>
<sect3><title>rec-lambda1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <lambda> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <sin/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <cn> 1 </cn> 
          </apply> 
        </apply> 
      </lambda> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <lambda> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <sin/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <cn> 1 </cn> 
          </apply> 
        </apply> 
      </lambda> 
    </mml:math></sect3>
<sect3><title>rec-lambda2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <lambda> 
        <bvar> 
          <ci> b </ci> 
        </bvar> 
        <apply> 
          <int/> 
          <bvar> 
            <ci> x </ci> 
          </bvar> 
          <lowlimit> 
            <ci> a </ci> 
          </lowlimit> 
          <uplimit> 
            <ci> b </ci> 
          </uplimit> 
          <apply> 
            <fn> 
              <ci> f </ci> 
            </fn> 
            <ci> x </ci> 
          </apply> 
        </apply> 
      </lambda> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <lambda> 
        <bvar> 
          <ci> b </ci> 
        </bvar> 
        <apply> 
          <int/> 
          <bvar> 
            <ci> x </ci> 
          </bvar> 
          <lowlimit> 
            <ci> a </ci> 
          </lowlimit> 
          <uplimit> 
            <ci> b </ci> 
          </uplimit> 
          <apply> 
            <fn> 
              <ci> f </ci> 
            </fn> 
            <ci> x </ci> 
          </apply> 
        </apply> 
      </lambda> 
    </mml:math></sect3>
<sect3><title>rec-lambda3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <lambda> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <cn> 3 </cn> 
      </lambda> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <lambda> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <cn> 3 </cn> 
      </lambda> 
    </mml:math></sect3>
</sect2>
<sect2><title>piecewise</title>
<sect3><title>rec-piecewise1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <piecewise> 
        <piece> 
          <cn> 0 </cn> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
        <otherwise> 
          <ci> x </ci> 
        </otherwise> 
      </piecewise> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <piecewise> 
        <piece> 
          <cn> 0 </cn> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
        <otherwise> 
          <ci> x </ci> 
        </otherwise> 
      </piecewise> 
    </mml:math></sect3>
<sect3><title>rec-piecewise2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <piecewise> 
        <piece> 
          <apply> 
            <minus/> 
            <ci> x </ci> 
          </apply> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
        <piece> 
          <cn> 0 </cn> 
          <apply> 
            <eq/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
        <piece> 
          <ci> x </ci> 
          <apply> 
            <gt/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
      </piecewise> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <piecewise> 
        <piece> 
          <apply> 
            <minus/> 
            <ci> x </ci> 
          </apply> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
        <piece> 
          <cn> 0 </cn> 
          <apply> 
            <eq/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
        <piece> 
          <ci> x </ci> 
          <apply> 
            <gt/> 
            <ci> x </ci> 
            <cn> 0 </cn> 
          </apply> 
        </piece> 
      </piecewise> 
    </mml:math></sect3>
</sect2>
<sect2><title>reln</title>
<sect3><title>rec-reln1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <eq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <eq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </reln> 
    </mml:math></sect3>
<sect3><title>rec-reln2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <lt/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <lt/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </reln> 
    </mml:math></sect3>
<sect3><title>rec-reln3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <lt/> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
        <cn> 10 </cn> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <lt/> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
        <cn> 10 </cn> 
      </reln> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>Calculus</title>
<sect2><title>bvar</title>
<sect3><title>rec-bvar1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <diff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <cn> 2 </cn> 
          </degree> 
        </bvar> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 4 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <diff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <cn> 2 </cn> 
          </degree> 
        </bvar> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 4 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-bvar2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci> D </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci> D </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>curl</title>
<sect3><title>rec-curl1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <curl/> 
        <ci> a </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <curl/> 
        <ci> a </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>degree</title>
<sect3><title>degree2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <moment/>
        <degree>
          <cn> 3 </cn>
        </degree>
        <ci> X </ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <moment/>
        <degree>
          <cn> 3 </cn>
        </degree>
        <ci> X </ci>
      </apply>
    </mml:math></sect3>
<sect3><title>rec-degree1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <ci> n </ci> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
          <degree> 
            <ci> m </ci> 
          </degree> 
        </bvar> 
        <apply> 
          <sin/> 
          <apply> 
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <ci> n </ci> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
          <degree> 
            <ci> m </ci> 
          </degree> 
        </bvar> 
        <apply> 
          <sin/> 
          <apply> 
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>diff</title>
<sect3><title>rec-diff1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <diff/> 
        <ci> g </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <diff/> 
        <ci> g </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-diff2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <diff/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <diff/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>divergence</title>
<sect3><title>rec-divergence1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divergence/> 
        <ci> a </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divergence/> 
        <ci> a </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-divergence2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> V </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto/> 
            <ci> V </ci> 
            <cn> 0 </cn> 
          </apply> 
        </condition> 
        <apply> 
          <divide/> 
          <apply> 
            <int encoding="text" definitionURL="SurfaceIntegrals.htm"/> 
            <bvar> 
              <ci> S </ci> 
            </bvar> 
            <ci> a </ci> 
          </apply> 
          <ci> V </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> V </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto/> 
            <ci> V </ci> 
            <cn> 0 </cn> 
          </apply> 
        </condition> 
        <apply> 
          <divide/> 
          <apply> 
            <int encoding="text" definitionURL="SurfaceIntegrals.htm"/> 
            <bvar> 
              <ci> S </ci> 
            </bvar> 
            <ci> a </ci> 
          </apply> 
          <ci> V </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>grad</title>
<sect3><title>rec-grad1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <grad/> 
        <ci> f </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <grad/> 
        <ci> f </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>int</title>
<sect3><title>int1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <apply> 
          <fn> 
            <ci>f</ci> 
          </fn> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <apply> 
          <fn> 
            <ci>f</ci> 
          </fn> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>int2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <uplimit> 
          <ci> a </ci> 
        </uplimit> 
        <apply> 
          <plus/> 
          <ci> a </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <uplimit> 
          <ci> a </ci> 
        </uplimit> 
        <apply> 
          <plus/> 
          <ci> a </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-int3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <uplimit> 
          <ci> a </ci> 
        </uplimit> 
        <apply> 
          <ci> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <uplimit> 
          <ci> a </ci> 
        </uplimit> 
        <apply> 
          <ci> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-int4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <interval> 
          <ci> a </ci> 
          <ci> b </ci> 
        </interval> 
        <apply> 
          <cos/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <interval> 
          <ci> a </ci> 
          <ci> b </ci> 
        </interval> 
        <apply> 
          <cos/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-int5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> D </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> D </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-int6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <uplimit> 
          <ci> a </ci> 
        </uplimit> 
        <apply>
          <divide/> 
          <ci> 1 </ci> 
          <ci> x </ci> 
        </apply>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <uplimit> 
          <ci> a </ci> 
        </uplimit> 
        <apply>
          <divide/> 
          <ci> 1 </ci> 
          <ci> x </ci> 
        </apply>
      </apply>
    </mml:math></sect3>
</sect2>
<sect2><title>laplacian</title>
<sect3><title>rec-laplacian1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <laplacian/> 
          <ci> f </ci> 
        </apply> 
        <apply> 
          <divergence/> 
          <apply> 
            <grad/> 
            <ci> f </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <laplacian/> 
          <ci> f </ci> 
        </apply> 
        <apply> 
          <divergence/> 
          <apply> 
            <grad/> 
            <ci> f </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>lowlimit</title>
<sect3><title>rec-lowlimit1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>partialdiff</title>
<sect3><title>partialdiff1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <cn> 2 </cn> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
        </bvar> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <cn> 2 </cn> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
        </bvar> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>partialdiff2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <ci> n </ci> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
          <degree> 
            <ci> m </ci> 
          </degree> 
        </bvar> 
        <apply> 
          <sin/> 
          <apply> 
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <ci> n </ci> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
          <degree> 
            <ci> m </ci> 
          </degree> 
        </bvar> 
        <apply> 
          <sin/> 
          <apply> 
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-partialdiff3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <ci> m </ci> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
          <degree> 
            <ci> n </ci> 
          </degree> 
        </bvar> 
        <degree> 
          <ci> k </ci> 
        </degree> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <ci> m </ci> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
          <degree> 
            <ci> n </ci> 
          </degree> 
        </bvar> 
        <degree> 
          <ci> k </ci> 
        </degree> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-partialdiff4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
        </bvar> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
        </bvar> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-partialdiff5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <list> 
          <cn>1</cn> 
          <cn>1</cn> 
          <cn>3</cn> 
        </list> 
        <ci type="fn">f</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <list> 
          <cn>1</cn> 
          <cn>1</cn> 
          <cn>3</cn> 
        </list> 
        <ci type="fn">f</ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>uplimit</title>
<sect3><title>rec-uplimit1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>ConstantsAndSymbols</title>
<sect2><title>complexes</title>
<sect3><title>rec-complexes1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="complex-cartesian">17 
          <sep/>29 
        </cn> 
        <complexes/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="complex-cartesian">17 
          <sep/>29 
        </cn> 
        <complexes/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>emptyset</title>
<sect3><title>rec-emptyset1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <neq/> 
        <integers/> 
        <emptyset/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <neq/> 
        <integers/> 
        <emptyset/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>eulergamma</title>
<sect3><title>rec-eulergamma1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <eulergamma/> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <eulergamma/> 
    </mml:math></sect3>
</sect2>
<sect2><title>exponentiale</title>
<sect3><title>rec-exponentiale1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <ln/> 
          <exponentiale/> 
        </apply> 
        <cn>1</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <ln/> 
          <exponentiale/> 
        </apply> 
        <cn>1</cn> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>false</title>
<sect3><title>rec-false1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <and/> 
          <false/> 
          <ci type = "logical">P</ci> 
        </apply> 
        <false/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <and/> 
          <false/> 
          <ci type = "logical">P</ci> 
        </apply> 
        <false/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>imaginaryi</title>
<sect3><title>rec-imaginaryi1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <power/> 
          <imaginaryi/> 
          <cn>2</cn> 
        </apply> 
        <cn>-1</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <power/> 
          <imaginaryi/> 
          <cn>2</cn> 
        </apply> 
        <cn>-1</cn> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>infinity</title>
<sect3><title>rec-infinity1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <infinity/> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <infinity/> 
    </mml:math></sect3>
</sect2>
<sect2><title>integers</title>
<sect3><title>rec-integers1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="integer"> 42 </cn> 
        <integers/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="integer"> 42 </cn> 
        <integers/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>naturalnumbers</title>
<sect3><title>rec-naturalnumbers1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="integer">1729</cn> 
        <naturalnumbers/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="integer">1729</cn> 
        <naturalnumbers/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>notanumber</title>
<sect3><title>rec-notanumber1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <divide/> 
          <cn>0</cn> 
          <cn>0</cn> 
        </apply> 
        <notanumber/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <divide/> 
          <cn>0</cn> 
          <cn>0</cn> 
        </apply> 
        <notanumber/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>pi</title>
<sect3><title>rec-pi1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <approx/> 
        <pi/> 
        <cn type = "rational">22 
          <sep/>7 
        </cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <approx/> 
        <pi/> 
        <cn type = "rational">22 
          <sep/>7 
        </cn> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>primes</title>
<sect3><title>rec-primes1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="integer">17</cn> 
        <primes/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="integer">17</cn> 
        <primes/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>rationals</title>
<sect3><title>rec-rationals1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="rational"> 22 
          <sep/>7 
        </cn> 
        <rationals/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="rational"> 22 
          <sep/>7 
        </cn> 
        <rationals/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>reals</title>
<sect3><title>rec-reals1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="real"> 44.997 </cn> 
        <reals/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <cn type="real"> 44.997 </cn> 
        <reals/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>true</title>
<sect3><title>rec-true1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <or/> 
          <true/> 
          <ci type = "logical">P</ci> 
        </apply> 
        <true/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <or/> 
          <true/> 
          <ci type = "logical">P</ci> 
        </apply> 
        <true/> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>ElementaryFunctions</title>
<sect2><title>arccos</title>
<sect3><title>arccos1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccos/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccos/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccos2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccos/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccos/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccos4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <arccos/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <arccos/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arccosh</title>
<sect3><title>arccosh1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccosh/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccosh/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccosh2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccosh/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccosh/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccosh3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccosh/> 
        <apply> 
          <divide/> 
          <apply> 
            <times/> 
            <cn>5</cn> 
            <cn>&#x003C0;</cn> 
          </apply> 
          <cn>6</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccosh/> 
        <apply> 
          <divide/> 
          <apply> 
            <times/> 
            <cn>5</cn> 
            <cn>&#x003C0;</cn> 
          </apply> 
          <cn>6</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccosh4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <arccosh/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <arccosh/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arccot</title>
<sect3><title>arccot1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccot/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccot/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccot2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccot/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccot/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccot3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccot/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccot/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arccoth</title>
<sect3><title>arccoth1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccoth/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccoth/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccoth2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccoth/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccoth/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccoth3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccoth/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccoth/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arccsc</title>
<sect3><title>arccsc1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsc/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsc/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccsc2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsc/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsc/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccsc3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccsc/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccsc/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arccsch</title>
<sect3><title>arccsch1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsch/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsch/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccsch2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsch/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arccsch/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arccsch3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccsch/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arccsch/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arcsec</title>
<sect3><title>arcsec1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsec/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsec/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsec2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsec/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsec/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsec3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsec/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsec/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arcsech</title>
<sect3><title>arcsech1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsech/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsech/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsech2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsech/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsech/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsech3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsech/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsech/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arcsin</title>
<sect3><title>arcsin1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsin/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsin/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsin2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsin/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsin/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsin3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsin/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsin/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>factorial3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <times/> 
        <apply>
          <arcsin/> 
          <apply>
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
        <apply>
          <times/> 
          <cn>2</cn> 
          <ci>b</ci> 
        </apply> 
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <times/> 
        <apply>
          <arcsin/> 
          <apply>
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
        <apply>
          <times/> 
          <cn>2</cn> 
          <ci>b</ci> 
        </apply> 
      </apply>
    </mml:math></sect3>
</sect2>
<sect2><title>arcsinh</title>
<sect3><title>arcsinh1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsinh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsinh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsinh2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsinh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arcsinh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arcsinh3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsinh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arcsinh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arctan</title>
<sect3><title>arctan1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctan/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctan/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arctan2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctan/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctan/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arctan3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arctan/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arctan/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>arctanh</title>
<sect3><title>arctanh1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctanh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctanh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arctanh2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctanh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <arctanh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>arctanh3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arctanh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <arctanh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>cos</title>
<sect3><title>cos1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cos/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cos/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cos2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cos/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cos/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cos3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cos/> 
        <apply> 
          <divide/> 
          <apply> 
            <times/> 
            <cn>5</cn> 
            <cn>&#x003C0;</cn> 
          </apply> 
          <cn>6</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cos/> 
        <apply> 
          <divide/> 
          <apply> 
            <times/> 
            <cn>5</cn> 
            <cn>&#x003C0;</cn> 
          </apply> 
          <cn>6</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cos4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <cos/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <cos/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>cosh</title>
<sect3><title>cosh1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cosh/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cosh/> 
        <cn>&#x003C0;</cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cosh2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cosh/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cosh/> 
        <apply> 
          <times/> 
          <cn>5</cn> 
          <cn>&#x003C0;</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cosh3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cosh/> 
        <apply> 
          <divide/> 
          <apply> 
            <times/> 
            <cn>5</cn> 
            <cn>&#x003C0;</cn> 
          </apply> 
          <cn>6</cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cosh/> 
        <apply> 
          <divide/> 
          <apply> 
            <times/> 
            <cn>5</cn> 
            <cn>&#x003C0;</cn> 
          </apply> 
          <cn>6</cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cosh4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <cosh/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <cosh/> 
          <apply> 
            <plus/> 
            <apply> 
              <times/> 
              <cn>2</cn> 
              <ci>x</ci> 
            </apply> 
            <apply> 
              <divide/> 
              <cn>&#x003C0;</cn> 
              <cn>2</cn> 
            </apply> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>cot</title>
<sect3><title>cot1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cot/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cot/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cot2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cot/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cot/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>cot3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <cot/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <cot/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>coth</title>
<sect3><title>coth1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <coth/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <coth/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>coth2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <coth/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <coth/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>coth3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <coth/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <coth/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>csc</title>
<sect3><title>csc1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csc/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csc/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>csc2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csc/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csc/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>csc3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <csc/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <csc/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>csch</title>
<sect3><title>csch1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csch/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csch/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>csch2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csch/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csch/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>csch3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <csch/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <csch/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>exp</title>
<sect3><title>exp1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <exp/> 
        <apply> 
          <power/> 
          <ci>x</ci> 
          <ci>j</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <exp/> 
        <apply> 
          <power/> 
          <ci>x</ci> 
          <ci>j</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>exp2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <exp/> 
          <apply> 
            <power/> 
            <ci>x</ci> 
            <ci>j</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <exp/> 
          <apply> 
            <power/> 
            <ci>x</ci> 
            <ci>j</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-exp3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <exp/> 
        <ci> x </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <exp/> 
        <ci> x </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>ln</title>
<sect3><title>rec-ln1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <ln/> 
        <ci> a </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <ln/> 
        <ci> a </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>log</title>
<sect3><title>log1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <log/> 
        <logbase> 
          <cn> 3 </cn> 
        </logbase> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <log/> 
        <logbase> 
          <cn> 3 </cn> 
        </logbase> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-log2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <log/> 
        <logbase> 
          <cn> 3 </cn> 
        </logbase> 
        <ci> x </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <log/> 
        <logbase> 
          <cn> 3 </cn> 
        </logbase> 
        <ci> x </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>rec-trig1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <plus/> 
          <apply> 
            <power/> 
            <ci> x </ci> 
            <cn> 3 </cn> 
          </apply> 
          <apply> 
            <cos/> 
            <ci> x </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <plus/> 
          <apply> 
            <power/> 
            <ci> x </ci> 
            <cn> 3 </cn> 
          </apply> 
          <apply> 
            <cos/> 
            <ci> x </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>rec-trig2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <plus/> 
          <apply> 
            <cos/> 
            <ci> x </ci> 
          </apply> 
          <apply> 
            <power/> 
            <ci> x </ci> 
            <cn> 3 </cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <plus/> 
          <apply> 
            <cos/> 
            <ci> x </ci> 
          </apply> 
          <apply> 
            <power/> 
            <ci> x </ci> 
            <cn> 3 </cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>sec</title>
<sect3><title>sec1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sec/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sec/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sec2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sec/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sec/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sec3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sec/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sec/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>sech</title>
<sect3><title>sech1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sech/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sech/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sech2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sech/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sech/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sech3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sech/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sech/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>sin</title>
<sect3><title>factorial3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <times/> 
        <apply>
          <sin/> 
          <apply>
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
        <apply>
          <times/> 
          <cn>2</cn> 
          <ci>b</ci> 
        </apply> 
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <times/> 
        <apply>
          <sin/> 
          <apply>
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
        <apply>
          <times/> 
          <cn>2</cn> 
          <ci>b</ci> 
        </apply> 
      </apply>
    </mml:math></sect3>
<sect3><title>sin1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sin2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sin/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sin3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sin/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sin/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>sinh</title>
<sect3><title>sinh1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sinh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sinh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sinh2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sinh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sinh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sinh3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sinh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <sinh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>tan</title>
<sect3><title>tan1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tan/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tan/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>tan2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tan/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tan/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>tan3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <tan/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <tan/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>tanh</title>
<sect3><title>tanh1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tanh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tanh/> 
        <apply> 
          <plus/> 
          <ci>a</ci> 
          <ci>b</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>tanh2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tanh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tanh/> 
        <apply> 
          <times/> 
          <ci>x</ci> 
          <apply> 
            <plus/> 
            <ci>y</ci> 
            <ci>z</ci> 
          </apply> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>tanh3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <tanh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <cn>1</cn> 
        <apply> 
          <tanh/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>trigonometry_3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide /> 
        <apply> 
          <times/> 
          <apply> 
            <sec/> 
            <apply> 
              <times/> 
              <ci> x </ci> 
              <ci> y </ci> 
            </apply> 
          </apply> 
          <apply> 
            <times/> 
            <cn>2</cn> 
            <ci>b</ci> 
          </apply> 
        </apply> 
        <apply> 
          <tan /> 
          <apply> 
            <plus /> 
            <cn>x</cn> 
            <cn>y</cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide /> 
        <apply> 
          <times/> 
          <apply> 
            <sec/> 
            <apply> 
              <times/> 
              <ci> x </ci> 
              <ci> y </ci> 
            </apply> 
          </apply> 
          <apply> 
            <times/> 
            <cn>2</cn> 
            <ci>b</ci> 
          </apply> 
        </apply> 
        <apply> 
          <tan /> 
          <apply> 
            <plus /> 
            <cn>x</cn> 
            <cn>y</cn> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>trigonometry_4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <sin/> 
          <ci>x</ci> 
        </apply> 
        <apply> 
          <cos/> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <sin/> 
          <ci>x</ci> 
        </apply> 
        <apply> 
          <cos/> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>trigonometry_5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <cos/> 
          <ci>t</ci> 
        </apply> 
        <apply> 
          <sin/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <cos/> 
          <ci>t</ci> 
        </apply> 
        <apply> 
          <sin/> 
          <ci>t</ci> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>trigonometry_6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <apply> 
          <divide/> 
          <apply> 
            <sin/> 
            <ci>x</ci> 
          </apply> 
          <apply> 
            <cos/> 
            <ci>x</ci> 
          </apply> 
        </apply> 
        <cn>2</cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <power/> 
        <apply> 
          <divide/> 
          <apply> 
            <sin/> 
            <ci>x</ci> 
          </apply> 
          <apply> 
            <cos/> 
            <ci>x</ci> 
          </apply> 
        </apply> 
        <cn>2</cn> 
      </apply> 
    </mml:math></sect2>
<sect2><title>trigonometry_7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <minus/> 
          <cn>1</cn> 
          <apply> 
            <cos/> 
            <ci>x</ci> 
          </apply> 
        </apply> 
        <apply> 
          <sin/> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <divide/> 
        <apply> 
          <minus/> 
          <cn>1</cn> 
          <apply> 
            <cos/> 
            <ci>x</ci> 
          </apply> 
        </apply> 
        <apply> 
          <sin/> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>trigonometry_8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <cos/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <tan/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <sec/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <csc/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <cot/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <sinh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <cosh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <tanh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <sech/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <csch/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <coth/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsin/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccos/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arctan/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsec/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccsc/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccot/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsinh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccosh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arctanh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsech/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccsch/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccoth/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <cos/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <tan/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <sec/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <csc/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <cot/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <sinh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <cosh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <tanh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <sech/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <csch/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <coth/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsin/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccos/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arctan/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsec/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccsc/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccot/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsinh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccosh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arctanh/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arcsech/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccsch/> 
          <ci> x </ci> 
        </apply> 
        <apply> 
          <arccoth/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect2>
</sect1>
<sect1><title>LinearAlgebra</title>
<sect2><title>determinant</title>
<sect3><title>rec-determinant1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <determinant/> 
        <ci type="matrix"> A </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <determinant/> 
        <ci type="matrix"> A </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>matrix</title>
<sect3><title>inverse1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <apply>
          <inverse/>
          <ci type="matrix"> a </ci>
        </apply>
        <ci> A </ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <apply>
          <inverse/>
          <ci type="matrix"> a </ci>
        </apply>
        <ci> A </ci>
      </apply>
    </mml:math></sect3>
<sect3><title>matrix3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <ci> c </ci> 
        </matrixrow> 
      </matrix> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <ci> c </ci> 
        </matrixrow> 
      </matrix> 
    </mml:math></sect3>
<sect3><title>rec-matrix1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <cn> 0 </cn> 
          <cn> 1 </cn> 
          <cn> 0 </cn> 
        </matrixrow> 
        <matrixrow> 
          <cn> 0 </cn> 
          <cn> 0 </cn> 
          <cn> 1 </cn> 
        </matrixrow> 
        <matrixrow> 
          <cn> 1 </cn> 
          <cn> 0 </cn> 
          <cn> 0 </cn> 
        </matrixrow> 
      </matrix> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <cn> 0 </cn> 
          <cn> 1 </cn> 
          <cn> 0 </cn> 
        </matrixrow> 
        <matrixrow> 
          <cn> 0 </cn> 
          <cn> 0 </cn> 
          <cn> 1 </cn> 
        </matrixrow> 
        <matrixrow> 
          <cn> 1 </cn> 
          <cn> 0 </cn> 
          <cn> 0 </cn> 
        </matrixrow> 
      </matrix> 
    </mml:math></sect3>
<sect3><title>rec-matrix2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <cn> 1 </cn> 
          <cn> 2 </cn> 
        </matrixrow> 
        <matrixrow> 
          <cn> 3 </cn> 
          <cn> 4 </cn> 
        </matrixrow> 
      </matrix> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <cn> 1 </cn> 
          <cn> 2 </cn> 
        </matrixrow> 
        <matrixrow> 
          <cn> 3 </cn> 
          <cn> 4 </cn> 
        </matrixrow> 
      </matrix> 
    </mml:math></sect3>
<sect3><title>rec-matrix3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <cn>0</cn> 
          <cn>1</cn> 
          <cn>0</cn> 
          <cn>0</cn> 
        </matrixrow> 
        <matrixrow> 
          <cn>0</cn> 
          <cn>0</cn> 
          <cn>1</cn> 
          <cn>0</cn> 
        </matrixrow> 
        <matrixrow> 
          <cn>1</cn> 
          <cn>0</cn> 
          <cn>0</cn> 
          <cn>0</cn> 
        </matrixrow> 
      </matrix>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <cn>0</cn> 
          <cn>1</cn> 
          <cn>0</cn> 
          <cn>0</cn> 
        </matrixrow> 
        <matrixrow> 
          <cn>0</cn> 
          <cn>0</cn> 
          <cn>1</cn> 
          <cn>0</cn> 
        </matrixrow> 
        <matrixrow> 
          <cn>1</cn> 
          <cn>0</cn> 
          <cn>0</cn> 
          <cn>0</cn> 
        </matrixrow> 
      </matrix>
    </mml:math></sect3>
</sect2>
<sect2><title>outerproduct</title>
<sect3><title>rec-outerproduct1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <outerproduct/> 
        <ci type="vector">A</ci> 
        <ci type="vector">B</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <outerproduct/> 
        <ci type="vector">A</ci> 
        <ci type="vector">B</ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>scalarproduct</title>
<sect3><title>rec-scalarproduct1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <scalarproduct/> 
          <ci type="vector"> A </ci> 
          <ci type="vector">B</ci> 
        </apply> 
        <apply> 
          <times/> 
          <ci> a </ci> 
          <ci> b </ci> 
          <apply> 
            <cos/> 
            <ci> &#x003B8; </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <scalarproduct/> 
          <ci type="vector"> A </ci> 
          <ci type="vector">B</ci> 
        </apply> 
        <apply> 
          <times/> 
          <ci> a </ci> 
          <ci> b </ci> 
          <apply> 
            <cos/> 
            <ci> &#x003B8; </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>selector</title>
<sect3><title>rec-selector1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <selector/> 
        <matrix> 
          <matrixrow> 
            <cn> 1 </cn> 
            <cn> 2 </cn> 
          </matrixrow> 
          <matrixrow> 
            <cn> 3 </cn> 
            <cn> 4 </cn> 
          </matrixrow> 
        </matrix> 
        <cn> 1 </cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <selector/> 
        <matrix> 
          <matrixrow> 
            <cn> 1 </cn> 
            <cn> 2 </cn> 
          </matrixrow> 
          <matrixrow> 
            <cn> 3 </cn> 
            <cn> 4 </cn> 
          </matrixrow> 
        </matrix> 
        <cn> 1 </cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-selector2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <selector/> 
        <ci type="matrix"> A </ci> 
        <cn> 3 </cn> 
        <cn> 2 </cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <selector/> 
        <ci type="matrix"> A </ci> 
        <cn> 3 </cn> 
        <cn> 2 </cn> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>transpose</title>
<sect3><title>rec-transpose1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <transpose/> 
        <ci type="matrix"> A </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <transpose/> 
        <ci type="matrix"> A </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>vector</title>
<sect3><title>rec-vector1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <vector> 
        <cn> 1 </cn> 
        <cn> 2 </cn> 
        <cn> 3 </cn> 
        <ci> x </ci> 
      </vector> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <vector> 
        <cn> 1 </cn> 
        <cn> 2 </cn> 
        <cn> 3 </cn> 
        <ci> x </ci> 
      </vector> 
    </mml:math></sect3>
<sect3><title>rec-vector2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <vector> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
        <cn> 3 </cn> 
        <cn> 7 </cn> 
      </vector> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <vector> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <ci> y </ci> 
        </apply> 
        <cn> 3 </cn> 
        <cn> 7 </cn> 
      </vector> 
    </mml:math></sect3>
<sect3><title>vector3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <vector> 
        <ci> c </ci> 
      </vector> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <vector> 
        <ci> c </ci> 
      </vector> 
    </mml:math></sect3>
</sect2>
<sect2><title>vectorproduct</title>
<sect3><title>rec-vectorproduct1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <vectorproduct/> 
          <ci type="vector"> A </ci> 
          <ci type="vector"> B </ci> 
        </apply> 
        <apply> 
          <times/> 
          <ci> a </ci> 
          <ci> b </ci> 
          <apply> 
            <sin/> 
            <ci> &#x003B8; </ci> 
          </apply> 
          <ci type="vector"> N </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <vectorproduct/> 
          <ci type="vector"> A </ci> 
          <ci type="vector"> B </ci> 
        </apply> 
        <apply> 
          <times/> 
          <ci> a </ci> 
          <ci> b </ci> 
          <apply> 
            <sin/> 
            <ci> &#x003B8; </ci> 
          </apply> 
          <ci type="vector"> N </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>Relations</title>
<sect2><title>approx</title>
<sect3><title>rec-approx1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <approx/> 
        <cn type="rational"> 22 
          <sep/> 7 
        </cn> 
        <cn type="constant"> &#x003C0; </cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <approx/> 
        <cn type="rational"> 22 
          <sep/> 7 
        </cn> 
        <cn type="constant"> &#x003C0; </cn> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>eq</title>
<sect3><title>eq2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <eq/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <eq/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-eq1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>equivalent</title>
<sect3><title>rec-equivalent1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <equivalent/> 
        <ci> a </ci> 
        <apply> 
          <not/> 
          <apply> 
            <not/> 
            <ci> a </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <equivalent/> 
        <ci> a </ci> 
        <apply> 
          <not/> 
          <apply> 
            <not/> 
            <ci> a </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>factorof</title>
<sect3><title>rec-factorof1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorof/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorof/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>geq</title>
<sect3><title>geq2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <geq/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <geq/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-geq1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <geq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <geq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>gt</title>
<sect3><title>gt2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <gt/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <gt/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-gt1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <gt/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <gt/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>leq</title>
<sect3><title>rec-leq1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <leq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <leq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>lt</title>
<sect3><title>lt2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <lt/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <lt/>
        <ci> a </ci>
        <ci> b </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-lt1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <lt/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <lt/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>neq</title>
<sect3><title>neq2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <neq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <neq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </reln> 
    </mml:math></sect3>
<sect3><title>rec-neq1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <neq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <neq/> 
        <ci> a </ci> 
        <ci> b </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>SemanticMappingElements</title>
<sect2><title>annotation</title>
<sect3><title>rec-annotation1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <semantics> 
        <apply> 
          <plus/> 
          <apply> 
            <sin/> 
            <ci> x </ci> 
          </apply> 
          <cn> 5 </cn> 
        </apply> 
        <annotation encoding="TeX">\sin x + 5 
        </annotation> 
      </semantics> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <semantics> 
        <apply> 
          <plus/> 
          <apply> 
            <sin/> 
            <ci> x </ci> 
          </apply> 
          <cn> 5 </cn> 
        </apply> 
        <annotation encoding="TeX">\sin x + 5 
        </annotation> 
      </semantics> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>SequencesAndSeries</title>
<sect2><title>limit</title>
<sect3><title>limit1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </reln> 
        </condition> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </reln> 
        </condition> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>limit2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>limit3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </reln> 
        </condition> 
        <apply> 
          <sin/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </reln> 
        </condition> 
        <apply> 
          <sin/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>limit4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <sin/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <sin/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>limit5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </reln> 
        </condition> 
        <apply> 
          <times/> 
          <apply> 
            <sin/> 
            <apply> 
              <times/> 
              <ci> x </ci> 
              <ci> y </ci> 
            </apply> 
          </apply> 
          <apply> 
            <times/> 
            <cn>2</cn> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </reln> 
        </condition> 
        <apply> 
          <times/> 
          <apply> 
            <sin/> 
            <apply> 
              <times/> 
              <ci> x </ci> 
              <ci> y </ci> 
            </apply> 
          </apply> 
          <apply> 
            <times/> 
            <cn>2</cn> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>limit6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <times/> 
          <apply> 
            <sin/> 
            <apply> 
              <times/> 
              <ci> x </ci> 
              <ci> y </ci> 
            </apply> 
          </apply> 
          <apply> 
            <times/> 
            <cn>2</cn> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <times/> 
          <apply> 
            <sin/> 
            <apply> 
              <times/> 
              <ci> x </ci> 
              <ci> y </ci> 
            </apply> 
          </apply> 
          <apply> 
            <times/> 
            <cn>2</cn> 
            <ci>b</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>limit7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-limit8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <cn> 0 </cn> 
        </lowlimit> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-limit9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <limit/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <tendsto type="above"/> 
            <ci> x </ci> 
            <ci> a </ci> 
          </apply> 
        </condition> 
        <apply> 
          <sin/> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>product</title>
<sect3><title>product1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>product2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </reln> 
        </condition> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </reln> 
        </condition> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-product3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
      <apply> 
        <product/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>sum</title>
<sect3><title>rec-sum1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </apply> 
        </condition> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sum2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>sum3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </reln> 
        </condition> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sum/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <in/> 
            <ci> x </ci> 
            <ci type="set"> B </ci> 
          </reln> 
        </condition> 
        <apply> 
          <fn> 
            <ci> f </ci> 
          </fn> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>tendsto</title>
<sect3><title>rec-tendsto1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="above"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="above"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-tendsto2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto/> 
        <vector> 
          <ci> x </ci> 
          <ci> y </ci> 
        </vector> 
        <vector> 
          <apply> 
            <ci type="fn"> f </ci> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
          <apply> 
            <ci type="fn"> g </ci> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </vector> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto/> 
        <vector> 
          <ci> x </ci> 
          <ci> y </ci> 
        </vector> 
        <vector> 
          <apply> 
            <ci type="fn"> f </ci> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
          <apply> 
            <ci type="fn"> g </ci> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </vector> 
      </apply> 
    </mml:math></sect3>
<sect3><title>tendsto3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto type="above"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto type="above"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </reln> 
    </mml:math></sect3>
<sect3><title>tendsto4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto/> 
        <vector> 
          <ci> x </ci> 
          <ci> y </ci> 
        </vector> 
        <vector> 
          <apply> 
            <fn> 
              <ci> f </ci> 
            </fn> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
          <apply> 
            <fn> 
              <ci> g </ci> 
            </fn> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </vector> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto/> 
        <vector> 
          <ci> x </ci> 
          <ci> y </ci> 
        </vector> 
        <vector> 
          <apply> 
            <fn> 
              <ci> f </ci> 
            </fn> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
          <apply> 
            <fn> 
              <ci> g </ci> 
            </fn> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </vector> 
      </reln> 
    </mml:math></sect3>
<sect3><title>tendsto5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="below"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="below"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>tendsto6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto type="below"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto type="below"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </reln> 
    </mml:math></sect3>
<sect3><title>tendsto7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="two-sided"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="two-sided"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>tendsto8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto type="two-sided"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <tendsto type="two-sided"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </reln> 
    </mml:math></sect3>
<sect3><title>tendsto9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="two-sided"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <tendsto type="two-sided"/> 
        <apply> 
          <power/> 
          <ci> x </ci> 
          <cn> 2 </cn> 
        </apply> 
        <apply> 
          <power/> 
          <ci> a </ci> 
          <cn> 2 </cn> 
        </apply> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>Statistics</title>
<sect2><title>mean</title>
<sect3><title>rec-mean1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <mean/> 
        <ci> X </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <mean/> 
        <ci> X </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>median</title>
<sect3><title>rec-median1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <median/> 
        <ci> X </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <median/> 
        <ci> X </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>mode</title>
<sect3><title>rec-mode1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <mode/> 
        <ci> X </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <mode/> 
        <ci> X </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>moment</title>
<sect3><title>rec-moment1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <moment/> 
        <degree> 
          <cn> 3 </cn> 
        </degree> 
        <momentabout> 
          <cn>0</cn> 
        </momentabout> 
        <ci> X </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <moment/> 
        <degree> 
          <cn> 3 </cn> 
        </degree> 
        <momentabout> 
          <cn>0</cn> 
        </momentabout> 
        <ci> X </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-moment2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <moment/> 
        <degree> 
          <cn> 3 </cn> 
        </degree> 
        <momentabout> 
          <ci> p </ci> 
        </momentabout> 
        <mrow> 
          <ci> X </ci> 
          <ci> Y </ci> 
          <ci> Z </ci> 
        </mrow> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <moment/> 
        <degree> 
          <cn> 3 </cn> 
        </degree> 
        <momentabout> 
          <ci> p </ci> 
        </momentabout> 
        <mrow> 
          <ci> X </ci> 
          <ci> Y </ci> 
          <ci> Z </ci> 
        </mrow> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>momentabout</title>
<sect3><title>rec-momentabout1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <moment/> 
        <degree> 
          <cn> 3 </cn> 
        </degree> 
        <momentabout> 
          <ci> p </ci> 
        </momentabout> 
        <ci> X </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <moment/> 
        <degree> 
          <cn> 3 </cn> 
        </degree> 
        <momentabout> 
          <ci> p </ci> 
        </momentabout> 
        <ci> X </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>sdev</title>
<sect3><title>rec-sdev1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sdev/> 
        <ci> X </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <sdev/> 
        <ci> X </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>variance</title>
<sect3><title>rec-variance1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <variance/> 
        <ci> X </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <variance/> 
        <ci> X </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>TheoryOfSets</title>
<sect2><title>card</title>
<sect3><title>rec-card1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <card/> 
          <ci> A </ci> 
        </apply> 
        <ci> 5 </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <card/> 
          <ci> A </ci> 
        </apply> 
        <ci> 5 </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>cartesianproduct</title>
<sect3><title>rec-cartesianproduct1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cartesianproduct/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cartesianproduct/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-cartesianproduct2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cartesianproduct/> 
        <reals/> 
        <reals/> 
        <reals/> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <cartesianproduct/> 
        <reals/> 
        <reals/> 
        <reals/> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>equation1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <implies/> 
        <apply> 
          <eq/> 
          <ci>A</ci> 
          <ci>B</ci> 
        </apply> 
        <apply> 
          <eq/> 
          <apply> 
            <union/> 
            <ci>A</ci> 
            <ci>C</ci> 
          </apply> 
          <apply> 
            <union/> 
            <ci>B</ci> 
            <ci>C</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <implies/> 
        <apply> 
          <eq/> 
          <ci>A</ci> 
          <ci>B</ci> 
        </apply> 
        <apply> 
          <eq/> 
          <apply> 
            <union/> 
            <ci>A</ci> 
            <ci>C</ci> 
          </apply> 
          <apply> 
            <union/> 
            <ci>B</ci> 
            <ci>C</ci> 
          </apply> 
        </apply> 
      </apply> 
    </mml:math></sect2>
<sect2><title>in</title>
<sect3><title>in2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <in/> 
        <ci> x </ci> 
        <ci type="set"> R </ci> 
      </reln> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <reln> 
        <in/> 
        <ci> x </ci> 
        <ci type="set"> R </ci> 
      </reln> 
    </mml:math></sect3>
<sect3><title>in3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <ci> x </ci> 
        <ci type="set"> R </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <ci> x </ci> 
        <ci type="set"> R </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-in1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <ci> a </ci> 
        <ci type="set"> A </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <in/> 
        <ci> a </ci> 
        <ci type="set"> A </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>intersect</title>
<sect3><title>intersect1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <intersect/> 
        <ci type="set"> A </ci> 
        <apply> 
          <union/> 
          <ci type="set"> B </ci> 
          <ci type="set"> C </ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <intersect/> 
        <ci type="set"> A </ci> 
        <apply> 
          <union/> 
          <ci type="set"> B </ci> 
          <ci type="set"> C </ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-intersect2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <intersect/> 
        <ci type="set"> A </ci> 
        <ci type="set"> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <intersect/> 
        <ci type="set"> A </ci> 
        <ci type="set"> B </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>list</title>
<sect3><title>list-empty.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> </list> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> </list> 
    </mml:math></sect3>
<sect3><title>list3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> 
        <ci> c </ci> 
      </list> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> 
        <ci> c </ci> 
      </list> 
    </mml:math></sect3>
<sect3><title>rec-list1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
      </list> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> 
        <ci> a </ci> 
        <ci> b </ci> 
        <ci> c </ci> 
      </list> 
    </mml:math></sect3>
<sect3><title>rec-list2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list order="numeric"> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 5 </cn> 
          </apply> 
        </condition> 
        <ci> x </ci> 
      </list> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list order="numeric"> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <lt/> 
            <ci> x </ci> 
            <cn> 5 </cn> 
          </apply> 
        </condition> 
        <ci> x </ci> 
      </list> 
    </mml:math></sect3>
</sect2>
<sect2><title>notin</title>
<sect3><title>notin2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <notin/>
        <ci> a </ci>
        <ci> A </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <notin/>
        <ci> a </ci>
        <ci> A </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-notin1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <notin/> 
        <ci> a </ci> 
        <ci> A </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <notin/> 
        <ci> a </ci> 
        <ci> A </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>notprsubset</title>
<sect3><title>notprsubset2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <notprsubset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <notprsubset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-notprsubset1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <notprsubset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <notprsubset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>notsubset</title>
<sect3><title>notsubset2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <notsubset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <notsubset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-notsubset1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <notsubset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <notsubset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>prsubset</title>
<sect3><title>prsubset2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <prsubset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <prsubset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math></sect3>
<sect3><title>rec-prsubset1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <prsubset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <prsubset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>set</title>
<sect3><title>rec-set1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <ci> b </ci> 
        <ci> a </ci> 
        <ci> c </ci> 
      </set> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <ci> b </ci> 
        <ci> a </ci> 
        <ci> c </ci> 
      </set> 
    </mml:math></sect3>
<sect3><title>rec-set2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <lt/> 
              <ci> x </ci> 
              <cn> 5 </cn> 
            </apply> 
            <apply> 
              <in/> 
              <ci> x </ci> 
              <naturalnumbers/> 
            </apply> 
          </apply> 
        </condition> 
        <ci> x </ci> 
      </set> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <lt/> 
              <ci> x </ci> 
              <cn> 5 </cn> 
            </apply> 
            <apply> 
              <in/> 
              <ci> x </ci> 
              <naturalnumbers/> 
            </apply> 
          </apply> 
        </condition> 
        <ci> x </ci> 
      </set> 
    </mml:math></sect3>
<sect3><title>set-empty.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> </set> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> </set> 
    </mml:math></sect3>
<sect3><title>set3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set type="multiset"> 
        <cn type="real"> 4.56 </cn> 
        <cn type="integer"> 4.56 </cn> 
        <cn type="rational"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-cartesian"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-polar"> 4.56 
          <sep/> 4.56 
        </cn> 
        <cn type="constant"> &#x003C0; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x003B3; </cn> 
        <cn> &#x0221E; </cn> 
      </set> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set type="multiset"> 
        <cn type="real"> 4.56 </cn> 
        <cn type="integer"> 4.56 </cn> 
        <cn type="rational"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-cartesian"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-polar"> 4.56 
          <sep/> 4.56 
        </cn> 
        <cn type="constant"> &#x003C0; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x003B3; </cn> 
        <cn> &#x0221E; </cn> 
      </set> 
    </mml:math></sect3>
<sect3><title>set4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <lt/> 
            <ci> x </ci> 
            <cn> 5 </cn> 
          </reln> 
        </condition> 
      </set> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <reln> 
            <lt/> 
            <ci> x </ci> 
            <cn> 5 </cn> 
          </reln> 
        </condition> 
      </set> 
    </mml:math></sect3>
<sect3><title>set5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <set> 
          <ci>a</ci> 
          <ci>d</ci> 
        </set> 
        <set> 
          <ci>x</ci> 
          <ci>y</ci> 
          <ci>z</ci> 
        </set> 
        <set> 
          <cn>0</cn> 
          <cn>2</cn> 
          <cn>6</cn> 
          <cn>8</cn> 
          <cn>9</cn> 
        </set> 
      </set> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <set> 
          <ci>a</ci> 
          <ci>d</ci> 
        </set> 
        <set> 
          <ci>x</ci> 
          <ci>y</ci> 
          <ci>z</ci> 
        </set> 
        <set> 
          <cn>0</cn> 
          <cn>2</cn> 
          <cn>6</cn> 
          <cn>8</cn> 
          <cn>9</cn> 
        </set> 
      </set> 
    </mml:math></sect3>
<sect3><title>set6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <ci> c </ci> 
      </set> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <ci> c </ci> 
      </set> 
    </mml:math></sect3>
</sect2>
<sect2><title>setdiff</title>
<sect3><title>rec-setdiff1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <setdiff/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <setdiff/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
<sect2><title>subset</title>
<sect3><title>rec-subset1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <subset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <subset/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>subset2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <subset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <reln>
        <subset/>
        <ci> A </ci>
        <ci> B </ci>
      </reln>
    </mml:math></sect3>
</sect2>
<sect2><title>union</title>
<sect3><title>rec-union1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <union/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <union/> 
        <ci> A </ci> 
        <ci> B </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>union2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <union/> 
        <apply> 
          <intersect/> 
          <ci>A</ci> 
          <ci>B</ci> 
        </apply> 
        <apply> 
          <intersect/> 
          <ci>C</ci> 
          <ci>D</ci> 
        </apply> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <union/> 
        <apply> 
          <intersect/> 
          <ci>A</ci> 
          <ci>B</ci> 
        </apply> 
        <apply> 
          <intersect/> 
          <ci>C</ci> 
          <ci>D</ci> 
        </apply> 
      </apply> 
    </mml:math></sect3>
<sect3><title>union3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <union/> 
          <ci>A</ci> 
          <cn>&#x003C6;</cn> 
        </apply> 
        <ci>A</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <eq/> 
        <apply> 
          <union/> 
          <ci>A</ci> 
          <cn>&#x003C6;</cn> 
        </apply> 
        <ci>A</ci> 
      </apply> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>TokenElements</title>
<sect2><title>ci</title>
<sect3><title>ci4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci type="real"> x </ci> 
        <ci type="integer"> x </ci> 
        <ci type="rational"> x </ci> 
        <ci type="complex-cartesian"> y </ci> 
        <ci type="complex-polar"> &#x003B8; </ci> 
        <ci type="vector"> v </ci> 
        <ci type="constant"> &#x003C0; </ci> 
        <ci> &#x02147; </ci> 
        <ci> &#x02147; </ci> 
        <ci> &#x02148; </ci> 
        <ci> &#x02148; </ci> 
        <ci> &#x003B3; </ci> 
        <ci> &#x0221E; </ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci type="real"> x </ci> 
        <ci type="integer"> x </ci> 
        <ci type="rational"> x </ci> 
        <ci type="complex-cartesian"> y </ci> 
        <ci type="complex-polar"> &#x003B8; </ci> 
        <ci type="vector"> v </ci> 
        <ci type="constant"> &#x003C0; </ci> 
        <ci> &#x02147; </ci> 
        <ci> &#x02147; </ci> 
        <ci> &#x02148; </ci> 
        <ci> &#x02148; </ci> 
        <ci> &#x003B3; </ci> 
        <ci> &#x0221E; </ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-ci1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ci> x </ci> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ci> x </ci> 
    </mml:math></sect3>
<sect3><title>rec-ci2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ci type="vector"> V </ci> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ci type="vector"> V </ci> 
    </mml:math></sect3>
<sect3><title>rec-ci3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ci> 
        <msub> 
          <mi>x</mi> 
          <mi>a</mi> 
        </msub> 
      </ci> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ci> 
        <msub> 
          <mi>x</mi> 
          <mi>a</mi> 
        </msub> 
      </ci> 
    </mml:math></sect3>
</sect2>
<sect2><title>cn</title>
<sect3><title>cn2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <cn type="real"> 4.56 </cn> 
        <cn type="integer"> 4.56 </cn> 
        <cn type="rational"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-cartesian"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-polar"> 4.56 
          <sep/> 4.56 
        </cn> 
        <cn type="constant"> &#x003C0; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x003B3; </cn> 
        <cn> &#x0221E; </cn> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <cn type="real"> 4.56 </cn> 
        <cn type="integer"> 4.56 </cn> 
        <cn type="rational"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-cartesian"> 4 
          <sep/> 5 
        </cn> 
        <cn type="complex-polar"> 4.56 
          <sep/> 4.56 
        </cn> 
        <cn type="constant"> &#x003C0; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02147; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x02148; </cn> 
        <cn> &#x003B3; </cn> 
        <cn> &#x0221E; </cn> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-cn1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> 
        <cn type="real"> 12345.7 </cn> 
        <cn type="integer"> 12345 </cn> 
        <cn type="integer" base="16"> AB3 </cn> 
        <cn type="rational"> 12342 <sep/> 2342342 </cn> 
        <cn type="complex-cartesian"> 12.3 <sep/> 5 </cn> 
        <cn type="complex-polar"> 2 <sep/> 3.1415 </cn> 
        <cn type="constant"> &#x003C0; </cn> 
      </list> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <list> 
        <cn type="real"> 12345.7 </cn> 
        <cn type="integer"> 12345 </cn> 
        <cn type="integer" base="16"> AB3 </cn> 
        <cn type="rational"> 12342 <sep/> 2342342 </cn> 
        <cn type="complex-cartesian"> 12.3 <sep/> 5 </cn> 
        <cn type="complex-polar"> 2 <sep/> 3.1415 </cn> 
        <cn type="constant"> &#x003C0; </cn> 
      </list> 
    </mml:math></sect3>
</sect2>
<sect2><title>csymbol</title>
<sect3><title>rec-csymbol1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <!-- reference to OpenMath formal syntax definition of Bessel function --> 
      <apply> 
        <csymbol encoding="OpenMath" definitionURL="http://www.openmath.org/cd/BesselFunctions.ocd"> 
          <msub> 
            <mi>J</mi> 
            <mn>0</mn> 
          </msub> 
        </csymbol> 
        <ci>y</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <!-- reference to OpenMath formal syntax definition of Bessel function --> 
      <apply> 
        <csymbol encoding="OpenMath" definitionURL="http://www.openmath.org/cd/BesselFunctions.ocd"> 
          <msub> 
            <mi>J</mi> 
            <mn>0</mn> 
          </msub> 
        </csymbol> 
        <ci>y</ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-csymbol2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csymbol definitionURL="http://www.example.org/function_spaces.html#my_def" encoding="text"> BigK 
        </csymbol> 
        <ci>x</ci> 
        <ci>y</ci> 
      </apply> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <csymbol definitionURL="http://www.example.org/function_spaces.html#my_def" encoding="text"> BigK 
        </csymbol> 
        <ci>x</ci> 
        <ci>y</ci> 
      </apply> 
    </mml:math></sect3>
<sect3><title>rec-csymbol3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <!-- reference to human readable text description of Boltzmann's constant --> 
      <csymbol encoding="text" definitionURL="www.example.org/universalconstants/Boltzmann.htm"> k 
      </csymbol> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <!-- reference to human readable text description of Boltzmann's constant --> 
      <csymbol encoding="text" definitionURL="www.example.org/universalconstants/Boltzmann.htm"> k 
      </csymbol> 
    </mml:math></sect3>
</sect2>
</sect1>
</chapter>
<chapter><title>General</title>
<sect1><title>GenAttribs</title>
<sect2><title>attribQuote1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathsize="small">A</mi> 
      <mo>+</mo> 
      <mi mathsize='big'>A</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathsize="small">A</mi> 
      <mo>+</mo> 
      <mi mathsize='big'>A</mi>
    </mml:math></sect2>
<sect2><title>class1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" class="mathclass">
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" class="mathclass">
      <mi>x</mi>
    </mml:math></sect2>
<sect2><title>class2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mfrac>
        <mi class="identifiers">x</mi>
        <mn class="numbers">2</mn>
      </mfrac>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mfrac>
        <mi class="identifiers">x</mi>
        <mn class="numbers">2</mn>
      </mfrac>
    </mml:math></sect2>
<sect2><title>id1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mn id="number">2</mn>
      <mo id="operator">+</mo>
      <mi id="identifier">x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mn id="number">2</mn>
      <mo id="operator">+</mo>
      <mi id="identifier">x</mi>
    </mml:math></sect2>
<sect2><title>id2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="curlapply">
        <curl/>
        <ci> a </ci>
      </apply>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply id="curlapply">
        <curl/>
        <ci> a </ci>
      </apply>
    </mml:math></sect2>
<sect2><title>style1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:blue"> 
      <mn>2</mn> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:blue"> 
      <mn>2</mn> 
    </mml:math></sect2>
<sect2><title>style2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:#9933CC"> 
      <msqrt style="background:yellow"> 
        <mn style="font-size:24pt; font-weight:bold">2 
        </mn> 
      </msqrt> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:#9933CC"> 
      <msqrt style="background:yellow"> 
        <mn style="font-size:24pt; font-weight:bold">2 
        </mn> 
      </msqrt> 
    </mml:math></sect2>
<sect2><title>xref1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xref="x"> 
      <mn id="x">2</mn> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xref="x"> 
      <mn id="x">2</mn> 
    </mml:math></sect2>
</sect1>
<sect1><title>Math</title>
<sect2><title>emptymath2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> </mml:math></sect2>
<sect2><title>math1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>x</mi>
    </mml:math></sect2>
<sect2><title>math3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>2</mn> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>2</mn> 
      <mi>x</mi> 
    </mml:math></sect2>
<sect2><title>mathAdisplay1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> 
      <mfrac> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfrac> 
    </mml:math> 
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 
      <mfrac> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> 
      <mfrac> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfrac> 
    </mml:math> 
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 
      <mfrac> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfrac> 
    </mml:math></sect2>
<sect2><title>mathAdisplay2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" mode="display">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block" mode="display">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" mode="display">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block" mode="display">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math></sect2>
<sect2><title>mathAmacros1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" macros="testdir/testfile testdir2/testfile2">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" macros="testdir/testfile testdir2/testfile2">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math></sect2>
<sect2><title>mathAmode1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="inline">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="inline">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
      <mfrac>
        <mi>x</mi>
        <mi>y</mi>
      </mfrac>
    </mml:math></sect2>
</sect1>
</chapter>
<chapter><title>Presentation</title>
<sect1><title>DynamicExpressions</title>
<sect2><title>maction</title>
<sect3><title>mactionBhigh1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
      <maction actiontype="highlight" dsi:background="#dddd66" dsi:color="#bb2244"> 
        <mfrac> 
          <mn>x</mn> 
          <mi>2</mi> 
        </mfrac> 
      </maction> 
      <mo>+</mo> 
      <mn>2</mn> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
      <maction actiontype="highlight" dsi:background="#dddd66" dsi:color="#bb2244"> 
        <mfrac> 
          <mn>x</mn> 
          <mi>2</mi> 
        </mfrac> 
      </maction> 
      <mo>+</mo> 
      <mn>2</mn> 
    </mml:math></sect3>
<sect3><title>mactionBstatus1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <maction actiontype="statusline"> 
        <mrow> 
          <mn>2</mn> 
          <mo>+</mo> 
          <mi>x</mi> 
        </mrow> 
        <mtext>Add 2 to the value of x</mtext>
      </maction>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <maction actiontype="statusline"> 
        <mrow> 
          <mn>2</mn> 
          <mo>+</mo> 
          <mi>x</mi> 
        </mrow> 
        <mtext>Add 2 to the value of x</mtext>
      </maction>
    </mml:math></sect3>
<sect3><title>mactionBtoggle1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <maction actiontype="toggle"> 
        <mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>2</mn> 
          </mfrac> 
          <mo>+</mo> 
          <mn>2</mn> 
        </mrow> 
        <mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>2</mn> 
          </mfrac> 
          <mo>+</mo> 
          <mfrac> 
            <mn>2</mn> 
            <mn>2</mn> 
          </mfrac> 
        </mrow> 
        <mrow> 
          <mfrac> 
            <mrow> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mn>2</mn> 
            </mrow> 
            <mn>2</mn> 
          </mfrac> 
        </mrow>
      </maction>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <maction actiontype="toggle"> 
        <mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>2</mn> 
          </mfrac> 
          <mo>+</mo> 
          <mn>2</mn> 
        </mrow> 
        <mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>2</mn> 
          </mfrac> 
          <mo>+</mo> 
          <mfrac> 
            <mn>2</mn> 
            <mn>2</mn> 
          </mfrac> 
        </mrow> 
        <mrow> 
          <mfrac> 
            <mrow> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mn>2</mn> 
            </mrow> 
            <mn>2</mn> 
          </mfrac> 
        </mrow>
      </maction>
    </mml:math></sect3>
<sect3><title>mactionBtooltip1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <maction actiontype="tooltip"> 
        <mfrac> 
          <mn>y</mn> 
          <mi>x</mi> 
        </mfrac> 
        <mtext>Divide y by x</mtext>
      </maction>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <maction actiontype="tooltip"> 
        <mfrac> 
          <mn>y</mn> 
          <mi>x</mi> 
        </mfrac> 
        <mtext>Divide y by x</mtext>
      </maction>
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>GeneralLayout</title>
<sect2><title>menclose</title>
<sect3><title>rec-enclose1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable columnspacing='0pt' rowspacing='2pt'> 
        <mtr> 
          <mtd> </mtd> 
          <mtd columnalign='right'> 
            <mn>10</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd columnalign='right'> 
            <mn>131</mn> 
          </mtd> 
          <mtd columnalign='right'> 
            <menclose notation='longdiv'> 
              <mn>1413</mn> 
            </menclose> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> </mtd> 
          <mtd columnalign='right'> 
            <mrow> 
              <munder> 
                <mn>131</mn> 
                <mo> &#x00332; </mo> 
              </munder> 
              <mphantom> 
                <mn>3</mn> 
              </mphantom> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> </mtd> 
          <mtd columnalign='right'> 
            <mn>103</mn> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable columnspacing='0pt' rowspacing='2pt'> 
        <mtr> 
          <mtd> </mtd> 
          <mtd columnalign='right'> 
            <mn>10</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd columnalign='right'> 
            <mn>131</mn> 
          </mtd> 
          <mtd columnalign='right'> 
            <menclose notation='longdiv'> 
              <mn>1413</mn> 
            </menclose> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> </mtd> 
          <mtd columnalign='right'> 
            <mrow> 
              <munder> 
                <mn>131</mn> 
                <mo> &#x00332; </mo> 
              </munder> 
              <mphantom> 
                <mn>3</mn> 
              </mphantom> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> </mtd> 
          <mtd columnalign='right'> 
            <mn>103</mn> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>rec-enclose2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
    <msub> 
      <mi>a</mi> 
      <mrow> 
        <menclose notation='actuarial'> 
          <mi>n</mi> 
        </menclose> 
        <mo>&#x02062;</mo> 
        <mi>i</mi> 
      </mrow>
    </msub>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
    <msub> 
      <mi>a</mi> 
      <mrow> 
        <menclose notation='actuarial'> 
          <mi>n</mi> 
        </menclose> 
        <mo>&#x02062;</mo> 
        <mi>i</mi> 
      </mrow>
    </msub>
    </mml:math></sect3>
<sect3><title>rec-enclose3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <menclose notation='radical'> 
        <mi>x</mi> 
      </menclose> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <menclose notation='radical'> 
        <mi>x</mi> 
      </menclose> 
    </mml:math></sect3>
</sect2>
<sect2><title>merror</title>
<sect3><title>merror1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <merror> 
          <mi> x </mi> 
          <mo> = </mo>
          <mn> 2 </mn> 
      </merror> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <merror> 
          <mi> x </mi> 
          <mo> = </mo>
          <mn> 2 </mn> 
      </merror> 
    </mml:math></sect3>
<sect3><title>merrorB3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <merror> 
        <mtext> Unrecognized element: &#x003c;mfraction&#x0003E; arguments were: 
        </mtext> 
        <mrow> 
          <mn>1</mn> 
          <mo>+</mo> 
          <msqrt> 
            <mn>5</mn> 
          </msqrt> 
        </mrow> 
        <mtext> &#x0205F; and &#x0205F; 
        </mtext> 
        <mn>2</mn> 
      </merror> 
    </mml:math>
]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <merror> 
        <mtext> Unrecognized element: &#x003c;mfraction&#x0003E; arguments were: 
        </mtext> 
        <mrow> 
          <mn>1</mn> 
          <mo>+</mo> 
          <msqrt> 
            <mn>5</mn> 
          </msqrt> 
        </mrow> 
        <mtext> &#x0205F; and &#x0205F; 
        </mtext> 
        <mn>2</mn> 
      </merror> 
    </mml:math>
</sect3>
</sect2>
<sect2><title>mfenced</title>
<sect3><title>mfenced1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfenced2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mi>x</mi> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mi>x</mi> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfenced3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfenced4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mrow> 
          <mi> a </mi> 
          <mo> + </mo> 
          <mi> b </mi> 
        </mrow> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mrow> 
          <mi> a </mi> 
          <mo> + </mo> 
          <mi> b </mi> 
        </mrow> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfenced5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced open="["> 
        <mn> 0 </mn> 
        <mn> 1 </mn> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced open="["> 
        <mn> 0 </mn> 
        <mn> 1 </mn> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfencedAdelims6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced open='['> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>b</mi> 
        </mrow> 
      </mfenced> 
      <mfenced open='{' close='}' separators='|;+'> 
        <mfrac> 
          <mi>a</mi> 
          <mi>b</mi> 
        </mfrac> 
        <mfrac> 
          <mi>d</mi> 
          <mi>e</mi> 
        </mfrac> 
        <mi>a</mi> 
        <mi>b</mi> 
        <mi>a</mi> 
        <mi>b</mi> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced open='['> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>b</mi> 
        </mrow> 
      </mfenced> 
      <mfenced open='{' close='}' separators='|;+'> 
        <mfrac> 
          <mi>a</mi> 
          <mi>b</mi> 
        </mfrac> 
        <mfrac> 
          <mi>d</mi> 
          <mi>e</mi> 
        </mfrac> 
        <mi>a</mi> 
        <mi>b</mi> 
        <mi>a</mi> 
        <mi>b</mi> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfencedAempty.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mfenced separators="" open="" close=" "> 
        <mi>x</mi> 
        <mi>y</mi>
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mfenced separators="" open="" close=" "> 
        <mi>x</mi> 
        <mi>y</mi>
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfencedBfences7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>b</mi> 
        </mrow> 
      </mfenced> 
      <mo>+</mo> 
      <mfenced> 
        <mfrac> 
          <mi>1</mi> 
          <mi>2</mi> 
        </mfrac> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>b</mi> 
        </mrow> 
      </mfenced> 
      <mo>+</mo> 
      <mfenced> 
        <mfrac> 
          <mi>1</mi> 
          <mi>2</mi> 
        </mfrac> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfencedBseparators8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <msub> 
          <mi>a</mi> 
          <mn>1</mn> 
        </msub> 
        <msub> 
          <mi>a</mi> 
          <mn>2</mn> 
        </msub> 
        <msub> 
          <mi>a</mi> 
          <mn>3</mn> 
        </msub> 
      </mfenced> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <msub> 
          <mi>a</mi> 
          <mn>1</mn> 
        </msub> 
        <msub> 
          <mi>a</mi> 
          <mn>2</mn> 
        </msub> 
        <msub> 
          <mi>a</mi> 
          <mn>3</mn> 
        </msub> 
      </mfenced> 
    </mml:math></sect3>
<sect3><title>mfencedSfonts9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='#88cc88'> 
        <mfenced> 
          <mrow> 
            <mi>a</mi> 
            <mo>+</mo> 
            <mi>b</mi> 
          </mrow> 
        </mfenced> 
      </mstyle> 
      <mo>=</mo> 
      <mstyle fontweight='bold'> 
        <mfenced> 
          <mfrac> 
            <mi>&#x003B1;</mi> 
            <mi>&#x003B2;</mi> 
          </mfrac> 
        </mfenced> 
      </mstyle> 
      <mo>=</mo> 
      <mstyle fontfamily='Helvetica'> 
        <mfenced open='['> 
          <mrow> 
            <mi>a</mi> 
            <mo>+</mo> 
            <mi>b</mi> 
          </mrow> 
        </mfenced> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='#88cc88'> 
        <mfenced> 
          <mrow> 
            <mi>a</mi> 
            <mo>+</mo> 
            <mi>b</mi> 
          </mrow> 
        </mfenced> 
      </mstyle> 
      <mo>=</mo> 
      <mstyle fontweight='bold'> 
        <mfenced> 
          <mfrac> 
            <mi>&#x003B1;</mi> 
            <mi>&#x003B2;</mi> 
          </mfrac> 
        </mfenced> 
      </mstyle> 
      <mo>=</mo> 
      <mstyle fontfamily='Helvetica'> 
        <mfenced open='['> 
          <mrow> 
            <mi>a</mi> 
            <mo>+</mo> 
            <mi>b</mi> 
          </mrow> 
        </mfenced> 
      </mstyle> 
    </mml:math></sect3>
</sect2>
<sect2><title>mfrac</title>
<sect3><title>mfrac1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn> 1 </mn> 
        <mn> 2 </mn> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn> 1 </mn> 
        <mn> 2 </mn> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfrac2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mo> &#x02146; </mo> 
        <mrow> 
          <mo> &#x02146; </mo> 
          <mi> x </mi> 
        </mrow> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mo> &#x02146; </mo> 
        <mrow> 
          <mo> &#x02146; </mo> 
          <mi> x </mi> 
        </mrow> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfrac3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac linethickness="2"> 
        <mfrac> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mfrac> 
          <mi> c </mi> 
          <mi> d </mi> 
        </mfrac> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac linethickness="2"> 
        <mfrac> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mfrac> 
          <mi> c </mi> 
          <mi> d </mi> 
        </mfrac> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfrac4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mn> 1 </mn> 
          <mo> + </mo> 
          <msqrt> 
            <mn> 5 </mn> 
          </msqrt> 
        </mrow> 
        <mn> 2 </mn> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mn> 1 </mn> 
          <mo> + </mo> 
          <msqrt> 
            <mn> 5 </mn> 
          </msqrt> 
        </mrow> 
        <mn> 2 </mn> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfrac5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mn> 1 </mn> 
          <mo> + </mo> 
          <msqrt> 
            <mn> 5 </mn> 
          </msqrt> 
        </mrow> 
        <mn> 2 </mn> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mn> 1 </mn> 
          <mo> + </mo> 
          <msqrt> 
            <mn> 5 </mn> 
          </msqrt> 
        </mrow> 
        <mn> 2 </mn> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfrac6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi> x </mi> 
          <mo> + </mo> 
          <mi> y </mi> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
        <mrow> 
          <mi> x </mi> 
          <mphantom> 
            <mo form="infix"> + </mo> 
            <mi> y </mi> 
          </mphantom> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi> x </mi> 
          <mo> + </mo> 
          <mi> y </mi> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
        <mrow> 
          <mi> x </mi> 
          <mphantom> 
            <mo form="infix"> + </mo> 
            <mi> y </mi> 
          </mphantom> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfrac7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi> x </mi> 
          <mo> + </mo> 
          <mi> y </mi> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
        <mrow> 
          <mi> x </mi> 
          <mphantom> 
            <mo> + </mo> 
          </mphantom> 
          <mphantom> 
            <mi> y </mi> 
          </mphantom> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi> x </mi> 
          <mo> + </mo> 
          <mi> y </mi> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
        <mrow> 
          <mi> x </mi> 
          <mphantom> 
            <mo> + </mo> 
          </mphantom> 
          <mphantom> 
            <mi> y </mi> 
          </mphantom> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfracAbevelled16.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac bevelled="true"> 
          <mi>a</mi> 
          <mn>2</mn> 
        </mfrac> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac bevelled="true"> 
          <mi>a</mi> 
          <mn>2</mn> 
        </mfrac> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mfracAcss8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac linethickness='0.2cm'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='0.3ex'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac linethickness='0.2cm'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='0.3ex'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mfracAkeyword9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac linethickness='thin'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='medium'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='thick'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac linethickness='thin'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='medium'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='thick'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mfracAmultiplier10.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac linethickness='0'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='0.5'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='2'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='3'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac linethickness='0'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='0.5'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='2'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
        <mfrac linethickness='3'> 
          <mn>1</mn> 
          <mrow> 
            <mi>y</mi> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mfracBalign16.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle fontsize="150%">
        <mtable>
          <mtr>
            <mtd>
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mi>a</mi>
                <mi>b</mi>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mn>1</mn>
                <mi>b</mi>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mn>1</mn>
                <mn>2</mn>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <msup>
                  <mn>1</mn>
                  <mn>2</mn>
                </msup>
                <mi>z</mi>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mi>z</mi>
                <msup>
                  <mn>1</mn>
                  <mn>2</mn>
                </msup>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
        </mtable>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle fontsize="150%">
        <mtable>
          <mtr>
            <mtd>
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mi>a</mi>
                <mi>b</mi>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mn>1</mn>
                <mi>b</mi>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mn>1</mn>
                <mn>2</mn>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <msup>
                  <mn>1</mn>
                  <mn>2</mn>
                </msup>
                <mi>z</mi>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
          <mtr>
            <mtd> 
              <mi>x</mi> 
              <mo>-</mo>
              <mfrac>
                <mi>z</mi>
                <msup>
                  <mn>1</mn>
                  <mn>2</mn>
                </msup>
              </mfrac>
              <mi>x</mi> 
            </mtd>
          </mtr>
        </mtable>
      </mstyle>
    </mml:math></sect3>
<sect3><title>mfracBheight17.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mtext>taller num</mtext> 
          </mtd> 
          <mtd> 
            <msup> 
              <mi>x</mi> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mfrac> 
                <mi>h</mi> 
                <mi>x</mi> 
              </mfrac> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mrow> 
                <mo>(</mo> 
                <mfrac> 
                  <mi>h</mi> 
                  <mi>x</mi> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
              <mn>2</mn> 
            </msup> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>taller denom</mtext> 
          </mtd> 
          <mtd> 
            <msup> 
              <mi>x</mi> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mrow> 
                <mo>(</mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mi>y</mi> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
              <mn>2</mn> 
            </msup> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mtext>taller num</mtext> 
          </mtd> 
          <mtd> 
            <msup> 
              <mi>x</mi> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mfrac> 
                <mi>h</mi> 
                <mi>x</mi> 
              </mfrac> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mrow> 
                <mo>(</mo> 
                <mfrac> 
                  <mi>h</mi> 
                  <mi>x</mi> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
              <mn>2</mn> 
            </msup> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>taller denom</mtext> 
          </mtd> 
          <mtd> 
            <msup> 
              <mi>x</mi> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
              <mn>2</mn> 
            </msup> 
            <mo>+</mo> 
            <msup> 
              <mrow> 
                <mo>(</mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mi>y</mi> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
              <mn>2</mn> 
            </msup> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mfracBhoriz11.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn>1</mn> 
        <mi>a</mi> 
      </mfrac> 
      <mo>-</mo> 
      <mfrac> 
        <mn>1</mn> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
        </mrow> 
      </mfrac> 
      <mo>-</mo> 
      <mfrac> 
        <mn>1</mn> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
        </mrow> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn>1</mn> 
        <mi>a</mi> 
      </mfrac> 
      <mo>-</mo> 
      <mfrac> 
        <mn>1</mn> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
        </mrow> 
      </mfrac> 
      <mo>-</mo> 
      <mfrac> 
        <mn>1</mn> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi>a</mi> 
        </mrow> 
      </mfrac> 
    </mml:math></sect3>
<sect3><title>mfracBvert12.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>-</mo> 
        <mfrac> 
          <mn>1</mn> 
          <mn>3</mn> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>x</mi> 
          <mn>3</mn> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mn>3</mn> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>a</mi> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>y</mi> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <msub> 
            <mi>y</mi> 
            <mn>2</mn> 
          </msub> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <msub> 
            <mi>x</mi> 
            <mn>2</mn> 
          </msub> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>y</mi> 
          <msup> 
            <mi>x</mi> 
            <mn>2</mn> 
          </msup> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>y</mi> 
          <msup> 
            <mi>H</mi> 
            <mn>2</mn> 
          </msup> 
        </mfrac> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>-</mo> 
        <mfrac> 
          <mn>1</mn> 
          <mn>3</mn> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>x</mi> 
          <mn>3</mn> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mn>3</mn> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>a</mi> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>y</mi> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <msub> 
            <mi>y</mi> 
            <mn>2</mn> 
          </msub> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <msub> 
            <mi>x</mi> 
            <mn>2</mn> 
          </msub> 
          <mi>x</mi> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>y</mi> 
          <msup> 
            <mi>x</mi> 
            <mn>2</mn> 
          </msup> 
        </mfrac> 
        <mo>-</mo> 
        <mfrac> 
          <mi>y</mi> 
          <msup> 
            <mi>H</mi> 
            <mn>2</mn> 
          </msup> 
        </mfrac> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mfracSfonts13.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle fontweight='bold' fontsize='7pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle fontstyle='normal'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle fontsize='12pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle fontweight='bold' fontsize='7pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle fontstyle='normal'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle fontsize='12pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mfracSinheritance14.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle color='#48c' scriptlevel='+0'> 
          <mfrac> 
            <mfrac> 
              <mn>1</mn> 
              <mrow> 
                <mi>y</mi> 
                <mo>+</mo> 
                <mn>3</mn> 
              </mrow> 
            </mfrac> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle color='#48c' scriptlevel='+1'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle color='#48c' scriptlevel='+2'> 
          <mfrac> 
            <mstyle color='#48c' scriptlevel='-3'> 
              <mfrac> 
                <mn>1</mn> 
                <mrow> 
                  <mi>y</mi> 
                  <mo>+</mo> 
                  <mn>3</mn> 
                </mrow> 
              </mfrac> 
            </mstyle> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle color='#48c' scriptlevel='+0'> 
          <mfrac> 
            <mfrac> 
              <mn>1</mn> 
              <mrow> 
                <mi>y</mi> 
                <mo>+</mo> 
                <mn>3</mn> 
              </mrow> 
            </mfrac> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle color='#48c' scriptlevel='+1'> 
          <mfrac> 
            <mn>1</mn> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
        <mstyle color='#48c' scriptlevel='+2'> 
          <mfrac> 
            <mstyle color='#48c' scriptlevel='-3'> 
              <mfrac> 
                <mn>1</mn> 
                <mrow> 
                  <mi>y</mi> 
                  <mo>+</mo> 
                  <mn>3</mn> 
                </mrow> 
              </mfrac> 
            </mstyle> 
            <mrow> 
              <mi>y</mi> 
              <mo>+</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </mstyle> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mfracSscriptlevel15.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn>1</mn> 
        <mn>2</mn> 
      </mfrac> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <mfrac> 
          <mn>1</mn> 
          <mn>2</mn> 
        </mfrac> 
      </mstyle> 
      <mo>+</mo> 
      <mfrac> 
        <mn>1</mn> 
        <mrow> 
          <mn>1</mn> 
          <mo>+</mo> 
          <mfrac> 
            <mi>x</mi> 
            <mn>3</mn> 
          </mfrac> 
        </mrow> 
      </mfrac> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <mfrac> 
          <mn>1</mn> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>3</mn> 
            </mfrac> 
          </mrow> 
        </mfrac> 
      </mstyle> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <mfrac> 
          <mn>1</mn> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mstyle displaystyle='true'> 
              <mfrac> 
                <mi>x</mi> 
                <mn>3</mn> 
              </mfrac> 
            </mstyle> 
          </mrow> 
        </mfrac> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn>1</mn> 
        <mn>2</mn> 
      </mfrac> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <mfrac> 
          <mn>1</mn> 
          <mn>2</mn> 
        </mfrac> 
      </mstyle> 
      <mo>+</mo> 
      <mfrac> 
        <mn>1</mn> 
        <mrow> 
          <mn>1</mn> 
          <mo>+</mo> 
          <mfrac> 
            <mi>x</mi> 
            <mn>3</mn> 
          </mfrac> 
        </mrow> 
      </mfrac> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <mfrac> 
          <mn>1</mn> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>3</mn> 
            </mfrac> 
          </mrow> 
        </mfrac> 
      </mstyle> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <mfrac> 
          <mn>1</mn> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mstyle displaystyle='true'> 
              <mfrac> 
                <mi>x</mi> 
                <mn>3</mn> 
              </mfrac> 
            </mstyle> 
          </mrow> 
        </mfrac> 
      </mstyle> 
    </mml:math></sect3>
</sect2>
<sect2><title>mpadded</title>
<sect3><title>mpadded1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mpadded width="0"> 
          <mi> C </mi> 
        </mpadded> 
        <mspace width="0.3em"/> 
        <mtext> | </mtext> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mpadded width="0"> 
          <mi> C </mi> 
        </mpadded> 
        <mspace width="0.3em"/> 
        <mtext> | </mtext> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mpadded10.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded11.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='+50pt' lspace='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='+50pt' lspace='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded12.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='+50%' lspace='+50% width'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='+50%' lspace='+50% width'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded13.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='-30pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='-30pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded14.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height ='-30pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height ='-30pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded15.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth ='-30pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth ='-30pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded16.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height ='-300pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height ='-300pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded17.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width ='-500pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width ='-500pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded18.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth ='-500pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth ='-500pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded lspace='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded lspace='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded depth='200pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded width='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded lspace='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded lspace='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpadded9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mstyle background='yellow'> 
        <mpadded height='+50pt'> 
          <mfrac> 
            <mn>1</mn> 
            <mi>&#x0210F;</mi> 
          </mfrac> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mpadded> 
      </mstyle> 
      <mo>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>mpaddedAdepth2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munder> 
          <mi>y</mi> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='1.0 height'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='3 width'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='200% height'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='-1ex'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='10pt'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munder> 
          <mi>y</mi> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='1.0 height'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='3 width'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='200% height'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='-1ex'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
        <munder> 
          <mpadded depth='10pt'> 
            <mi>y</mi> 
          </mpadded> 
          <mi>x</mi> 
        </munder> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mpaddedAheight3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <mi>A</mi> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='1.5 height'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='3 width'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='150% height'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='1ex'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='10pt'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <mi>A</mi> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='1.5 height'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='3 width'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='150% height'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='1ex'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
        <mover> 
          <mpadded height='10pt'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>x</mi> 
        </mover> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mpaddedAleft4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mpadded lspace='.5 height'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='3 width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='50% width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='2ex'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='-2pt'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mpadded lspace='.5 height'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='3 width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='50% width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='2ex'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded lspace='-2pt'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mpaddedAmixed5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mfrac> 
          <mpadded lspace ='2em' width='2em'> 
            <mi>y</mi> 
          </mpadded> 
          <mpadded height='1 width'> 
            <mi>A</mi> 
          </mpadded> 
        </mfrac> 
        <mfrac> 
          <mpadded width='1 height' depth='-1ex'> 
            <mi>A</mi> 
          </mpadded> 
          <mpadded height='3'> 
            <mi>A</mi> 
          </mpadded> 
        </mfrac> 
        <mfrac> 
          <mpadded width='200% width'> 
            <mi>A</mi> 
            <mpadded width='1em'> 
              <msqrt> 
                <mn>5</mn> 
              </msqrt> 
            </mpadded> 
          </mpadded> 
          <mpadded height='300% width'> 
            <mi>A</mi> 
          </mpadded> 
        </mfrac> 
        <mi>A</mi> 
        <mpadded width='1em'> 
          <msqrt> 
            <mn>5</mn> 
          </msqrt> 
        </mpadded> 
        <mi>A</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mfrac> 
          <mpadded lspace ='2em' width='2em'> 
            <mi>y</mi> 
          </mpadded> 
          <mpadded height='1 width'> 
            <mi>A</mi> 
          </mpadded> 
        </mfrac> 
        <mfrac> 
          <mpadded width='1 height' depth='-1ex'> 
            <mi>A</mi> 
          </mpadded> 
          <mpadded height='3'> 
            <mi>A</mi> 
          </mpadded> 
        </mfrac> 
        <mfrac> 
          <mpadded width='200% width'> 
            <mi>A</mi> 
            <mpadded width='1em'> 
              <msqrt> 
                <mn>5</mn> 
              </msqrt> 
            </mpadded> 
          </mpadded> 
          <mpadded height='300% width'> 
            <mi>A</mi> 
          </mpadded> 
        </mfrac> 
        <mi>A</mi> 
        <mpadded width='1em'> 
          <msqrt> 
            <mn>5</mn> 
          </msqrt> 
        </mpadded> 
        <mi>A</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mpaddedAwidth6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mpadded width='1.5 height'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='3 width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='150% width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='2em'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='12pt'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mpadded width='1.5 height'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='3 width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='150% width'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='2em'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
        <mpadded width='12pt'> 
          <mi>A</mi> 
        </mpadded> 
        <mi>A</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mpaddedScolor7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mstyle background='#e05' color='#5e0' fontweight='bold'> 
          <mpadded lspace='3 width'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>A</mi> 
        </mstyle> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mstyle background='#e05' color='#5e0' fontweight='bold'> 
          <mpadded lspace='3 width'> 
            <mi>A</mi> 
          </mpadded> 
          <mi>A</mi> 
        </mstyle> 
      </mrow> 
    </mml:math></sect3>
</sect2>
<sect2><title>mphantom</title>
<sect3><title>mphantomB1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mphantom> 
          <mi>A</mi> 
        </mphantom> 
        <mi>A</mi> 
        <mo>+</mo> 
        <mfrac> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mn>2</mn> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mphantom> 
              <mn>2</mn> 
              <mo>+</mo> 
            </mphantom> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mphantom> 
          <mi>A</mi> 
        </mphantom> 
        <mi>A</mi> 
        <mo>+</mo> 
        <mfrac> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mn>2</mn> 
            <mo>+</mo> 
            <mn>3</mn> 
          </mrow> 
          <mrow> 
            <mn>1</mn> 
            <mo>+</mo> 
            <mphantom> 
              <mn>2</mn> 
              <mo>+</mo> 
            </mphantom> 
            <mn>3</mn> 
          </mrow> 
        </mfrac> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mphantomBinferred2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mphantom> 
          <mi>A</mi> 
        </mphantom> 
        <mi>A</mi> 
        <mphantom> 
          <mi>A</mi> 
          <mo>+</mo> 
          <mi>A</mi> 
        </mphantom> 
        <mi>A</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mphantom> 
          <mi>A</mi> 
        </mphantom> 
        <mi>A</mi> 
        <mphantom> 
          <mi>A</mi> 
          <mo>+</mo> 
          <mi>A</mi> 
        </mphantom> 
        <mi>A</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mphantomBoperators3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mo>+</mo> 
        <mi>A</mi> 
        <mphantom> 
          <mo>+</mo> 
        </mphantom> 
        <mi>A</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mo>+</mo> 
        <mi>A</mi> 
        <mphantom> 
          <mo>+</mo> 
        </mphantom> 
        <mi>A</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mphantomScolor4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mstyle color='Red' background='Green'> 
          <mphantom> 
            <mi>A</mi> 
          </mphantom> 
        </mstyle> 
        <mi>A</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>A</mi> 
        <mstyle color='Red' background='Green'> 
          <mphantom> 
            <mi>A</mi> 
          </mphantom> 
        </mstyle> 
        <mi>A</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mphantomSinheritance5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='Blue'> 
        <mi>A</mi> 
        <mstyle scriptlevel='2'> 
          <mphantom> 
            <mi>A</mi> 
          </mphantom> 
        </mstyle> 
        <mi>A</mi> 
        <mstyle fontweight='bold'> 
          <mphantom> 
            <mi>A</mi> 
            <mo>+</mo> 
            <mi>A</mi> 
          </mphantom> 
          <mi>A</mi> 
        </mstyle> 
      </mstyle> 
      <mi>A</mi> 
      <mstyle scriptlevel='2'> 
        <mi>A</mi> 
      </mstyle> 
      <mi>A</mi> 
      <mstyle fontweight='bold'> 
        <mi>A</mi> 
        <mo>+</mo> 
        <mi>A</mi> 
        <mi>A</mi> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='Blue'> 
        <mi>A</mi> 
        <mstyle scriptlevel='2'> 
          <mphantom> 
            <mi>A</mi> 
          </mphantom> 
        </mstyle> 
        <mi>A</mi> 
        <mstyle fontweight='bold'> 
          <mphantom> 
            <mi>A</mi> 
            <mo>+</mo> 
            <mi>A</mi> 
          </mphantom> 
          <mi>A</mi> 
        </mstyle> 
      </mstyle> 
      <mi>A</mi> 
      <mstyle scriptlevel='2'> 
        <mi>A</mi> 
      </mstyle> 
      <mi>A</mi> 
      <mstyle fontweight='bold'> 
        <mi>A</mi> 
        <mo>+</mo> 
        <mi>A</mi> 
        <mi>A</mi> 
      </mstyle> 
    </mml:math></sect3>
</sect2>
<sect2><title>mrow</title>
<sect3><title>mrow1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> </mrow> 
    </mml:math></sect3>
<sect3><title>mrowAbg4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='yellow'> 
        <mo>(</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi> 
        <mo>)</mo> 
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='yellow'> 
        <mo>(</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi>
        <mo>+</mo> 
        <mi>x</mi> 
        <mo>)</mo> 
      </mstyle>
    </mml:math></sect3>
<sect3><title>mrowBinferred2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>2</mn> 
      <mo>+</mo> 
      <msqrt> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mn>1</mn> 
      </msqrt> 
      <mspace width="20pt" /> 
      <mrow> 
        <mn>2</mn> 
        <mo>+</mo> 
        <msqrt> 
          <mrow> 
            <mi>x</mi> 
            <mo>+</mo> 
            <mn>1</mn> 
          </mrow> 
        </msqrt> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>2</mn> 
      <mo>+</mo> 
      <msqrt> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mn>1</mn> 
      </msqrt> 
      <mspace width="20pt" /> 
      <mrow> 
        <mn>2</mn> 
        <mo>+</mo> 
        <msqrt> 
          <mrow> 
            <mi>x</mi> 
            <mo>+</mo> 
            <mn>1</mn> 
          </mrow> 
        </msqrt> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mrowBnested3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mrow> 
          <mfrac> 
            <mrow> 
              <mi>x</mi> 
            </mrow> 
            <mrow> 
              <mrow> 
                <mi>y</mi> 
              </mrow> 
            </mrow> 
          </mfrac> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mrow> 
          <mfrac> 
            <mrow> 
              <mi>x</mi> 
            </mrow> 
            <mrow> 
              <mrow> 
                <mi>y</mi> 
              </mrow> 
            </mrow> 
          </mfrac> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
</sect2>
<sect2><title>msqrt-mroot</title>
<sect3><title>mrootB1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mroot> 
          <mn>3</mn> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mn>3</mn> 
          </mrow> 
        </mroot> 
        <mo>+</mo> 
        <mroot> 
          <mn>3</mn> 
          <mi>x</mi> 
        </mroot> 
        <mo>+</mo> 
        <mroot> 
          <mfrac> 
            <mroot> 
              <mrow> 
                <mn>3</mn> 
                <mi>x</mi> 
              </mrow> 
              <mn>3</mn> 
            </mroot> 
            <mrow> 
              <mi>x</mi> 
              <mo>-</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
          <mfrac> 
            <mn>3</mn> 
            <mn>2</mn> 
          </mfrac> 
        </mroot> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mroot> 
          <mn>3</mn> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mn>3</mn> 
          </mrow> 
        </mroot> 
        <mo>+</mo> 
        <mroot> 
          <mn>3</mn> 
          <mi>x</mi> 
        </mroot> 
        <mo>+</mo> 
        <mroot> 
          <mfrac> 
            <mroot> 
              <mrow> 
                <mn>3</mn> 
                <mi>x</mi> 
              </mrow> 
              <mn>3</mn> 
            </mroot> 
            <mrow> 
              <mi>x</mi> 
              <mo>-</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
          <mfrac> 
            <mn>3</mn> 
            <mn>2</mn> 
          </mfrac> 
        </mroot> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mrootSfonts3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac> 
          <mstyle fontfamily='Helvetica'> 
            <mroot> 
              <mrow> 
                <mi>x</mi> 
                <mo>-</mo> 
                <mn>3</mn> 
              </mrow> 
              <mrow> 
                <mi>x</mi> 
                <mo>-</mo> 
                <mn>3</mn> 
              </mrow> 
            </mroot> 
          </mstyle> 
          <mstyle fontweight='bold'> 
            <mroot> 
              <mrow> 
                <mn>3</mn> 
                <mi>x</mi> 
              </mrow> 
              <mrow> 
                <mi>x</mi> 
                <mo>-</mo> 
                <mn>3</mn> 
              </mrow> 
            </mroot> 
          </mstyle> 
        </mfrac> 
        <mroot> 
          <mn>3</mn> 
          <mi>x</mi> 
        </mroot> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mfrac> 
          <mstyle fontfamily='Helvetica'> 
            <mroot> 
              <mrow> 
                <mi>x</mi> 
                <mo>-</mo> 
                <mn>3</mn> 
              </mrow> 
              <mrow> 
                <mi>x</mi> 
                <mo>-</mo> 
                <mn>3</mn> 
              </mrow> 
            </mroot> 
          </mstyle> 
          <mstyle fontweight='bold'> 
            <mroot> 
              <mrow> 
                <mn>3</mn> 
                <mi>x</mi> 
              </mrow> 
              <mrow> 
                <mi>x</mi> 
                <mo>-</mo> 
                <mn>3</mn> 
              </mrow> 
            </mroot> 
          </mstyle> 
        </mfrac> 
        <mroot> 
          <mn>3</mn> 
          <mi>x</mi> 
        </mroot> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mrootSscriptlevel4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mroot> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>3</mn> 
            </mfrac> 
          </mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>3</mn> 
          </mfrac> 
        </mroot> 
      </mstyle> 
      <mo>+</mo> 
      <mstyle scriptlevel='2'> 
        <mroot> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mn>3</mn> 
          </mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>3</mn> 
          </mfrac> 
        </mroot> 
      </mstyle> 
      <mo>+</mo> 
      <mroot> 
        <mrow> 
          <mi>x</mi> 
          <mo>-</mo> 
          <mn>3</mn> 
        </mrow> 
        <mfrac> 
          <mi>x</mi> 
          <mn>3</mn> 
        </mfrac> 
      </mroot> 
      <mo>+</mo> 
      <mstyle scriptlevel='2' displaystyle='true'> 
        <mfrac> 
          <mi>x</mi> 
          <mn>3</mn> 
        </mfrac> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mroot> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mn>3</mn> 
            </mfrac> 
          </mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>3</mn> 
          </mfrac> 
        </mroot> 
      </mstyle> 
      <mo>+</mo> 
      <mstyle scriptlevel='2'> 
        <mroot> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mn>3</mn> 
          </mrow> 
          <mfrac> 
            <mi>x</mi> 
            <mn>3</mn> 
          </mfrac> 
        </mroot> 
      </mstyle> 
      <mo>+</mo> 
      <mroot> 
        <mrow> 
          <mi>x</mi> 
          <mo>-</mo> 
          <mn>3</mn> 
        </mrow> 
        <mfrac> 
          <mi>x</mi> 
          <mn>3</mn> 
        </mfrac> 
      </mroot> 
      <mo>+</mo> 
      <mstyle scriptlevel='2' displaystyle='true'> 
        <mfrac> 
          <mi>x</mi> 
          <mn>3</mn> 
        </mfrac> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>msqrt5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msqrt> 
        <mo> - </mo> 
        <mn> 1 </mn> 
      </msqrt> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msqrt> 
        <mo> - </mo> 
        <mn> 1 </mn> 
      </msqrt> 
    </mml:math></sect3>
<sect3><title>msqrt6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msqrt> 
        <mrow> 
          <mo> - </mo> 
          <mn> 1 </mn> 
        </mrow> 
      </msqrt> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msqrt> 
        <mrow> 
          <mo> - </mo> 
          <mn> 1 </mn> 
        </mrow> 
      </msqrt> 
    </mml:math></sect3>
<sect3><title>msqrtB7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msqrt> 
          <mi>x</mi> 
          <mo>-</mo> 
          <mn>3</mn> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> 
          <mn>3</mn> 
          <mi>x</mi> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> 
          <mfrac> 
            <msqrt> 
              <mn>3</mn> 
              <mi>x</mi> 
            </msqrt> 
            <mrow> 
              <mi>x</mi> 
              <mo>-</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </msqrt> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msqrt> 
          <mi>x</mi> 
          <mo>-</mo> 
          <mn>3</mn> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> 
          <mn>3</mn> 
          <mi>x</mi> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> 
          <mfrac> 
            <msqrt> 
              <mn>3</mn> 
              <mi>x</mi> 
            </msqrt> 
            <mrow> 
              <mi>x</mi> 
              <mo>-</mo> 
              <mn>3</mn> 
            </mrow> 
          </mfrac> 
        </msqrt> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>msqrtBimplied8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msqrt> 
          <mi>x</mi> 
          <mo>-</mo> 
          <mn>3</mn> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mn>3</mn> 
          </mrow> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> </msqrt> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msqrt> 
          <mi>x</mi> 
          <mo>-</mo> 
          <mn>3</mn> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> 
          <mrow> 
            <mi>x</mi> 
            <mo>-</mo> 
            <mn>3</mn> 
          </mrow> 
        </msqrt> 
        <mo>+</mo> 
        <msqrt> </msqrt> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>msqrtSinheritance9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle color='Blue' fontweight='bold'> 
          <mfrac> 
            <mstyle fontstyle='italic'> 
              <msqrt> 
                <mrow> 
                  <mi>x</mi> 
                  <mo>-</mo> 
                  <mn>3</mn> 
                </mrow> 
              </msqrt> 
            </mstyle> 
            <mstyle fontweight='bold'> 
              <msqrt> 
                <mrow> 
                  <mn>3</mn> 
                  <mi>x</mi> 
                </mrow> 
              </msqrt> 
            </mstyle> 
          </mfrac> 
        </mstyle> 
        <mfrac> 
          <mstyle fontstyle='italic'> 
            <msqrt> 
              <mn>2</mn> 
              <mi>x</mi> 
              <mo>-</mo> 
              <mn>3</mn> 
            </msqrt> 
          </mstyle> 
          <mstyle fontweight='bold'> 
            <msqrt> 
              <mrow> 
                <mn>3</mn> 
                <mi>x</mi> 
              </mrow> 
            </msqrt> 
          </mstyle> 
        </mfrac> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle color='Blue' fontweight='bold'> 
          <mfrac> 
            <mstyle fontstyle='italic'> 
              <msqrt> 
                <mrow> 
                  <mi>x</mi> 
                  <mo>-</mo> 
                  <mn>3</mn> 
                </mrow> 
              </msqrt> 
            </mstyle> 
            <mstyle fontweight='bold'> 
              <msqrt> 
                <mrow> 
                  <mn>3</mn> 
                  <mi>x</mi> 
                </mrow> 
              </msqrt> 
            </mstyle> 
          </mfrac> 
        </mstyle> 
        <mfrac> 
          <mstyle fontstyle='italic'> 
            <msqrt> 
              <mn>2</mn> 
              <mi>x</mi> 
              <mo>-</mo> 
              <mn>3</mn> 
            </msqrt> 
          </mstyle> 
          <mstyle fontweight='bold'> 
            <msqrt> 
              <mrow> 
                <mn>3</mn> 
                <mi>x</mi> 
              </mrow> 
            </msqrt> 
          </mstyle> 
        </mfrac> 
      </mrow> 
    </mml:math></sect3>
</sect2>
<sect2><title>mstyle</title>
<sect3><title>mstyle1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle maxsize="1"> 
        <mrow> 
          <!-- comment --> 
          <mo> ( </mo> 
          <mfrac> 
            <mi> a </mi> 
            <mi> b </mi> 
          </mfrac> 
          <mo> ) </mo> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle maxsize="1"> 
        <mrow> 
          <!-- comment --> 
          <mo> ( </mo> 
          <mfrac> 
            <mi> a </mi> 
            <mi> b </mi> 
          </mfrac> 
          <mo> ) </mo> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mstyleA2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle mathsize="110%" mathvariant="bold-italic" mathcolor="#5F9EA0">
        <mn>2</mn>
        <mo>+</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle mathsize="110%" mathvariant="bold-italic" mathcolor="#5F9EA0">
        <mn>2</mn>
        <mo>+</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect3>
<sect3><title>mstyleAdep1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="150%" fontweight="bold" fontstyle="italic" fontfamily="helvetica" color="teal"> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mi>x</mi> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="150%" fontweight="bold" fontstyle="italic" fontfamily="helvetica" color="teal"> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mi>x</mi> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mstyleAlinethick1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle> 
        <mfrac> 
          <mi>x</mi> 
          <mfrac> 
            <mi>y</mi> 
            <mn>2</mn> 
          </mfrac> 
        </mfrac> 
      </mstyle>
      <mo>=</mo> 
      <mstyle> 
        <mfrac linethickness="2"> 
          <mi>x</mi> 
          <mfrac> 
            <mi>y</mi> 
            <mn>2</mn> 
          </mfrac> 
        </mfrac> 
      </mstyle>
      <mo>=</mo> 
      <mstyle linethickness="2"> 
        <mfrac> 
          <mi>x</mi> 
          <mfrac> 
            <mi>y</mi> 
            <mn>2</mn> 
          </mfrac> 
        </mfrac> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle> 
        <mfrac> 
          <mi>x</mi> 
          <mfrac> 
            <mi>y</mi> 
            <mn>2</mn> 
          </mfrac> 
        </mfrac> 
      </mstyle>
      <mo>=</mo> 
      <mstyle> 
        <mfrac linethickness="2"> 
          <mi>x</mi> 
          <mfrac> 
            <mi>y</mi> 
            <mn>2</mn> 
          </mfrac> 
        </mfrac> 
      </mstyle>
      <mo>=</mo> 
      <mstyle linethickness="2"> 
        <mfrac> 
          <mi>x</mi> 
          <mfrac> 
            <mi>y</mi> 
            <mn>2</mn> 
          </mfrac> 
        </mfrac> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mstyleAminscript1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn>2</mn> 
        <mi>x</mi> 
      </mfrac> 
      <mo>=</mo> 
      <mstyle scriptminsize="20pt"> 
        <mfrac> 
          <mn>2</mn> 
          <mi>x</mi> 
        </mfrac> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mn>2</mn> 
        <mi>x</mi> 
      </mfrac> 
      <mo>=</mo> 
      <mstyle scriptminsize="20pt"> 
        <mfrac> 
          <mn>2</mn> 
          <mi>x</mi> 
        </mfrac> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mstyleAscriptlevel1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="2"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="9"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="0"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="+2"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="-4"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="2"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="9"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="0"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="+2"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle> 
      <mstyle scriptlevel="-4"> 
        <mfrac> 
          <mi>2</mi> 
          <mo>4</mo> 
        </mfrac> 
      </mstyle>
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>ScriptsAndLimits</title>
<sect2><title>mmultiscripts</title>
<sect3><title>mmultiscripts1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mmultiscripts> 
          <mi> F </mi> 
          <mn> 1 </mn> 
          <none/> 
          <mprescripts/> 
          <mn> 0 </mn> 
          <none/> 
        </mmultiscripts> 
        <mo> &#x02061; </mo> 
        <mrow> 
          <mo> ( </mo> 
          <mrow> 
            <mo> ; </mo> 
            <mi> a </mi> 
            <mo> ; </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo> ) </mo> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mmultiscripts> 
          <mi> F </mi> 
          <mn> 1 </mn> 
          <none/> 
          <mprescripts/> 
          <mn> 0 </mn> 
          <none/> 
        </mmultiscripts> 
        <mo> &#x02061; </mo> 
        <mrow> 
          <mo> ( </mo> 
          <mrow> 
            <mo> ; </mo> 
            <mi> a </mi> 
            <mo> ; </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo> ) </mo> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mmultiscripts2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mmultiscripts> 
        <mi> R </mi> 
        <mi> i </mi> 
        <none/> 
        <none/> 
        <mi> j </mi> 
        <mi> k </mi> 
        <none/> 
        <mi> l </mi> 
        <none/> 
      </mmultiscripts> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mmultiscripts> 
        <mi> R </mi> 
        <mi> i </mi> 
        <none/> 
        <none/> 
        <mi> j </mi> 
        <mi> k </mi> 
        <none/> 
        <mi> l </mi> 
        <none/> 
      </mmultiscripts> 
    </mml:math></sect3>
</sect2>
<sect2><title>mover</title>
<sect3><title>mover1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover accent="true"> 
          <mi> x </mi> 
          <mo> &#x0005E; </mo> 
        </mover> 
        <mtext> &#x02002;&#x02002;vs&#x02002;&#x02002; </mtext> 
        <mover accent="false"> 
          <mi> x </mi> 
          <mo> &#x0005E; </mo> 
        </mover> 
      </mrow> 
    </mml:math>
]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover accent="true"> 
          <mi> x </mi> 
          <mo> &#x0005E; </mo> 
        </mover> 
        <mtext> &#x02002;&#x02002;vs&#x02002;&#x02002; </mtext> 
        <mover accent="false"> 
          <mi> x </mi> 
          <mo> &#x0005E; </mo> 
        </mover> 
      </mrow> 
    </mml:math>
</sect3>
<sect3><title>mover2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover accent="true"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo> &#x000AF; </mo> 
        </mover> 
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
        </mtext> 
        <mover accent="false"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo> &#x000AF; </mo> 
        </mover> 
      </mrow> 
    </mml:math>
]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover accent="true"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo> &#x000AF; </mo> 
        </mover> 
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
        </mtext> 
        <mover accent="false"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo> &#x000AF; </mo> 
        </mover> 
      </mrow> 
    </mml:math>
</sect3>
<sect3><title>mover3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <munder> 
            <mo> &#x0222B; </mo> 
            <mn> 0 </mn> 
          </munder> 
          <mi> &#x0221E; </mi> 
        </mover> 
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
        </mtext> 
        <munderover> 
          <mo> &#x0222B; </mo> 
          <mn> 0 </mn> 
          <mi> &#x0221E; </mi> 
        </munderover> 
      </mrow> 
    </mml:math>
]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <munder> 
            <mo> &#x0222B; </mo> 
            <mn> 0 </mn> 
          </munder> 
          <mi> &#x0221E; </mi> 
        </mover> 
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
        </mtext> 
        <munderover> 
          <mo> &#x0222B; </mo> 
          <mn> 0 </mn> 
          <mi> &#x0221E; </mi> 
        </munderover> 
      </mrow> 
    </mml:math>
</sect3>
</sect2>
<sect2><title>msub</title>
<sect3><title>msub1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msub> 
        <mi> m </mi> 
        <mrow> 
          <mn> 1 </mn> 
          <mo> &#x0200B; </mo> 
          <mn> 2 </mn> 
        </mrow> 
      </msub> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msub> 
        <mi> m </mi> 
        <mrow> 
          <mn> 1 </mn> 
          <mo> &#x0200B; </mo> 
          <mn> 2 </mn> 
        </mrow> 
      </msub> 
    </mml:math></sect3>
</sect2>
<sect2><title>msubsup</title>
<sect3><title>msubsup1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msubsup> 
          <mo> &#x0222B; </mo> 
          <mn> 0 </mn> 
          <mn> 1 </mn> 
        </msubsup> 
        <mrow> 
          <msup> 
            <mi> &#x02147; </mi> 
            <mi> x </mi> 
          </msup> 
          <mo> &#x02062; </mo> 
          <mrow> 
            <mo> &#x02146; </mo> 
            <mi> x </mi> 
          </mrow> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msubsup> 
          <mo> &#x0222B; </mo> 
          <mn> 0 </mn> 
          <mn> 1 </mn> 
        </msubsup> 
        <mrow> 
          <msup> 
            <mi> &#x02147; </mi> 
            <mi> x </mi> 
          </msup> 
          <mo> &#x02062; </mo> 
          <mrow> 
            <mo> &#x02146; </mo> 
            <mi> x </mi> 
          </mrow> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>msubsupBsize1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>x</mi>
        <mn>1</mn>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>x</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>1</mi>
      </msup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mn>1</mn>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mi>a</mi>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mn>1</mn>
        <mi>x</mi>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mi>a</mi>
        <mi>x</mi>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mn>1</mn>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mi>a</mi>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mn>1</mn>
        <mi>x</mi>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mi>a</mi>
        <mi>x</mi>
      </msubsup>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>x</mi>
        <mn>1</mn>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>x</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>1</mi>
      </msup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mn>1</mn>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mi>a</mi>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mn>1</mn>
        <mi>x</mi>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>x</mi>
        <mi>a</mi>
        <mi>x</mi>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mn>1</mn>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mi>a</mi>
        <mn>2</mn>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mn>1</mn>
        <mi>x</mi>
      </msubsup>
      <mo>+</mo>
      <msubsup>
        <mi>H</mi>
        <mi>a</mi>
        <mi>x</mi>
      </msubsup>
    </mml:math></sect3>
<sect3><title>msubsupBsize2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msubsup> 
        <mo>&#x0222B;</mo> 
        <mn>0</mn> 
        <mn>1</mn> 
      </msubsup> 
      <mo>+</mo> 
      <msubsup> 
        <mfrac> 
          <mi>x</mi> 
          <mi>y</mi> 
        </mfrac> 
        <mn>0</mn> 
        <mi>a</mi> 
      </msubsup> 
      <mo>+</mo> 
      <msubsup> 
        <mfrac> 
          <mi>x</mi> 
          <mi>y</mi> 
        </mfrac> 
        <mn>0</mn> 
        <mn>1</mn> 
      </msubsup> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <msubsup> 
          <mo>&#x0222B;</mo> 
          <mn>0</mn> 
          <mi>a</mi> 
        </msubsup> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msubsup> 
        <mo>&#x0222B;</mo> 
        <mn>0</mn> 
        <mn>1</mn> 
      </msubsup> 
      <mo>+</mo> 
      <msubsup> 
        <mfrac> 
          <mi>x</mi> 
          <mi>y</mi> 
        </mfrac> 
        <mn>0</mn> 
        <mi>a</mi> 
      </msubsup> 
      <mo>+</mo> 
      <msubsup> 
        <mfrac> 
          <mi>x</mi> 
          <mi>y</mi> 
        </mfrac> 
        <mn>0</mn> 
        <mn>1</mn> 
      </msubsup> 
      <mo>+</mo> 
      <mstyle displaystyle='true'> 
        <msubsup> 
          <mo>&#x0222B;</mo> 
          <mn>0</mn> 
          <mi>a</mi> 
        </msubsup> 
      </mstyle> 
    </mml:math></sect3>
</sect2>
<sect2><title>msup</title>
<sect3><title>msup1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msup> 
        <mrow> 
          <mi> x </mi> 
          <malignmark edge="right"/> 
        </mrow> 
        <mn> 2 </mn> 
      </msup> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msup> 
        <mrow> 
          <mi> x </mi> 
          <malignmark edge="right"/> 
        </mrow> 
        <mn> 2 </mn> 
      </msup> 
    </mml:math></sect3>
<sect3><title>msup2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msup> 
        <mrow> 
          <mo> ( </mo> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
          </mrow> 
          <mo> ) </mo> 
        </mrow> 
        <mn> 2 </mn> 
      </msup> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msup> 
        <mrow> 
          <mo> ( </mo> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
          </mrow> 
          <mo> ) </mo> 
        </mrow> 
        <mn> 2 </mn> 
      </msup> 
    </mml:math></sect3>
<sect3><title>msupBnest1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <msup> 
          <mrow> 
            <mi>y</mi> 
          </mrow> 
          <mrow> 
            <mi>n</mi> 
          </mrow> 
        </msup> 
      </mrow>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <msup> 
          <mrow> 
            <mi>y</mi> 
          </mrow> 
          <mrow> 
            <mi>n</mi> 
          </mrow> 
        </msup> 
      </mrow>
    </mml:math></sect3>
<sect3><title>msupBsize1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>A</mi>
      <mi>B</mi>
      <mi>C</mi>
      <mi>D</mi>
      <mi>E</mi>
      <mi>F</mi>
      <mi>G</mi>
      <mi>H</mi>
      <mi>I</mi>
      <mi>J</mi>
      <mi>K</mi>
      <mi>L</mi>
      <mi>M</mi>
      <mi>N</mi>
      <mi>O</mi>
      <mi>P</mi>
      <mi>Q</mi>
      <mi>R</mi>
      <mi>S</mi>
      <mi>T</mi>
      <mi>U</mi>
      <mi>V</mi>
      <mi>W</mi>
      <mi>X</mi>
      <mi>Y</mi>
      <mi>Z</mi>
      <mn>1</mn>
      <mn>2</mn>
      <mn>3</mn>
      <mn>4</mn>
      <mn>5</mn>
      <mn>6</mn>
      <mi>a</mi>
      <mi>b</mi>
      <mi>c</mi>
      <mi>d</mi>
      <mi>e</mi>
      <mi>f</mi>
      <mi>g</mi>
      <mi>h</mi>
      <mi>i</mi>
      <mi>j</mi>
      <mi>k</mi>
      <mi>l</mi>
      <mi>m</mi>
      <mi>n</mi>
      <mi>o</mi>
      <mi>p</mi>
      <mi>q</mi>
      <mi>r</mi>
      <mi>s</mi>
      <mi>t</mi>
      <mi>u</mi>
      <mi>v</mi>
      <mi>w</mi>
      <mi>x</mi>
      <mi>y</mi>
      <mi>z</mi>
      <mi>1</mi>
      <mi>2</mi>
      <mi>3</mi>
      <mi>4</mi>
      <mi>5</mi>
      <mi>6</mi>
      <msup>
        <mi>2</mi>
        <mrow>
          <mi>A</mi>
          <mi>B</mi>
          <mi>C</mi>
          <mi>D</mi>
          <mi>E</mi>
          <mi>F</mi>
          <mi>G</mi>
          <mi>H</mi>
          <mi>I</mi>
          <mi>J</mi>
          <mi>K</mi>
          <mi>L</mi>
          <mi>M</mi>
          <mi>N</mi>
          <mi>O</mi>
          <mi>P</mi>
          <mi>Q</mi>
          <mi>R</mi>
          <mi>S</mi>
          <mi>T</mi>
          <mi>U</mi>
          <mi>V</mi>
          <mi>W</mi>
          <mi>X</mi>
          <mi>Y</mi>
          <mi>Z</mi>
          <mi>1</mi>
          <mi>2</mi>
          <mi>3</mi>
          <mi>4</mi>
          <mi>5</mi>
          <mi>6</mi>
          <mi>a</mi>
          <mi>b</mi>
          <mi>c</mi>
          <mi>d</mi>
          <mi>e</mi>
          <mi>f</mi>
          <mi>g</mi>
          <mi>h</mi>
          <mi>i</mi>
          <mi>j</mi>
          <mi>k</mi>
          <mi>l</mi>
          <mi>m</mi>
          <mi>n</mi>
          <mi>o</mi>
          <mi>p</mi>
          <mi>q</mi>
          <mi>r</mi>
          <mi>s</mi>
          <mi>t</mi>
          <mi>u</mi>
          <mi>v</mi>
          <mi>w</mi>
          <mi>x</mi>
          <mi>y</mi>
          <mi>z</mi>
          <mi>1</mi>
          <mi>2</mi>
          <mi>3</mi>
          <mi>4</mi>
          <mi>5</mi>
          <mi>6</mi>
        </mrow>
      </msup>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>A</mi>
      <mi>B</mi>
      <mi>C</mi>
      <mi>D</mi>
      <mi>E</mi>
      <mi>F</mi>
      <mi>G</mi>
      <mi>H</mi>
      <mi>I</mi>
      <mi>J</mi>
      <mi>K</mi>
      <mi>L</mi>
      <mi>M</mi>
      <mi>N</mi>
      <mi>O</mi>
      <mi>P</mi>
      <mi>Q</mi>
      <mi>R</mi>
      <mi>S</mi>
      <mi>T</mi>
      <mi>U</mi>
      <mi>V</mi>
      <mi>W</mi>
      <mi>X</mi>
      <mi>Y</mi>
      <mi>Z</mi>
      <mn>1</mn>
      <mn>2</mn>
      <mn>3</mn>
      <mn>4</mn>
      <mn>5</mn>
      <mn>6</mn>
      <mi>a</mi>
      <mi>b</mi>
      <mi>c</mi>
      <mi>d</mi>
      <mi>e</mi>
      <mi>f</mi>
      <mi>g</mi>
      <mi>h</mi>
      <mi>i</mi>
      <mi>j</mi>
      <mi>k</mi>
      <mi>l</mi>
      <mi>m</mi>
      <mi>n</mi>
      <mi>o</mi>
      <mi>p</mi>
      <mi>q</mi>
      <mi>r</mi>
      <mi>s</mi>
      <mi>t</mi>
      <mi>u</mi>
      <mi>v</mi>
      <mi>w</mi>
      <mi>x</mi>
      <mi>y</mi>
      <mi>z</mi>
      <mi>1</mi>
      <mi>2</mi>
      <mi>3</mi>
      <mi>4</mi>
      <mi>5</mi>
      <mi>6</mi>
      <msup>
        <mi>2</mi>
        <mrow>
          <mi>A</mi>
          <mi>B</mi>
          <mi>C</mi>
          <mi>D</mi>
          <mi>E</mi>
          <mi>F</mi>
          <mi>G</mi>
          <mi>H</mi>
          <mi>I</mi>
          <mi>J</mi>
          <mi>K</mi>
          <mi>L</mi>
          <mi>M</mi>
          <mi>N</mi>
          <mi>O</mi>
          <mi>P</mi>
          <mi>Q</mi>
          <mi>R</mi>
          <mi>S</mi>
          <mi>T</mi>
          <mi>U</mi>
          <mi>V</mi>
          <mi>W</mi>
          <mi>X</mi>
          <mi>Y</mi>
          <mi>Z</mi>
          <mi>1</mi>
          <mi>2</mi>
          <mi>3</mi>
          <mi>4</mi>
          <mi>5</mi>
          <mi>6</mi>
          <mi>a</mi>
          <mi>b</mi>
          <mi>c</mi>
          <mi>d</mi>
          <mi>e</mi>
          <mi>f</mi>
          <mi>g</mi>
          <mi>h</mi>
          <mi>i</mi>
          <mi>j</mi>
          <mi>k</mi>
          <mi>l</mi>
          <mi>m</mi>
          <mi>n</mi>
          <mi>o</mi>
          <mi>p</mi>
          <mi>q</mi>
          <mi>r</mi>
          <mi>s</mi>
          <mi>t</mi>
          <mi>u</mi>
          <mi>v</mi>
          <mi>w</mi>
          <mi>x</mi>
          <mi>y</mi>
          <mi>z</mi>
          <mi>1</mi>
          <mi>2</mi>
          <mi>3</mi>
          <mi>4</mi>
          <mi>5</mi>
          <mi>6</mi>
        </mrow>
      </msup>
    </mml:math></sect3>
<sect3><title>msupBsize2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>x</mi>
        <mn>1</mn>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>x</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>1</mi>
      </msup>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>x</mi>
        <mn>1</mn>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>x</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>a</mi>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>H</mi>
        <mi>1</mi>
      </msup>
    </mml:math></sect3>
<sect3><title>msupBsize3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msup> 
        <mo>&#x0222B;</mo> 
        <mn>1</mn> 
      </msup> 
      <mo>+</mo> 
      <msup> 
        <mstyle background='green'> 
          <mfrac> 
            <mi>x</mi> 
            <mi>y</mi> 
          </mfrac> 
        </mstyle> 
        <mi>a</mi> 
      </msup> 
      <mo>+</mo> 
      <msup> 
        <mstyle background='green'> 
          <mfrac> 
            <mi>x</mi> 
            <mi>y</mi> 
          </mfrac> 
        </mstyle> 
        <mn>1</mn> 
      </msup> 
      <mo>+</mo> 
      <msup> 
        <mo>&#x0222B;</mo> 
        <mi>a</mi> 
      </msup> 
      <mo>+</mo> 
      <mstyle displaystyle="true"> 
        <msup> 
          <mo>&#x0222B;</mo> 
          <mi>a</mi> 
        </msup> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msup> 
        <mo>&#x0222B;</mo> 
        <mn>1</mn> 
      </msup> 
      <mo>+</mo> 
      <msup> 
        <mstyle background='green'> 
          <mfrac> 
            <mi>x</mi> 
            <mi>y</mi> 
          </mfrac> 
        </mstyle> 
        <mi>a</mi> 
      </msup> 
      <mo>+</mo> 
      <msup> 
        <mstyle background='green'> 
          <mfrac> 
            <mi>x</mi> 
            <mi>y</mi> 
          </mfrac> 
        </mstyle> 
        <mn>1</mn> 
      </msup> 
      <mo>+</mo> 
      <msup> 
        <mo>&#x0222B;</mo> 
        <mi>a</mi> 
      </msup> 
      <mo>+</mo> 
      <mstyle displaystyle="true"> 
        <msup> 
          <mo>&#x0222B;</mo> 
          <mi>a</mi> 
        </msup> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>msupSadvance1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>H</mi>
        <mn>2</mn>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>&#x0210B;</mi>
        <mn>2</mn>
      </msup>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>H</mi>
        <mn>2</mn>
      </msup>
      <mo>+</mo>
      <msup>
        <mi>&#x0210B;</mi>
        <mn>2</mn>
      </msup>
    </mml:math></sect3>
</sect2>
<sect2><title>munder</title>
<sect3><title>munder1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munder> 
          <mo> ( </mo> 
          <mo> &#x00332; </mo> 
        </munder> 
        <mfrac> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mover> 
          <mo> ) </mo> 
          <mo> &#x000AF; </mo> 
        </mover> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munder> 
          <mo> ( </mo> 
          <mo> &#x00332; </mo> 
        </munder> 
        <mfrac> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mover> 
          <mo> ) </mo> 
          <mo> &#x000AF; </mo> 
        </mover> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>munder2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munder accentunder="true"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo stretchy='true'> &#x0FE38; </mo> 
        </munder> 
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
        </mtext> 
        <munder accentunder="false"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo stretchy='true'> &#x0FE38; </mo> 
        </munder> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munder accentunder="true"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo stretchy='true'> &#x0FE38; </mo> 
        </munder> 
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
        </mtext> 
        <munder accentunder="false"> 
          <mrow> 
            <mi> x </mi> 
            <mo> + </mo> 
            <mi> y </mi> 
            <mo> + </mo> 
            <mi> z </mi> 
          </mrow> 
          <mo stretchy='true'> &#x0FE38; </mo> 
        </munder> 
      </mrow> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>TablesAndMatrices</title>
<sect2><title>mtable</title>
<sect3><title>deprecated-mtd1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtd> </mtd> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtd> </mtd> 
    </mml:math></sect3>
<sect3><title>deprecated-mtd2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtd> 
        <mrow> </mrow> 
      </mtd> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtd> 
        <mrow> </mrow> 
      </mtd> 
    </mml:math></sect3>
<sect3><title>maligngroup1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable groupalign='{decimalpoint left left decimalpoint left left decimalpoint}'> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mrow> 
                <maligngroup/> 
                <mn> 8.44 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> x </mi> 
              </mrow> 
              <maligngroup/> 
              <mo> + </mo> 
              <mrow> 
                <maligngroup/> 
                <mn> 55 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> y </mi> 
              </mrow> 
            </mrow> 
            <maligngroup/> 
            <mo> = </mo> 
            <maligngroup/> 
            <mn> 0 </mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mrow> 
                <maligngroup/> 
                <mn> 3.1 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> x </mi> 
              </mrow> 
              <maligngroup/> 
              <mo> - </mo> 
              <mrow> 
                <maligngroup/> 
                <mn> 0.7 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> y </mi> 
              </mrow> 
            </mrow> 
            <maligngroup/> 
            <mo> = </mo> 
            <maligngroup/> 
            <mrow> 
              <mo> - </mo> 
              <mn> 1.1 </mn> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable groupalign='{decimalpoint left left decimalpoint left left decimalpoint}'> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mrow> 
                <maligngroup/> 
                <mn> 8.44 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> x </mi> 
              </mrow> 
              <maligngroup/> 
              <mo> + </mo> 
              <mrow> 
                <maligngroup/> 
                <mn> 55 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> y </mi> 
              </mrow> 
            </mrow> 
            <maligngroup/> 
            <mo> = </mo> 
            <maligngroup/> 
            <mn> 0 </mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mrow> 
                <maligngroup/> 
                <mn> 3.1 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> x </mi> 
              </mrow> 
              <maligngroup/> 
              <mo> - </mo> 
              <mrow> 
                <maligngroup/> 
                <mn> 0.7 </mn> 
                <mo> &#x02062; </mo> 
                <maligngroup/> 
                <mi> y </mi> 
              </mrow> 
            </mrow> 
            <maligngroup/> 
            <mo> = </mo> 
            <maligngroup/> 
            <mrow> 
              <mo> - </mo> 
              <mn> 1.1 </mn> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtable2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable columnwidth='auto 9em fit' rowspacing='3ex' columnalign='left'> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mrow> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mi>y</mi> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>2</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>2</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>2</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mi>y</mi> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>2</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>2</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>2</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>3</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>3</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>2</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>2</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>2</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>3</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>3</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>4</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>3</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>6</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>3</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>4</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>3</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>3</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>4</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>3</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>6</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>3</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>4</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>5</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>5</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>4</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>10</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>3</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>10</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>3</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>5</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>4</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>5</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable columnwidth='auto 9em fit' rowspacing='3ex' columnalign='left'> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mrow> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mi>y</mi> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>2</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>2</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>2</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mi>y</mi> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>2</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>2</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>2</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>3</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>3</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>2</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>2</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>2</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>3</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>3</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>4</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>3</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>6</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>3</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>4</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>3</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>3</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>3</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>4</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>3</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>6</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>4</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>3</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>4</mn> 
              </msup> 
            </mrow> 
          </mtd> 
          <mtd> 
            <mrow> 
              <msup> 
                <mi>x</mi> 
                <mn>5</mn> 
              </msup> 
              <mo>+</mo> 
              <mrow> 
                <mn>5</mn> 
                <mo>&#x02062;</mo> 
                <mi>y</mi> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>4</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>10</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>2</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>3</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>10</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>3</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>x</mi> 
                  <mn>2</mn> 
                </msup> 
              </mrow> 
              <mo>+</mo> 
              <mrow> 
                <mn>5</mn> 
                <mo>&#x02062;</mo> 
                <msup> 
                  <mi>y</mi> 
                  <mn>4</mn> 
                </msup> 
                <mo>&#x02062;</mo> 
                <mi>x</mi> 
              </mrow> 
              <mo>+</mo> 
              <msup> 
                <mi>y</mi> 
                <mn>5</mn> 
              </msup> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAalign1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>3</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>3</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAalign2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top bottom center baseline" displaystyle="true"> 
        <mtr>
          <mtd>
            <mtext>Top</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
        <mtr>
          <mtd>
            <mtext>Bottom</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
        <mtr>
          <mtd>
            <mtext>Center</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
        <mtr>
          <mtd>
            <mtext>Baseline</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top bottom center baseline" displaystyle="true"> 
        <mtr>
          <mtd>
            <mtext>Top</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
        <mtr>
          <mtd>
            <mtext>Bottom</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
        <mtr>
          <mtd>
            <mtext>Center</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
        <mtr>
          <mtd>
            <mtext>Baseline</mtext>
          </mtd> 
          <mtd>
            <mn>3</mn>
          </mtd> 
          <mtd> 
            <mfrac> 
              <mrow> 
                <mi>a</mi> 
                <mo>+</mo> 
                <mn>1</mn> 
              </mrow> 
              <mi>2</mi> 
            </mfrac> 
          </mtd> 
          <mtd> 
            <mover> 
              <mi>y</mi> 
              <mfrac> 
                <mrow> 
                  <mi>a</mi> 
                  <mo>+</mo> 
                  <mn>1</mn> 
                </mrow> 
                <mi>2</mi> 
              </mfrac> 
            </mover> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAalign3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math> ]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math> </sect3>
<sect3><title>mtableAframe1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="dashed" framespacing="0.4em 0.5ex">
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
        </mtr> 
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="dashed" framespacing="0.4em 0.5ex">
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
        </mtr> 
      </mtable>
    </mml:math></sect3>
<sect3><title>mtableAframe2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" framespacing="thinmathspace mediummathspace">
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
        </mtr> 
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" framespacing="thinmathspace mediummathspace">
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
        </mtr> 
      </mtable>
    </mml:math></sect3>
<sect3><title>mtableAgroupalign.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable groupalign="{left, right} {right decimalpoint} ">
        <mtr groupalign="{left, right}">
          <mtd groupalign="left"> 
            <mi>x</mi> 
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable groupalign="{left, right} {right decimalpoint} ">
        <mtr groupalign="{left, right}">
          <mtd groupalign="left"> 
            <mi>x</mi> 
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAlines1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid dashed" rowlines="none dashed">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>3</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid dashed" rowlines="none dashed">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>3</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAlines2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>3</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>3</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAspacing1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" columnspacing="thinmathspace 14pt" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" columnspacing="thinmathspace 14pt" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAspacing2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" equalrows="true" columnspacing="thinmathspace 14pt" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" equalrows="true" columnspacing="thinmathspace 14pt" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAspacing3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>5</mn>
              </mrow>
              <mi>3</mi>
            </mfrac>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAspacing4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>5</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
        <mtr>
          <mtd>
            <mfrac>
              <mrow>
                <mi>a</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
              <mi>2</mi>
            </mfrac>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
          <mtd>
            <mi>c</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mrow>
              <mfrac>
                <mn>2</mn>
                <mn>3</mn>
              </mfrac>
              <mi>y</mi>
              <mo>+</mo>
              <mn>5</mn>
            </mrow>
          </mtd>
          <mtd>
            <mi>z</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mn>1</mn>
          </mtd>
          <mtd>
            <mn>2</mn>
          </mtd>
          <mtd>
            <mn>5</mn>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAwidth1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" width="25em"> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mn>2</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>x</mi> 
          </mtd> 
          <mtd> 
            <mi>y</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" width="25em"> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mn>2</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>x</mi> 
          </mtd> 
          <mtd> 
            <mi>y</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAwidth2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" width="auto">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" width="auto">
        <mtr>
          <mtd>
            <mi>a</mi>
          </mtd>
          <mtd>
            <mi>b</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mi>x</mi>
          </mtd>
          <mtd>
            <mi>y</mi>
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAwidth3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" width="50%"> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mn>2</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>x</mi> 
          </mtd> 
          <mtd> 
            <mi>y</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" width="50%"> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mn>2</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>x</mi> 
          </mtd> 
          <mtd> 
            <mi>y</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableAwidth4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" width="200pt"> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mn>2</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>x</mi> 
          </mtd> 
          <mtd> 
            <mi>y</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid" width="200pt"> 
        <mtr> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
          <mtd> 
            <mn>2</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>x</mi> 
          </mtd> 
          <mtd> 
            <mi>y</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableBsize1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mo>&#x02190;</mo> 
          </mtd> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>a long cell</mtext> 
          </mtd> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mo>&#x02190;</mo> 
          </mtd> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>a long cell</mtext> 
          </mtd> 
          <mtd> 
            <mn>1</mn> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mtableBsize2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable equalrows='false' equalcolumns='false'>
        <mtr> 
          <mtd>
            <mi>H</mi>
          </mtd> 
          <mtd>
            <mo>&#x02192;</mo>
          </mtd> 
          <mtd>
            <mi>G</mi>
          </mtd> 
        </mtr>
        <mtr> 
          <mtd>
            <mo>&#x02193;</mo>
          </mtd> 
          <mtd>
            <mspace height='2em' width='3em'/>
          </mtd> 
          <mtd>
            <mo>&#x02193;</mo>
          </mtd> 
        </mtr>
        <mtr> 
          <mtd>
            <mi>K</mi>
          </mtd> 
          <mtd>
            <mo>&#x02192;</mo>
          </mtd> 
          <mtd>
            <mi>L</mi>
          </mtd> 
        </mtr>
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable equalrows='false' equalcolumns='false'>
        <mtr> 
          <mtd>
            <mi>H</mi>
          </mtd> 
          <mtd>
            <mo>&#x02192;</mo>
          </mtd> 
          <mtd>
            <mi>G</mi>
          </mtd> 
        </mtr>
        <mtr> 
          <mtd>
            <mo>&#x02193;</mo>
          </mtd> 
          <mtd>
            <mspace height='2em' width='3em'/>
          </mtd> 
          <mtd>
            <mo>&#x02193;</mo>
          </mtd> 
        </mtr>
        <mtr> 
          <mtd>
            <mi>K</mi>
          </mtd> 
          <mtd>
            <mo>&#x02192;</mo>
          </mtd> 
          <mtd>
            <mi>L</mi>
          </mtd> 
        </mtr>
      </mtable>
    </mml:math></sect3>
</sect2>
<sect2><title>nested</title>
<sect3><title>mtableAwidth1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mtable frame="solid" width="25em">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="50%">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="200pt">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mtable frame="solid" width="25em">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="50%">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="200pt">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
      </mtable>
    </mml:math></sect3>
<sect3><title>nestedAwidth1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mtable frame="solid" width="25em">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="50%">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="200pt">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mtable frame="solid" width="25em">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="50%">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
        <mtr>
          <mtd> 
            <mtable frame="solid" width="200pt">
              <mtr>
                <mtd>
                  <mn>1</mn>
                </mtd>
                <mtd>
                  <mn>2</mn>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
                <mtd>
                  <mi>y</mi>
                </mtd>
              </mtr>
            </mtable> 
          </mtd>
        </mtr>
      </mtable>
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>TokenElements</title>
<sect2><title>CommonAttributes</title>
<sect3><title>hexcolors2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mi color='#f00'>A</mi> 
              <mo>+</mo> 
              <mi color='#0000ff'>A</mi> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mn mathcolor='#f00'>1</mn> 
              <mo>+</mo> 
              <mn mathcolor='#0000ff'>1</mn> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mn mathbackground='#f00'>1</mn> 
              <mo>+</mo> 
              <mn mathbackground='#0000ff'>1</mn> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mi color='#f00'>A</mi> 
              <mo>+</mo> 
              <mi color='#0000ff'>A</mi> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mn mathcolor='#f00'>1</mn> 
              <mo>+</mo> 
              <mn mathcolor='#0000ff'>1</mn> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mn mathbackground='#f00'>1</mn> 
              <mo>+</mo> 
              <mn mathbackground='#0000ff'>1</mn> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>sizeunits3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mi>M</mi> 
        <mo>+</mo> 
        <mi mathsize='2em'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='2ex'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='.1in'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='.5cm'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='8mm'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='24pt'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='2pc'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='75%'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='36'>x</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mi>M</mi> 
        <mo>+</mo> 
        <mi mathsize='2em'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='2ex'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='.1in'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='.5cm'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='8mm'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='24pt'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='2pc'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='75%'>x</mi> 
        <mo>+</mo> 
        <mi mathsize='36'>x</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>sizeunits4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msup> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='24pt'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1ex'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1em'> 
          <mrow> 
            <mi>M</mi> 
            <mi mathcolor='Blue'>x</mi> 
          </mrow> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='10pt'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='0.25in'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1cm'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='10mm'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1pc'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup > 
          <mi fontsize='170%' mathcolor='Blue'>x 
          </mi> 
          <mn>2</mn> 
        </msup> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msup> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='24pt'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1ex'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1em'> 
          <mrow> 
            <mi>M</mi> 
            <mi mathcolor='Blue'>x</mi> 
          </mrow> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='10pt'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='0.25in'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1cm'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='10mm'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1pc'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup > 
          <mi fontsize='170%' mathcolor='Blue'>x 
          </mi> 
          <mn>2</mn> 
        </msup> 
      </mrow> 
    </mml:math></sect3>
</sect2>
<sect2><title>mglyph</title>
<sect3><title>rec-mglyph1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi> 
        <mglyph fontfamily="my-braid-font" index="2" alt="23braid"/> 
      </mi> 
      <mspace width="10pt"/> 
      <mn> 
        <mglyph fontfamily="Curlz MT" index="65" alt="script 'A'"/> 
      </mn> 
      <mspace width="10pt"/> 
      <mn> 
        <mglyph fontfamily="Arial" index="97" alt="lowercase 'a'"/> 
      </mn> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi> 
        <mglyph fontfamily="my-braid-font" index="2" alt="23braid"/> 
      </mi> 
      <mspace width="10pt"/> 
      <mn> 
        <mglyph fontfamily="Curlz MT" index="65" alt="script 'A'"/> 
      </mn> 
      <mspace width="10pt"/> 
      <mn> 
        <mglyph fontfamily="Arial" index="97" alt="lowercase 'a'"/> 
      </mn> 
    </mml:math></sect3>
<sect3><title>rec-mglyph2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi> &#x003B1; 
        <mglyph fontfamily="Arial" index="99" alt="c"/> &#x003B1; 
      </mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi> &#x003B1; 
        <mglyph fontfamily="Arial" index="99" alt="c"/> &#x003B1; 
      </mi> 
    </mml:math></sect3>
</sect2>
<sect2><title>mi</title>
<sect3><title>mi1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> x </mi> 
        <mo> + </mo> 
        <mrow> 
          <mi> a </mi> 
          <mo> / </mo> 
          <mi> b </mi> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> x </mi> 
        <mo> + </mo> 
        <mrow> 
          <mi> a </mi> 
          <mo> / </mo> 
          <mi> b </mi> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mi2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> sin </mi> 
        <mo> &#x02061; </mo> 
        <mi> x </mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> sin </mi> 
        <mo> &#x02061; </mo> 
        <mi> x </mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mi3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> x </mi> 
        <mover> 
          <mo> &#x02192; </mo> 
          <mtext> maps to </mtext> 
        </mover> 
        <mi> y </mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> x </mi> 
        <mover> 
          <mo> &#x02192; </mo> 
          <mtext> maps to </mtext> 
        </mover> 
        <mi> y </mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mi4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> f </mi> 
        <mo> &#x02061; </mo> 
        <mrow> 
          <mo> ( </mo> 
          <mi> x </mi> 
          <mo> ) </mo> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> f </mi> 
        <mo> &#x02061; </mo> 
        <mrow> 
          <mo> ( </mo> 
          <mi> x </mi> 
          <mo> ) </mo> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>miAtoken5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi> A </mi> 
            <mo>+</mo> 
            <mi fontweight='bold'>A</mi> 
            <mo> + </mo> 
            <mi fontsize='36pt'>A</mi> 
            <mo>+</mo> 
            <mi fontstyle='normal'>A</mi> 
            <mo>+</mo> 
            <mi color='#9c0fff'>A</mi> 
            <mo>+</mo> 
            <mi fontfamily='Helvetica'>A</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script'>A</mi> 
            <mo>+</mo> 
            <mi mathsize='36pt'>A</mi> 
            <mo>+</mo> 
            <mi mathcolor='#9c0fff'>A</mi> 
            <mo>+</mo> 
            <mi mathbackground='blue'>A</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script' fontweight='bold'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathsize='36pt' fontsize='12pt'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathcolor='#9c0fff' color='red'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathbackground='blue' color='gray'>A 
            </mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi> A </mi> 
            <mo>+</mo> 
            <mi fontweight='bold'>A</mi> 
            <mo> + </mo> 
            <mi fontsize='36pt'>A</mi> 
            <mo>+</mo> 
            <mi fontstyle='normal'>A</mi> 
            <mo>+</mo> 
            <mi color='#9c0fff'>A</mi> 
            <mo>+</mo> 
            <mi fontfamily='Helvetica'>A</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script'>A</mi> 
            <mo>+</mo> 
            <mi mathsize='36pt'>A</mi> 
            <mo>+</mo> 
            <mi mathcolor='#9c0fff'>A</mi> 
            <mo>+</mo> 
            <mi mathbackground='blue'>A</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script' fontweight='bold'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathsize='36pt' fontsize='12pt'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathcolor='#9c0fff' color='red'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathbackground='blue' color='gray'>A 
            </mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>miScolorname15.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathcolor="blue">x</mi> 
      <mo>+</mo> 
      <mn mathcolor="#00ff33" color="purple">7
      </mn> 
      <mo>+</mo> 
      <mn color="yellow">3</mn> 
      <mo>+</mo> 
      <mstyle color="red"> 
        <mi>z</mi> 
        <mo>+</mo> 
        <mi mathcolor="blue">q</mi> 
        <mo>+</mo> 
        <mi>q</mi> 
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathcolor="blue">x</mi> 
      <mo>+</mo> 
      <mn mathcolor="#00ff33" color="purple">7
      </mn> 
      <mo>+</mo> 
      <mn color="yellow">3</mn> 
      <mo>+</mo> 
      <mstyle color="red"> 
        <mi>z</mi> 
        <mo>+</mo> 
        <mi mathcolor="blue">q</mi> 
        <mo>+</mo> 
        <mi>q</mi> 
      </mstyle>
    </mml:math></sect3>
<sect3><title>miScolorname6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
            <mo color='black'>+</mo> 
            <mi color='GREEN'>B</mi> 
            <mo color='Silver'>+</mo> 
            <mi color='Lime'>C</mi> 
            <mo color='Gray'>+</mo> 
            <mstyle background='#fff'> 
              <mrow> 
                <mi color='OLIVE'>D</mi> 
                <mo color='white'>+</mo> 
                <mi color='Yellow'>E</mi> 
              </mrow> 
            </mstyle> 
            <mo color='Maroon'>+</mo> 
            <mi color='Navy'>F</mi> 
            <mo color='Red'>+</mo> 
            <mi color='Blue'>G</mi> 
            <mo color='Purple'>+</mo> 
            <mi color='Teal'>H</mi> 
            <mo color='Fuchsia'>+</mo> 
            <mi color='Aqua'>I</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
            <mo mathcolor='black'>+</mo> 
            <mi mathcolor='GREEN'>B</mi> 
            <mo mathcolor='Silver'>+</mo> 
            <mi mathcolor='Lime'>C</mi> 
            <mo mathcolor='Gray'>+</mo> 
            <mstyle mathbackground='#fff'> 
              <mrow> 
                <mi mathcolor='OLIVE'>D</mi> 
                <mo mathcolor='white'>+</mo> 
                <mi mathcolor='Yellow'>E</mi> 
              </mrow> 
            </mstyle> 
            <mo mathcolor='Maroon'>+</mo> 
            <mi mathcolor='Navy'>F</mi> 
            <mo mathcolor='Red'>+</mo> 
            <mi mathcolor='Blue'>G</mi> 
            <mo mathcolor='Purple'>+</mo> 
            <mi mathcolor='Teal'>H</mi> 
            <mo mathcolor='Fuchsia'>+</mo> 
            <mi mathcolor='Aqua'>I</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
            <mo color='black'>+</mo> 
            <mi color='GREEN'>B</mi> 
            <mo color='Silver'>+</mo> 
            <mi color='Lime'>C</mi> 
            <mo color='Gray'>+</mo> 
            <mstyle background='#fff'> 
              <mrow> 
                <mi color='OLIVE'>D</mi> 
                <mo color='white'>+</mo> 
                <mi color='Yellow'>E</mi> 
              </mrow> 
            </mstyle> 
            <mo color='Maroon'>+</mo> 
            <mi color='Navy'>F</mi> 
            <mo color='Red'>+</mo> 
            <mi color='Blue'>G</mi> 
            <mo color='Purple'>+</mo> 
            <mi color='Teal'>H</mi> 
            <mo color='Fuchsia'>+</mo> 
            <mi color='Aqua'>I</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
            <mo mathcolor='black'>+</mo> 
            <mi mathcolor='GREEN'>B</mi> 
            <mo mathcolor='Silver'>+</mo> 
            <mi mathcolor='Lime'>C</mi> 
            <mo mathcolor='Gray'>+</mo> 
            <mstyle mathbackground='#fff'> 
              <mrow> 
                <mi mathcolor='OLIVE'>D</mi> 
                <mo mathcolor='white'>+</mo> 
                <mi mathcolor='Yellow'>E</mi> 
              </mrow> 
            </mstyle> 
            <mo mathcolor='Maroon'>+</mo> 
            <mi mathcolor='Navy'>F</mi> 
            <mo mathcolor='Red'>+</mo> 
            <mi mathcolor='Blue'>G</mi> 
            <mo mathcolor='Purple'>+</mo> 
            <mi mathcolor='Teal'>H</mi> 
            <mo mathcolor='Fuchsia'>+</mo> 
            <mi mathcolor='Aqua'>I</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>miScolorscope7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi fontsize='14pt'>a</mi> 
            <mo color='black'>+</mo> 
            <mstyle fontsize='24pt' color='GREEN'> 
              <mi>a</mi> 
              <mo color='red'>+</mo> 
              <mi color='red'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathsize='14pt'>a</mi> 
            <mo mathcolor='black'>+</mo> 
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
              <mi>a</mi> 
              <mo mathcolor='red'>+</mo> 
              <mi mathcolor='red'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathsize='14pt'>a</mi> 
            <mo mathcolor='black'>+</mo> 
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
              <mi>a</mi> 
              <mo color='red'>+</mo> 
              <mi fontsize='14pt'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi fontsize='14pt'>a</mi> 
            <mo color='black'>+</mo> 
            <mstyle fontsize='24pt' color='GREEN'> 
              <mi>a</mi> 
              <mo color='red'>+</mo> 
              <mi color='red'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathsize='14pt'>a</mi> 
            <mo mathcolor='black'>+</mo> 
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
              <mi>a</mi> 
              <mo mathcolor='red'>+</mo> 
              <mi mathcolor='red'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathsize='14pt'>a</mi> 
            <mo mathcolor='black'>+</mo> 
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
              <mi>a</mi> 
              <mo color='red'>+</mo> 
              <mi fontsize='14pt'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>miSfonts8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi fontweight='bold'>b</mi> 
          <mo>+</mo> 
          <mi fontstyle='normal'>c</mi> 
          <mo>+</mo> 
          <mi fontfamily='Courier' color='#00ff00'>f 
          </mi> 
          <mo>+</mo> 
          <mi fontsize='36pt'>&#x00393;</mi> 
          <mo>+</mo> 
          <mi fontweight='bold' fontstyle='normal'>d 
          </mi> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
        <mrow> 
          <mi>a</mi> 
          <mo>+</mo> 
          <mi fontweight='bold'>b</mi> 
          <mo>+</mo> 
          <mi fontstyle='normal'>c</mi> 
          <mo>+</mo> 
          <mi fontfamily='Courier' color='#00ff00'>f 
          </mi> 
          <mo>+</mo> 
          <mi fontsize='36pt'>&#x00393;</mi> 
          <mo>+</mo> 
          <mi fontweight='bold' fontstyle='normal'>d 
          </mi> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>miSfontsize9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mstyle fontweight='bold' color='#ff0000'> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mi fontweight='normal' fontstyle='italic'>A 
                </mi> 
                <mo>+</mo> 
                <mstyle fontsize='0.1in'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi fontsize='2em'>A</mi> 
                  <mo>+</mo> 
                  <mi fontsize='36pt'>A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi fontsize='20mm'>A</mi> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mstyle mathcolor='#ff0000'> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mstyle mathsize='0.1in'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='2em'>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='36pt'>A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi mathsize='20mm'>A</mi> 
                <mo>+</mo> 
                <mstyle mathsize='big'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='small'>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='normal'>A</mi> 
                </mstyle> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mstyle fontweight='bold' color='#ff0000'> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mi fontweight='normal' fontstyle='italic'>A 
                </mi> 
                <mo>+</mo> 
                <mstyle fontsize='0.1in'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi fontsize='2em'>A</mi> 
                  <mo>+</mo> 
                  <mi fontsize='36pt'>A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi fontsize='20mm'>A</mi> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mstyle mathcolor='#ff0000'> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mstyle mathsize='0.1in'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='2em'>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='36pt'>A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi mathsize='20mm'>A</mi> 
                <mo>+</mo> 
                <mstyle mathsize='big'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='small'>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='normal'>A</mi> 
                </mstyle> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>miSmathsize16.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathsize="2em">A</mi> 
      <mo>+</mo> 
      <mi>B</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathsize="2em">A</mi> 
      <mo>+</mo> 
      <mi>B</mi>
    </mml:math></sect3>
<sect3><title>miSmathsize17.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathsize="small">A</mi> 
      <mo>+</mo> 
      <mi mathsize="big">A</mi> 
      <mo>+</mo> 
      <mi mathsize="3ex">A</mi> 
      <mo>+</mo> 
      <mi>B</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi mathsize="small">A</mi> 
      <mo>+</mo> 
      <mi mathsize="big">A</mi> 
      <mo>+</mo> 
      <mi mathsize="3ex">A</mi> 
      <mo>+</mo> 
      <mi>B</mi>
    </mml:math></sect3>
<sect3><title>miStoken10.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mrow> 
          <mi>A</mi> 
          <mo>+</mo> 
          <mi fontweight='bold'>A</mi> 
          <mo>+</mo> 
          <mi fontweight='normal' fontstyle='italic'>A 
          </mi> 
          <mo>+</mo> 
          <mi fontstyle='normal'>A</mi> 
          <mo>+</mo> 
          <mi fontweight='bold' fontstyle='normal'>A 
          </mi> 
          <mo>+</mo> 
          <mi color='#9c0fff'>A</mi> 
          <mo>+</mo> 
          <mi color='#0ee'>A</mi> 
          <mo>+</mo> 
          <mi color='Green'>A</mi> 
          <mo>+</mo> 
          <mi fontfamily='Helvetica'>A</mi> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mrow> 
          <mi>A</mi> 
          <mo>+</mo> 
          <mi fontweight='bold'>A</mi> 
          <mo>+</mo> 
          <mi fontweight='normal' fontstyle='italic'>A 
          </mi> 
          <mo>+</mo> 
          <mi fontstyle='normal'>A</mi> 
          <mo>+</mo> 
          <mi fontweight='bold' fontstyle='normal'>A 
          </mi> 
          <mo>+</mo> 
          <mi color='#9c0fff'>A</mi> 
          <mo>+</mo> 
          <mi color='#0ee'>A</mi> 
          <mo>+</mo> 
          <mi color='Green'>A</mi> 
          <mo>+</mo> 
          <mi fontfamily='Helvetica'>A</mi> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mifontstyle12.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>h</mi> 
        <mo>+</mo> 
        <mi>hhh</mi> 
        <mo>+</mo> 
        <mi mathvariant='normal'>h</mi> 
        <mo>+</mo> 
        <mi mathvariant='normal'>hhh</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>h</mi> 
        <mo>+</mo> 
        <mi>hhh</mi> 
        <mo>+</mo> 
        <mi mathvariant='normal'>h</mi> 
        <mo>+</mo> 
        <mi mathvariant='normal'>hhh</mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mimathvariant13.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='normal'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='italic'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-italic'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='double-struck'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-fraktur'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='script'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-script'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='fraktur'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-sans-serif'>a 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-italic'>a 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-bold-italic'>a 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='monospace'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>ab</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='normal'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='italic'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-italic'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='double-struck'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-fraktur'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='script'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-script'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='fraktur'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-sans-serif'>A 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-italic'>A 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-bold-italic'>A 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='monospace'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>&#x003B1;</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='normal'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='italic'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-italic'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='double-struck'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-fraktur'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='script'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-script'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='fraktur'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-sans-serif'>a 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-italic'>a 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-bold-italic'>a 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='monospace'>a</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>ab</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='normal'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='italic'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-italic'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='double-struck'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-fraktur'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='script'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-script'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='fraktur'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold-sans-serif'>A 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-italic'>A 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='sans-serif-bold-italic'>A 
            </mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='monospace'>A</mi> 
          </mtd> 
          <mtd> 
            <mi mathvariant='bold'>&#x003B1;</mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
<sect3><title>mimathvariant14.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi mathvariant='fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='fraktur'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='bold-fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='bold-fraktur'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='double-struck'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='double-struck'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='script'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='bold-script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='bold-script'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi mathvariant='fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='fraktur'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='bold-fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='bold-fraktur'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='double-struck'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='double-struck'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='script'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='bold-script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
            </mi> 
            <mi mathvariant='bold-script'>abcdefghijklmnopqrstuvwxyz 
            </mi> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
</sect2>
<sect2><title>mn</title>
<sect3><title>mn1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 1 </mn> 
        <mo> + </mo> 
        <mi> ... </mi> 
        <mo> + </mo> 
        <mi> n </mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 1 </mn> 
        <mo> + </mo> 
        <mi> ... </mi> 
        <mo> + </mo> 
        <mi> n </mi> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mn2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 2 </mn> 
        <mo> , </mo> 
        <mn> 0.123 </mn> 
        <mo> , </mo> 
        <mn> 1,000,000 </mn> 
        <mo> , </mo> 
        <mn> 2.1e10 </mn> 
        <mo> , </mo> 
        <mn> 0xFFEF </mn> 
        <mo> , </mo> 
        <mn> MCMLXIX </mn> 
        <mo> , </mo> 
        <mn> twenty one </mn> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 2 </mn> 
        <mo> , </mo> 
        <mn> 0.123 </mn> 
        <mo> , </mo> 
        <mn> 1,000,000 </mn> 
        <mo> , </mo> 
        <mn> 2.1e10 </mn> 
        <mo> , </mo> 
        <mn> 0xFFEF </mn> 
        <mo> , </mo> 
        <mn> MCMLXIX </mn> 
        <mo> , </mo> 
        <mn> twenty one </mn> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mn3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 2 </mn> 
        <mo> + </mo> 
        <mrow> 
          <mn> 3 </mn> 
          <mo> &#x02062; </mo> 
          <mi> &#x02148; </mi> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 2 </mn> 
        <mo> + </mo> 
        <mrow> 
          <mn> 3 </mn> 
          <mo> &#x02062; </mo> 
          <mi> &#x02148; </mi> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mn4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 100 </mn> 
        <mo>!</mo> 
      </mrow> 
      <mo> = </mo> 
      <mn>93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 
      </mn> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn> 100 </mn> 
        <mo>!</mo> 
      </mrow> 
      <mo> = </mo> 
      <mn>93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 
      </mn> 
    </mml:math></sect3>
<sect3><title>mnAcolorname5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn>Five</mn> 
        <mo color='black'>+</mo> 
        <mn color='GREEN'>12</mn> 
        <mo color='Silver'>+</mo> 
        <mn color='Lime'>12</mn> 
        <mo color='Gray'>+</mo> 
        <mn color='OLIVE'>12</mn> 
        <mo color='white'>+</mo> 
        <mn color='Yellow'>12</mn> 
        <mo color='Maroon'>+</mo> 
        <mn color='Navy'>12</mn> 
        <mo color='Red'>+</mo> 
        <mn color='Blue'>12</mn> 
        <mo color='Purple'>+</mo> 
        <mn color='Teal'>12</mn> 
        <mo color='Fuchsia'>+</mo> 
        <mn color='Aqua'>12</mn> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn>Five</mn> 
        <mo color='black'>+</mo> 
        <mn color='GREEN'>12</mn> 
        <mo color='Silver'>+</mo> 
        <mn color='Lime'>12</mn> 
        <mo color='Gray'>+</mo> 
        <mn color='OLIVE'>12</mn> 
        <mo color='white'>+</mo> 
        <mn color='Yellow'>12</mn> 
        <mo color='Maroon'>+</mo> 
        <mn color='Navy'>12</mn> 
        <mo color='Red'>+</mo> 
        <mn color='Blue'>12</mn> 
        <mo color='Purple'>+</mo> 
        <mn color='Teal'>12</mn> 
        <mo color='Fuchsia'>+</mo> 
        <mn color='Aqua'>12</mn> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mnAtoken6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn>5</mn> 
        <mo>+</mo> 
        <mn fontweight='bold'>5</mn> 
        <mo>+</mo> 
        <mn fontstyle='italic'>1</mn> 
        <mo>+</mo> 
        <mn fontstyle='normal'>1</mn> 
        <mo>+</mo> 
        <mn fontsize='35pt'>5</mn> 
        <mo>+</mo> 
        <mn color='#9c0fff'>3</mn> 
        <mo>+</mo> 
        <mn fontfamily='Helvetica'>9</mn> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn>5</mn> 
        <mo>+</mo> 
        <mn fontweight='bold'>5</mn> 
        <mo>+</mo> 
        <mn fontstyle='italic'>1</mn> 
        <mo>+</mo> 
        <mn fontstyle='normal'>1</mn> 
        <mo>+</mo> 
        <mn fontsize='35pt'>5</mn> 
        <mo>+</mo> 
        <mn color='#9c0fff'>3</mn> 
        <mo>+</mo> 
        <mn fontfamily='Helvetica'>9</mn> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mnAtoken7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn>5</mn> 
        <mo>+</mo> 
        <mn fontweight='bold' fontstyle='italic'>31 
        </mn> 
        <mo>+</mo> 
        <mn fontfamily='Helvetica' color='#00ff00'>0 
        </mn> 
        <mo>+</mo> 
        <mn fontweight='bold' fontsize='36pt'>14 
        </mn> 
        <mo>+</mo> 
        <mn fontweight='bold' fontstyle='normal'>123456789 
        </mn> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mn>5</mn> 
        <mo>+</mo> 
        <mn fontweight='bold' fontstyle='italic'>31 
        </mn> 
        <mo>+</mo> 
        <mn fontfamily='Helvetica' color='#00ff00'>0 
        </mn> 
        <mo>+</mo> 
        <mn fontweight='bold' fontsize='36pt'>14 
        </mn> 
        <mo>+</mo> 
        <mn fontweight='bold' fontstyle='normal'>123456789 
        </mn> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mnScolor8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle color='#ff0000'> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn color='blue'>5</mn> 
          <mo>+</mo> 
          <mn color='#0f0'>5</mn> 
          <mo>+</mo> 
          <mn color='#9c0fff'>5</mn> 
          <mo>+</mo> 
          <mn fontstyle='italic'>5</mn> 
          <mo>+</mo> 
          <mn fontfamily='Helvetica'>5</mn> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle color='#ff0000'> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn color='blue'>5</mn> 
          <mo>+</mo> 
          <mn color='#0f0'>5</mn> 
          <mo>+</mo> 
          <mn color='#9c0fff'>5</mn> 
          <mo>+</mo> 
          <mn fontstyle='italic'>5</mn> 
          <mo>+</mo> 
          <mn fontfamily='Helvetica'>5</mn> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mnSdisplaystyle9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>23</mn> 
          <mo>+</mo> 
          <mn fontweight='normal' fontstyle='italic'>0.5 
          </mn> 
          <mo>+</mo> 
          <mn fontstyle='normal'>5.0</mn> 
          <mo>+</mo> 
          <mn fontweight='bold' fontstyle='normal'>.1 
          </mn> 
          <mo>+</mo> 
          <mn color='#9c0fff'>100</mn> 
          <mo>+</mo> 
          <mn color='#0ee'>0xFFEF</mn> 
          <mo>+</mo> 
          <mn color='Green'>5</mn> 
          <mo>+</mo> 
          <mn fontfamily='Helvetica'>5</mn> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>23</mn> 
          <mo>+</mo> 
          <mn fontweight='normal' fontstyle='italic'>0.5 
          </mn> 
          <mo>+</mo> 
          <mn fontstyle='normal'>5.0</mn> 
          <mo>+</mo> 
          <mn fontweight='bold' fontstyle='normal'>.1 
          </mn> 
          <mo>+</mo> 
          <mn color='#9c0fff'>100</mn> 
          <mo>+</mo> 
          <mn color='#0ee'>0xFFEF</mn> 
          <mo>+</mo> 
          <mn color='Green'>5</mn> 
          <mo>+</mo> 
          <mn fontfamily='Helvetica'>5</mn> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mnSfont10.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontweight='bold'> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>5</mn> 
          <mo>+</mo> 
          <mn fontweight='normal'>5</mn> 
          <mo>+</mo> 
          <mn fontstyle='italic'>5</mn> 
          <mo>+</mo> 
          <mn fontfamily='Helvetica'>5</mn> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontweight='bold'> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>5</mn> 
          <mo>+</mo> 
          <mn fontweight='normal'>5</mn> 
          <mo>+</mo> 
          <mn fontstyle='italic'>5</mn> 
          <mo>+</mo> 
          <mn fontfamily='Helvetica'>5</mn> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mnSscriptlevel11.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle scriptlevel='+1'> 
          <mrow> 
            <mn>5</mn> 
            <mo>+</mo> 
            <mn fontweight='bold'>3</mn> 
            <mo>+</mo> 
            <mn fontstyle='normal'>12.3</mn> 
            <mo>+</mo> 
            <mn fontfamily='Helvetica' color='#009900'>10000 
            </mn> 
            <mo>+</mo> 
            <mn fontsize='36pt'>0.01</mn> 
            <mo>+</mo> 
            <mn fontweight='bold' fontstyle='normal'>2 
            </mn> 
          </mrow> 
        </mstyle> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>3</mn> 
          <mo>+</mo> 
          <mn fontstyle='normal'>12.3</mn> 
          <mo>+</mo> 
          <mn fontfamily='Times' color='#009900'>10000 
          </mn> 
          <mo>+</mo> 
          <mn fontsize='36pt'>0.01</mn> 
          <mo>+</mo> 
          <mn fontweight='bold' fontstyle='normal'>2 
          </mn> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mstyle scriptlevel='+1'> 
          <mrow> 
            <mn>5</mn> 
            <mo>+</mo> 
            <mn fontweight='bold'>3</mn> 
            <mo>+</mo> 
            <mn fontstyle='normal'>12.3</mn> 
            <mo>+</mo> 
            <mn fontfamily='Helvetica' color='#009900'>10000 
            </mn> 
            <mo>+</mo> 
            <mn fontsize='36pt'>0.01</mn> 
            <mo>+</mo> 
            <mn fontweight='bold' fontstyle='normal'>2 
            </mn> 
          </mrow> 
        </mstyle> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>3</mn> 
          <mo>+</mo> 
          <mn fontstyle='normal'>12.3</mn> 
          <mo>+</mo> 
          <mn fontfamily='Times' color='#009900'>10000 
          </mn> 
          <mo>+</mo> 
          <mn fontsize='36pt'>0.01</mn> 
          <mo>+</mo> 
          <mn fontweight='bold' fontstyle='normal'>2 
          </mn> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
</sect2>
<sect2><title>mo</title>
<sect3><title>mo1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> - </mo> 
        <mn> 1 </mn> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> - </mo> 
        <mn> 1 </mn> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mo2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mi>x</mi> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mi>x</mi> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mo3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mrow> 
          <mi> a </mi> 
          <mo> + </mo> 
          <mi> b </mi> 
        </mrow> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mrow> 
          <mi> a </mi> 
          <mo> + </mo> 
          <mi> b </mi> 
        </mrow> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mo4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> [ </mo> 
        <mrow> 
          <mn> 0 </mn> 
          <mo> , </mo> 
          <mn> 1 </mn> 
        </mrow> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> [ </mo> 
        <mrow> 
          <mn> 0 </mn> 
          <mo> , </mo> 
          <mn> 1 </mn> 
        </mrow> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mo5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo maxsize="1"> ( </mo> 
        <mfrac> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mo maxsize="1"> ) </mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo maxsize="1"> ( </mo> 
        <mfrac> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mo maxsize="1"> ) </mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mo6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> there exists </mo> 
        <mrow> 
          <mrow> 
            <mi> &#x003B4; </mi> 
            <mo> &#x0003E; </mo> 
            <mn> 0 </mn> 
          </mrow> 
          <mo> such that </mo> 
          <mrow> 
            <mrow> 
              <mi> f </mi> 
              <mo> &#x02061; </mo> 
              <mrow> 
                <mo> ( </mo> 
                <mi> x </mi> 
                <mo> ) </mo> 
              </mrow> 
            </mrow> 
            <mo> &#x003c; </mo> 
            <mn> 1 </mn> 
          </mrow> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> there exists </mo> 
        <mrow> 
          <mrow> 
            <mi> &#x003B4; </mi> 
            <mo> &#x0003E; </mo> 
            <mn> 0 </mn> 
          </mrow> 
          <mo> such that </mo> 
          <mrow> 
            <mrow> 
              <mi> f </mi> 
              <mo> &#x02061; </mo> 
              <mrow> 
                <mo> ( </mo> 
                <mi> x </mi> 
                <mo> ) </mo> 
              </mrow> 
            </mrow> 
            <mo> &#x003c; </mo> 
            <mn> 1 </mn> 
          </mrow> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mo7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mrow> 
          <mi> x </mi> 
          <mo> , </mo> 
          <mi> y </mi> 
        </mrow> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mrow> 
          <mi> x </mi> 
          <mo> , </mo> 
          <mi> y </mi> 
        </mrow> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mo8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mfrac linethickness="0"> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo> ( </mo> 
        <mfrac linethickness="0"> 
          <mi> a </mi> 
          <mi> b </mi> 
        </mfrac> 
        <mo> ) </mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAaccent10.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'>&#x000AF;</mo> 
        </mover> 
        <mo accent='false'>+</mo> 
        <mover accent='true'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'>&#x000AF;</mo> 
        </mover> 
        <mo accent='true'>+</mo> 
        <mover accent='false'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'>&#x000AF;</mo> 
        </mover> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'>&#x000AF;</mo> 
        </mover> 
        <mo accent='false'>+</mo> 
        <mover accent='true'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'>&#x000AF;</mo> 
        </mover> 
        <mo accent='true'>+</mo> 
        <mover accent='false'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'>&#x000AF;</mo> 
        </mover> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAaccent9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo>&#x000AF;</mo> 
        </mover> 
        <mo>+</mo> 
        <mover accent='true'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo>&#x000AF;</mo> 
        </mover> 
        <mo>+</mo> 
        <mover accent='false'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo>&#x000AF;</mo> 
        </mover> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo>&#x000AF;</mo> 
        </mover> 
        <mo>+</mo> 
        <mover accent='true'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo>&#x000AF;</mo> 
        </mover> 
        <mo>+</mo> 
        <mover accent='false'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo>&#x000AF;</mo> 
        </mover> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAform11.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo form='infix'>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo form='prefix'>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo form='postfix'>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mo>-</mo> 
      <mi>x</mi> 
      <mo form='prefix'>-</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo form='infix'>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo form='prefix'>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo form='postfix'>-</mo> 
        <mi>x</mi> 
      </mrow> 
      <mo>-</mo> 
      <mi>x</mi> 
      <mo form='prefix'>-</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>moAlargeop12.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>&#x0222B;</mo> 
        <mi>x</mi> 
        <mo>=</mo> 
        <mo largeop='true'>&#x0222B;</mo> 
        <mi>x</mi> 
        <mo>=</mo> 
        <mo largeop='false'>&#x0222B;</mo> 
        <mi>x</mi> 
        <mo>=</mo> 
        <mstyle displaystyle='true'> 
          <mo>&#x0222B;</mo> 
          <mi>x</mi> 
          <mo>=</mo> 
          <mo largeop='true'>&#x0222B;</mo> 
          <mi>x</mi> 
          <mo>=</mo> 
          <mo largeop='false'>&#x0222B;</mo> 
          <mi>x</mi> 
        </mstyle> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>&#x0222B;</mo> 
        <mi>x</mi> 
        <mo>=</mo> 
        <mo largeop='true'>&#x0222B;</mo> 
        <mi>x</mi> 
        <mo>=</mo> 
        <mo largeop='false'>&#x0222B;</mo> 
        <mi>x</mi> 
        <mo>=</mo> 
        <mstyle displaystyle='true'> 
          <mo>&#x0222B;</mo> 
          <mi>x</mi> 
          <mo>=</mo> 
          <mo largeop='true'>&#x0222B;</mo> 
          <mi>x</mi> 
          <mo>=</mo> 
          <mo largeop='false'>&#x0222B;</mo> 
          <mi>x</mi> 
        </mstyle> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAlrspace13.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo lspace='0pt'>+</mo> 
      <mi>x</mi> 
      <mo rspace='0%'>+</mo> 
      <mi>x</mi> 
      <mo lspace='2em' rspace='1em'>+</mo> 
      <mi>x</mi> 
      <mo lspace='1cm' rspace='10pt'>+</mo> 
      <mi>x</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo lspace='0pt'>+</mo> 
      <mi>x</mi> 
      <mo rspace='0%'>+</mo> 
      <mi>x</mi> 
      <mo lspace='2em' rspace='1em'>+</mo> 
      <mi>x</mi> 
      <mo lspace='1cm' rspace='10pt'>+</mo> 
      <mi>x</mi> 
    </mml:math></sect3>
<sect3><title>moAminmax14.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>(</mo> 
        <mfrac> 
          <mi>y</mi> 
          <mi>z</mi> 
        </mfrac> 
        <mo minsize='2cm'>)</mo> 
        <mo>+</mo> 
        <mo maxsize='.9'>(</mo> 
        <mfrac> 
          <mi>y</mi> 
          <mi>z</mi> 
        </mfrac> 
        <mo maxsize='infinity'>)</mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>(</mo> 
        <mfrac> 
          <mi>y</mi> 
          <mi>z</mi> 
        </mfrac> 
        <mo minsize='2cm'>)</mo> 
        <mo>+</mo> 
        <mo maxsize='.9'>(</mo> 
        <mfrac> 
          <mi>y</mi> 
          <mi>z</mi> 
        </mfrac> 
        <mo maxsize='infinity'>)</mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAmovable15.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munderover> 
          <mo>&#x02211;</mo> 
          <mi>x</mi> 
          <mn>0</mn> 
        </munderover> 
        <mo>=</mo> 
        <munderover> 
          <mo movablelimits='true'>&#x02211; 
          </mo> 
          <mi>x</mi> 
          <mn>0</mn> 
        </munderover> 
        <mo>=</mo> 
        <munderover> 
          <mo movablelimits='false'>&#x02211; 
          </mo> 
          <mi>x</mi> 
          <mn>0</mn> 
        </munderover> 
        <mo>=</mo> 
        <mstyle displaystyle='true'> 
          <munderover> 
            <mo>&#x02211;</mo> 
            <mi>x</mi> 
            <mn>0</mn> 
          </munderover> 
          <mo>=</mo> 
          <munderover> 
            <mo movablelimits='true'>&#x02211; 
            </mo> 
            <mi>x</mi> 
            <mn>0</mn> 
          </munderover> 
          <mo>=</mo> 
          <munderover> 
            <mo movablelimits='false'>&#x02211; 
            </mo> 
            <mi>x</mi> 
            <mn>0</mn> 
          </munderover> 
        </mstyle> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <munderover> 
          <mo>&#x02211;</mo> 
          <mi>x</mi> 
          <mn>0</mn> 
        </munderover> 
        <mo>=</mo> 
        <munderover> 
          <mo movablelimits='true'>&#x02211; 
          </mo> 
          <mi>x</mi> 
          <mn>0</mn> 
        </munderover> 
        <mo>=</mo> 
        <munderover> 
          <mo movablelimits='false'>&#x02211; 
          </mo> 
          <mi>x</mi> 
          <mn>0</mn> 
        </munderover> 
        <mo>=</mo> 
        <mstyle displaystyle='true'> 
          <munderover> 
            <mo>&#x02211;</mo> 
            <mi>x</mi> 
            <mn>0</mn> 
          </munderover> 
          <mo>=</mo> 
          <munderover> 
            <mo movablelimits='true'>&#x02211; 
            </mo> 
            <mi>x</mi> 
            <mn>0</mn> 
          </munderover> 
          <mo>=</mo> 
          <munderover> 
            <mo movablelimits='false'>&#x02211; 
            </mo> 
            <mi>x</mi> 
            <mn>0</mn> 
          </munderover> 
        </mstyle> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAprime16.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msup> 
          <mi>f</mi> 
          <mo>'</mo> 
        </msup> 
        <mrow> 
          <mo>(</mo> 
          <mi>x</mi> 
          <mo>)</mo> 
        </mrow> 
        <mo>=</mo> 
        <msup> 
          <mi>f</mi> 
          <mo>&#x02032;</mo> 
        </msup> 
        <mrow> 
          <mo>(</mo> 
          <mi>x</mi> 
          <mo>)</mo> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <msup> 
          <mi>f</mi> 
          <mo>'</mo> 
        </msup> 
        <mrow> 
          <mo>(</mo> 
          <mi>x</mi> 
          <mo>)</mo> 
        </mrow> 
        <mo>=</mo> 
        <msup> 
          <mi>f</mi> 
          <mo>&#x02032;</mo> 
        </msup> 
        <mrow> 
          <mo>(</mo> 
          <mi>x</mi> 
          <mo>)</mo> 
        </mrow> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAsep17.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo>,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo>)</mo> 
        <mo>+</mo> 
        <mo fence='true'>(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo separator='true'>,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo fence='true'>)</mo> 
        <mo>+</mo> 
        <mo fence='false'>(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo separator='false'>,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo fence='false'>)</mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo>,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo>)</mo> 
        <mo>+</mo> 
        <mo fence='true'>(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo separator='true'>,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo fence='true'>)</mo> 
        <mo>+</mo> 
        <mo fence='false'>(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo separator='false'>,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo fence='false'>)</mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAstretchy18.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>(</mo> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo>)</mo> 
        <mo stretchy='false'>(</mo> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo stretchy='false'>)</mo> 
        <mo stretchy='true'>(</mo> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo stretchy='true'>)</mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo>(</mo> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo>)</mo> 
        <mo stretchy='false'>(</mo> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo stretchy='false'>)</mo> 
        <mo stretchy='true'>(</mo> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo stretchy='true'>)</mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moAsymmetric19.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>=</mo> 
      <mrow> 
        <mo>(</mo> 
        <mtable align='bottom'> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo>)</mo> 
        <mrow> 
          <mo symmetric='false'>(</mo> 
          <mtable align='bottom'> 
            <mtr> 
              <mtd> 
                <mn>0</mn> 
              </mtd> 
            </mtr> 
            <mtr> 
              <mtd> 
                <mn>0</mn> 
              </mtd> 
            </mtr> 
          </mtable> 
          <mo symmetric='false'>)</mo> 
        </mrow> 
        <mo symmetric='true'>(</mo> 
        <mtable align='bottom'> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo symmetric='true'>)</mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>x</mi> 
      <mo>=</mo> 
      <mrow> 
        <mo>(</mo> 
        <mtable align='bottom'> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo>)</mo> 
        <mrow> 
          <mo symmetric='false'>(</mo> 
          <mtable align='bottom'> 
            <mtr> 
              <mtd> 
                <mn>0</mn> 
              </mtd> 
            </mtr> 
            <mtr> 
              <mtd> 
                <mn>0</mn> 
              </mtd> 
            </mtr> 
          </mtable> 
          <mo symmetric='false'>)</mo> 
        </mrow> 
        <mo symmetric='true'>(</mo> 
        <mtable align='bottom'> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>0</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
        <mo symmetric='true'>)</mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>moSminmax20.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle minsize='1cm' maxsize='3cm'> 
        <mrow> 
          <mo>(</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
          <mo maxsize='25%'>)</mo> 
          <mo>+</mo> 
          <mo minsize='225%'>(</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
          <mo maxsize='infinity'>)</mo> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle minsize='1cm' maxsize='3cm'> 
        <mrow> 
          <mo>(</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
          <mo maxsize='25%'>)</mo> 
          <mo>+</mo> 
          <mo minsize='225%'>(</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
          <mo maxsize='infinity'>)</mo> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
</sect2>
<sect2><title>ms</title>
<sect3><title>ms1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ms>Minneapolis</ms> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ms>Minneapolis</ms> 
    </mml:math></sect3>
<sect3><title>msAdisplaystyle2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mrow> 
          <ms>A</ms> 
          <mo>+</mo> 
          <ms fontweight='bold'>A</ms> 
          <mo>+</mo> 
          <ms fontweight='normal' fontstyle='italic'>A 
          </ms> 
          <mo>+</mo> 
          <ms fontstyle='normal'>A</ms> 
          <mo>+</mo> 
          <ms fontweight='bold' fontstyle='normal'>A 
          </ms> 
          <mo>+</mo> 
          <ms color='#9c0fff'>A</ms> 
          <mo>+</mo> 
          <ms color='#0ee'>A</ms> 
          <mo>+</mo> 
          <ms color='Green'>A</ms> 
          <mo>+</mo> 
          <ms fontfamily='Helvetica'>A</ms> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle='true'> 
        <mrow> 
          <ms>A</ms> 
          <mo>+</mo> 
          <ms fontweight='bold'>A</ms> 
          <mo>+</mo> 
          <ms fontweight='normal' fontstyle='italic'>A 
          </ms> 
          <mo>+</mo> 
          <ms fontstyle='normal'>A</ms> 
          <mo>+</mo> 
          <ms fontweight='bold' fontstyle='normal'>A 
          </ms> 
          <mo>+</mo> 
          <ms color='#9c0fff'>A</ms> 
          <mo>+</mo> 
          <ms color='#0ee'>A</ms> 
          <mo>+</mo> 
          <ms color='Green'>A</ms> 
          <mo>+</mo> 
          <ms fontfamily='Helvetica'>A</ms> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>msAquotes3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ms lquote='(' rquote='|)'>St. Paul 
      </ms> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <ms lquote='(' rquote='|)'>St. Paul 
      </ms> 
    </mml:math></sect3>
<sect3><title>msAtoken4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <ms>dog</ms> 
        <mo>+</mo> 
        <ms fontweight='bold'>cat</ms> 
        <mo>+</mo> 
        <ms fontsize='36pt'>dog</ms> 
        <mo>+</mo> 
        <ms fontstyle='normal'>cat</ms> 
        <mo>+</mo> 
        <ms color='#9c0fff'>pig</ms> 
        <mo>+</mo> 
        <ms fontfamily='Helvetica'>goat</ms> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <ms>dog</ms> 
        <mo>+</mo> 
        <ms fontweight='bold'>cat</ms> 
        <mo>+</mo> 
        <ms fontsize='36pt'>dog</ms> 
        <mo>+</mo> 
        <ms fontstyle='normal'>cat</ms> 
        <mo>+</mo> 
        <ms color='#9c0fff'>pig</ms> 
        <mo>+</mo> 
        <ms fontfamily='Helvetica'>goat</ms> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>msAtoken5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <ms>dog</ms> 
        <mo>+</mo> 
        <ms fontweight='bold' fontstyle='normal'>cat 
        </ms> 
        <mo>+</mo> 
        <ms fontweight='normal' fontstyle='normal'>pig 
        </ms> 
        <mo>+</mo> 
        <ms fontfamily='Helvetica' color='#00ff00'>fish 
        </ms> 
        <mo>+</mo> 
        <ms fontsize='36pt'>&#x003BA;&#x003B1;&#x003C4; 
        </ms> 
        <mo>+</mo> 
        <ms fontweight='bold' fontstyle='normal'>goat 
        </ms> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <ms>dog</ms> 
        <mo>+</mo> 
        <ms fontweight='bold' fontstyle='normal'>cat 
        </ms> 
        <mo>+</mo> 
        <ms fontweight='normal' fontstyle='normal'>pig 
        </ms> 
        <mo>+</mo> 
        <ms fontfamily='Helvetica' color='#00ff00'>fish 
        </ms> 
        <mo>+</mo> 
        <ms fontsize='36pt'>&#x003BA;&#x003B1;&#x003C4; 
        </ms> 
        <mo>+</mo> 
        <ms fontweight='bold' fontstyle='normal'>goat 
        </ms> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>msScolorscope6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <ms fontsize='14pt'>boy</ms> 
        <mo color='black'>+</mo> 
        <mstyle fontsize='24pt' color='GREEN'> 
          <ms>girl</ms> 
          <mo color='red'>+</mo> 
          <ms color='red'>apple</ms> 
        </mstyle> 
        <mo>+</mo> 
        <ms>fig</ms> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <ms fontsize='14pt'>boy</ms> 
        <mo color='black'>+</mo> 
        <mstyle fontsize='24pt' color='GREEN'> 
          <ms>girl</ms> 
          <mo color='red'>+</mo> 
          <ms color='red'>apple</ms> 
        </mstyle> 
        <mo>+</mo> 
        <ms>fig</ms> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>msSinheritance7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontweight='bold' color='#ff0000'> 
        <mrow> 
          <ms>big</ms> 
          <mo>+</mo> 
          <ms fontweight='normal' fontstyle='italic'>bog 
          </ms> 
          <mo>+</mo> 
          <mstyle fontsize='0.05in'> 
            <ms>new</ms> 
            <mo>+</mo> 
            <ms fontsize='2em'>net</ms> 
            <mo>+</mo> 
            <ms fontsize='36pt'>nod</ms> 
          </mstyle> 
          <mo>+</mo> 
          <ms fontsize='20mm'>nix</ms> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontweight='bold' color='#ff0000'> 
        <mrow> 
          <ms>big</ms> 
          <mo>+</mo> 
          <ms fontweight='normal' fontstyle='italic'>bog 
          </ms> 
          <mo>+</mo> 
          <mstyle fontsize='0.05in'> 
            <ms>new</ms> 
            <mo>+</mo> 
            <ms fontsize='2em'>net</ms> 
            <mo>+</mo> 
            <ms fontsize='36pt'>nod</ms> 
          </mstyle> 
          <mo>+</mo> 
          <ms fontsize='20mm'>nix</ms> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>msSinheritance8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
        <mrow> 
          <ms>a</ms> 
          <mo>+</mo> 
          <ms fontweight='bold'>b</ms> 
          <mo>+</mo> 
          <ms fontstyle='normal'>c</ms> 
          <mo>+</mo> 
          <ms fontfamily='Courier' color='#00ff00'>f 
          </ms> 
          <mo>+</mo> 
          <ms fontsize='36pt'>&#x00393;</ms> 
          <mo>+</mo> 
          <ms fontweight='bold' fontstyle='normal'>d 
          </ms> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
        <mrow> 
          <ms>a</ms> 
          <mo>+</mo> 
          <ms fontweight='bold'>b</ms> 
          <mo>+</mo> 
          <ms fontstyle='normal'>c</ms> 
          <mo>+</mo> 
          <ms fontfamily='Courier' color='#00ff00'>f 
          </ms> 
          <mo>+</mo> 
          <ms fontsize='36pt'>&#x00393;</ms> 
          <mo>+</mo> 
          <ms fontweight='bold' fontstyle='normal'>d 
          </ms> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
</sect2>
<sect2><title>mspace</title>
<sect3><title>mspace1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mstyle background="#000099"> 
          <mspace height="1ex" width="1ex"/> 
        </mstyle> 
        <mi>M</mi> 
        <mstyle background="#000099"> 
          <mspace height="1ex" depth="1em" width="1ex"/> 
        </mstyle> 
        <mi>x</mi> 
        <mstyle background="#000099"> 
          <mspace depth="2mm" width=".2in"/> 
        </mstyle> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mstyle background="#000099"> 
          <mspace height="1ex" width="1ex"/> 
        </mstyle> 
        <mi>M</mi> 
        <mstyle background="#000099"> 
          <mspace height="1ex" depth="1em" width="1ex"/> 
        </mstyle> 
        <mi>x</mi> 
        <mstyle background="#000099"> 
          <mspace depth="2mm" width=".2in"/> 
        </mstyle> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mspace2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='#ccffff'> 
        <mi>H</mi> 
        <mspace width='-10pt'/> 
        <mi>H</mi> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='#ccffff'> 
        <mi>H</mi> 
        <mspace width='-10pt'/> 
        <mi>H</mi> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mspaceAbreak3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='auto'/> 
        <mi> bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='newline'/> 
        <mi> cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='indentingnewline'/> 
        <mi> dddddddddddddddddddddddddddddddddddddddddddddddddddddddddd 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='nobreak'/> 
        <mi> eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='goodbreak'/> 
        <mi> fffffffffffffffffffffffffff </mi> 
        <mo> + </mo> 
        <mspace linebreak='badbreak'/> 
        <mi> gggggggggggggggggggggggggggggggggggggggggggggggggggggg 
        </mi> 
        <mo> + </mo> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='auto'/> 
        <mi> bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='newline'/> 
        <mi> cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='indentingnewline'/> 
        <mi> dddddddddddddddddddddddddddddddddddddddddddddddddddddddddd 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='nobreak'/> 
        <mi> eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 
        </mi> 
        <mo> + </mo> 
        <mspace linebreak='goodbreak'/> 
        <mi> fffffffffffffffffffffffffff </mi> 
        <mo> + </mo> 
        <mspace linebreak='badbreak'/> 
        <mi> gggggggggggggggggggggggggggggggggggggggggggggggggggggg 
        </mi> 
        <mo> + </mo> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mspacestruts2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
          <mspace width="1cm"/> 
          <mi>y</mi> 
        </mrow> 
        <mn>2</mn> 
      </mfrac> 
      <mo>+</mo> 
      <mfrac> 
        <mn>2</mn> 
        <mrow> 
          <mi>x</mi> 
          <mspace height="1cm"/> 
          <mi>y</mi> 
        </mrow> 
      </mfrac> 
      <mo>+</mo> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
          <mspace depth="1cm"/> 
          <mi>y</mi> 
        </mrow> 
        <mn>2</mn> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
          <mspace width="1cm"/> 
          <mi>y</mi> 
        </mrow> 
        <mn>2</mn> 
      </mfrac> 
      <mo>+</mo> 
      <mfrac> 
        <mn>2</mn> 
        <mrow> 
          <mi>x</mi> 
          <mspace height="1cm"/> 
          <mi>y</mi> 
        </mrow> 
      </mfrac> 
      <mo>+</mo> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
          <mspace depth="1cm"/> 
          <mi>y</mi> 
        </mrow> 
        <mn>2</mn> 
      </mfrac> 
    </mml:math></sect3>
</sect2>
<sect2><title>mtext</title>
<sect3><title>mtext1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtext> Theorem 1: </mtext> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtext> Theorem 1: </mtext> 
    </mml:math></sect3>
<sect3><title>mtext2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtext> Theorem 1: </mtext> 
      <mo> , </mo> 
      <mtext> &#x02009; </mtext> 
      <mo> , </mo> 
      <mtext> &#x02009;&#x0200A;&#x0200A;&#x02009;&#x0200A;&#x0200A; 
      </mtext> 
      <mo> , </mo> 
      <mtext> /* a comment */ </mtext> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtext> Theorem 1: </mtext> 
      <mo> , </mo> 
      <mtext> &#x02009; </mtext> 
      <mo> , </mo> 
      <mtext> &#x02009;&#x0200A;&#x0200A;&#x02009;&#x0200A;&#x0200A; 
      </mtext> 
      <mo> , </mo> 
      <mtext> /* a comment */ </mtext> 
    </mml:math></sect3>
<sect3><title>mtextAtoken3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mtext color='#f05'> Theorem 1: </mtext> 
        <mtext fontweight='bold'> Now is </mtext> 
        <mtext fontstyle='italic'> the time 
        </mtext> 
        <mtext fontfamily='Helvetica'> for </mtext> 
        <mtext fontsize='10pt'> MathML </mtext> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mtext color='#f05'> Theorem 1: </mtext> 
        <mtext fontweight='bold'> Now is </mtext> 
        <mtext fontstyle='italic'> the time 
        </mtext> 
        <mtext fontfamily='Helvetica'> for </mtext> 
        <mtext fontsize='10pt'> MathML </mtext> 
      </mrow> 
    </mml:math></sect3>
<sect3><title>mtextSbg4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='blue' color='white'> 
        <mtext> Theorem 1: </mtext> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background='blue' color='white'> 
        <mtext> Theorem 1: </mtext> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mtextScolor5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle color='#f05'> 
        <mtext> Theorem 1: </mtext> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle color='#f05'> 
        <mtext> Theorem 1: </mtext> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mtextStoken6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize='18pt' fontweight='bold' fontstyle='italic' fontfamily='Helvetica'> 
        <mtext> Theorem 1: </mtext> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize='18pt' fontweight='bold' fontstyle='italic' fontfamily='Helvetica'> 
        <mtext> Theorem 1: </mtext> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>mtextspaces7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtext> This is &#x02009; some &#x02009;&#x0200A;&#x0200A; text with spaces. 
      </mtext> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtext> This is &#x02009; some &#x02009;&#x0200A;&#x0200A; text with spaces. 
      </mtext> 
    </mml:math></sect3>
</sect2>
</sect1>
</chapter>
<chapter><title>Topics</title>
<sect1><title>Accents</title>
<sect2><title>accents1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="24pt"> 
        <mover accent="false"> 
          <mi>x</mi> 
          <mo>&#x002DC;</mo> 
        </mover> 
        <mover accent="true"> 
          <mi>x</mi> 
          <mo>&#x002DC;</mo> 
        </mover> 
        <mover> 
          <mi>x</mi> 
          <mo>&#x002DC;</mo> 
        </mover> 
        <mover> 
          <mi>x</mi> 
          <mo>+</mo> 
        </mover> 
        <mover accent="false"> 
          <mi>x</mi> 
          <mo>+</mo> 
        </mover> 
      </mstyle> 
      <msup> 
        <mover accent="false"> 
          <mi>x</mi> 
          <mo>&#x02032;</mo> 
        </mover> 
        <mn>2</mn> 
      </msup>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="24pt"> 
        <mover accent="false"> 
          <mi>x</mi> 
          <mo>&#x002DC;</mo> 
        </mover> 
        <mover accent="true"> 
          <mi>x</mi> 
          <mo>&#x002DC;</mo> 
        </mover> 
        <mover> 
          <mi>x</mi> 
          <mo>&#x002DC;</mo> 
        </mover> 
        <mover> 
          <mi>x</mi> 
          <mo>+</mo> 
        </mover> 
        <mover accent="false"> 
          <mi>x</mi> 
          <mo>+</mo> 
        </mover> 
      </mstyle> 
      <msup> 
        <mover accent="false"> 
          <mi>x</mi> 
          <mo>&#x02032;</mo> 
        </mover> 
        <mn>2</mn> 
      </msup>
    </mml:math></sect2>
<sect2><title>accents3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x00302;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x000AF;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x02713;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x0221A;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x002DC;</mi> 
      </mover> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x00302;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x000AF;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x02713;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x0221A;</mi> 
      </mover> 
      <mover> 
        <mi>H</mi> 
        <mi>&#x002DC;</mi> 
      </mover> 
    </mml:math></sect2>
</sect1>
<sect1><title>EmbellishedOp</title>
<sect2><title>embStretch1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mo>(</mo> 
      <mfrac> 
        <mn>2</mn> 
        <mi>x</mi> 
      </mfrac> 
      <msup> 
        <mo>)</mo> 
        <mo>-</mo> 
      </msup> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mo>(</mo> 
      <mfrac> 
        <mn>2</mn> 
        <mi>x</mi> 
      </mfrac> 
      <msup> 
        <mo>)</mo> 
        <mo>-</mo> 
      </msup> 
    </mml:math></sect2>
</sect1>
<sect1><title>LargeOp</title>
<sect2><title>chain1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
      <mo>=</mo>
      <munderover>
        <mo>&#x02211;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
      <mo>=</mo>
      <munderover>
        <mo>&#x0220F;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
      <mo>=</mo>
      <munderover>
        <mo>&#x02210;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
      <mo>=</mo>
      <msubsup>
        <mo>&#x0222E;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
      <mo>=</mo>
      <msubsup>
        <mo>&#x0222C;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
      <mo>=</mo>
      <msubsup>
        <mo>&#x0222D;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
      <mo>=</mo>
      <munderover>
        <mo>&#x02211;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
      <mo>=</mo>
      <munderover>
        <mo>&#x0220F;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
      <mo>=</mo>
      <munderover>
        <mo>&#x02210;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
      <mo>=</mo>
      <msubsup>
        <mo>&#x0222E;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
      <mo>=</mo>
      <msubsup>
        <mo>&#x0222C;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
      <mo>=</mo>
      <msubsup>
        <mo>&#x0222D;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect2>
<sect2><title>chain2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <munderover>
          <mo>&#x02211;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
        <mo>=</mo>
        <munderover>
          <mo>&#x0220F;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
        <mo>=</mo>
        <munderover>
          <mo>&#x02210;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
        <mo>=</mo>
        <msubsup>
          <mo>&#x0222E;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&#x0222C;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&#x0222D;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <munderover>
          <mo>&#x02211;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
        <mo>=</mo>
        <munderover>
          <mo>&#x0220F;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
        <mo>=</mo>
        <munderover>
          <mo>&#x02210;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
        <mo>=</mo>
        <msubsup>
          <mo>&#x0222E;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&#x0222C;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&#x0222D;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>coprod1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x02210;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x02210;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
    </mml:math></sect2>
<sect2><title>coprod2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x02210;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x02210;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
      </mstyle>
    </mml:math></sect2>
<sect2><title>doubleint1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222C;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222C;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect2>
<sect2><title>doubleint2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222C;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222C;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int10.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </munderover>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </munderover>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </munderover>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </munderover>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>int9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </munderover>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </munderover>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect2>
<sect2><title>largeop1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: false largeop: false 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="false"> 
              <mo largeop="false">&#x02227;</mo> 
              <mo largeop="false">&#x02228;</mo> 
              <mo largeop="false">&#x0222B;</mo> 
              <mo largeop="false">&#x02211;</mo> 
              <mo largeop="false">&#x0220F;</mo> 
              <mo largeop="false">&#x0222A;</mo> 
              <mo largeop="false">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: false largeop: true 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="false"> 
              <mo largeop="true">&#x02227;</mo> 
              <mo largeop="true">&#x02228;</mo> 
              <mo largeop="true">&#x0222B;</mo> 
              <mo largeop="true">&#x02211;</mo> 
              <mo largeop="true">&#x0220F;</mo> 
              <mo largeop="true">&#x0222A;</mo> 
              <mo largeop="true">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: true largeop: false 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="true"> 
              <mo largeop="false">&#x02227;</mo> 
              <mo largeop="false">&#x02228;</mo> 
              <mo largeop="false">&#x0222B;</mo> 
              <mo largeop="false">&#x02211;</mo> 
              <mo largeop="false">&#x0220F;</mo> 
              <mo largeop="false">&#x0222A;</mo> 
              <mo largeop="false">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: true largeop: true 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="true"> 
              <mo largeop="true">&#x02227;</mo> 
              <mo largeop="true">&#x02228;</mo> 
              <mo largeop="true">&#x0222B;</mo> 
              <mo largeop="true">&#x02211;</mo> 
              <mo largeop="true">&#x0220F;</mo> 
              <mo largeop="true">&#x0222A;</mo> 
              <mo largeop="true">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: false largeop: default 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="false"> 
              <mo>&#x02227;</mo> 
              <mo>&#x02228;</mo> 
              <mo>&#x0222B;</mo> 
              <mo>&#x02211;</mo> 
              <mo>&#x0220F;</mo> 
              <mo>&#x0222A;</mo> 
              <mo>&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: true largeop: default 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="true"> 
              <mo>&#x02227;</mo> 
              <mo>&#x02228;</mo> 
              <mo>&#x0222B;</mo> 
              <mo>&#x02211;</mo> 
              <mo>&#x0220F;</mo> 
              <mo>&#x0222A;</mo> 
              <mo>&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: false largeop: false 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="false"> 
              <mo largeop="false">&#x02227;</mo> 
              <mo largeop="false">&#x02228;</mo> 
              <mo largeop="false">&#x0222B;</mo> 
              <mo largeop="false">&#x02211;</mo> 
              <mo largeop="false">&#x0220F;</mo> 
              <mo largeop="false">&#x0222A;</mo> 
              <mo largeop="false">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: false largeop: true 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="false"> 
              <mo largeop="true">&#x02227;</mo> 
              <mo largeop="true">&#x02228;</mo> 
              <mo largeop="true">&#x0222B;</mo> 
              <mo largeop="true">&#x02211;</mo> 
              <mo largeop="true">&#x0220F;</mo> 
              <mo largeop="true">&#x0222A;</mo> 
              <mo largeop="true">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: true largeop: false 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="true"> 
              <mo largeop="false">&#x02227;</mo> 
              <mo largeop="false">&#x02228;</mo> 
              <mo largeop="false">&#x0222B;</mo> 
              <mo largeop="false">&#x02211;</mo> 
              <mo largeop="false">&#x0220F;</mo> 
              <mo largeop="false">&#x0222A;</mo> 
              <mo largeop="false">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: true largeop: true 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="true"> 
              <mo largeop="true">&#x02227;</mo> 
              <mo largeop="true">&#x02228;</mo> 
              <mo largeop="true">&#x0222B;</mo> 
              <mo largeop="true">&#x02211;</mo> 
              <mo largeop="true">&#x0220F;</mo> 
              <mo largeop="true">&#x0222A;</mo> 
              <mo largeop="true">&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: false largeop: default 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="false"> 
              <mo>&#x02227;</mo> 
              <mo>&#x02228;</mo> 
              <mo>&#x0222B;</mo> 
              <mo>&#x02211;</mo> 
              <mo>&#x0220F;</mo> 
              <mo>&#x0222A;</mo> 
              <mo>&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mtext>displaystyle: true largeop: default 
            </mtext> 
          </mtd> 
          <mtd> 
            <mstyle displaystyle="true"> 
              <mo>&#x02227;</mo> 
              <mo>&#x02228;</mo> 
              <mo>&#x0222B;</mo> 
              <mo>&#x02211;</mo> 
              <mo>&#x0220F;</mo> 
              <mo>&#x0222A;</mo> 
              <mo>&#x02229;</mo> 
            </mstyle> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect2>
<sect2><title>largeop2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle="false">
        <mo largeop="false">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="false">
        <mo largeop="true">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="true">
        <mo largeop="false">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="true">
        <mo largeop="true">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="false">
        <mo>&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="true">
        <mo>&#x02228;</mo>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle="false">
        <mo largeop="false">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="false">
        <mo largeop="true">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="true">
        <mo largeop="false">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="true">
        <mo largeop="true">&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="false">
        <mo>&#x02228;</mo>
      </mstyle>
      <mstyle displaystyle="true">
        <mo>&#x02228;</mo>
      </mstyle>
    </mml:math></sect2>
<sect2><title>largeopPos3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mrow> 
          <munderover> 
            <mrow> 
              <mo>&#x02229;</mo> 
            </mrow> 
            <mrow> 
              <mi>i</mi> 
              <mo>=</mo> 
              <mn>0</mn> 
            </mrow> 
            <mrow> 
              <mi>&#x0221E;</mi> 
            </mrow> 
          </munderover> 
        </mrow> 
        <mrow> 
          <mi>A</mi> 
          <mo>&#x02229;</mo> 
          <mi>B</mi> 
        </mrow> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mrow> 
          <munderover> 
            <mrow> 
              <mo>&#x02229;</mo> 
            </mrow> 
            <mrow> 
              <mi>i</mi> 
              <mo>=</mo> 
              <mn>0</mn> 
            </mrow> 
            <mrow> 
              <mi>&#x0221E;</mi> 
            </mrow> 
          </munderover> 
        </mrow> 
        <mrow> 
          <mi>A</mi> 
          <mo>&#x02229;</mo> 
          <mi>B</mi> 
        </mrow> 
      </mrow> 
    </mml:math></sect2>
<sect2><title>oint1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222E;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222E;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect2>
<sect2><title>oint2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222E;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222E;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
<sect2><title>prod1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x0220F;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x0220F;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
    </mml:math></sect2>
<sect2><title>prod2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0220F;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0220F;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
      </mstyle>
    </mml:math></sect2>
<sect2><title>sum1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x02211;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x02211;</mo>
        <mrow>
          <mi>i</mi>
          <mo>=</mo>
          <mn>0</mn>
        </mrow>
        <mi>&#x0221E;</mi>
      </munderover>
      <msub>
        <mi>x</mi>
        <mi>i</mi>
      </msub>
    </mml:math></sect2>
<sect2><title>sum2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x02211;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x02211;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&#x0221E;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
      </mstyle>
    </mml:math></sect2>
<sect2><title>tripleint1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222D;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222D;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect2>
<sect2><title>tripleint2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222D;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222D;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect2>
</sect1>
<sect1><title>LineBreak</title>
<sect2><title>badbreak</title>
<sect3><title>badbreak1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mspace linebreak="badbreak"/> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mspace linebreak="badbreak"/> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
    </mml:math></sect3>
</sect2>
<sect2><title>goodbreak</title>
<sect3><title>goodbreak1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mspace linebreak="goodbreak"/> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mspace linebreak="goodbreak"/> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
    </mml:math></sect3>
</sect2>
<sect2><title>linebreak1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
      </mn> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
      </mn> 
    </mml:math></sect2>
<sect2><title>linebreakFrac.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
        </mrow> 
        <mrow> 
          <mi>y</mi> 
          <mo>+</mo> 
          <mi>y</mi> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mrow> 
      </mfrac> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
          <mo>+</mo> 
          <mi>x</mi> 
        </mrow> 
        <mrow> 
          <mi>y</mi> 
          <mo>+</mo> 
          <mi>y</mi> 
          <mo>+</mo> 
          <mi>y</mi> 
        </mrow> 
      </mfrac> 
    </mml:math></sect2>
<sect2><title>linebreakNum1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mn>123456789012345678901234567890123456789012345678901234567890
        </mn> 
        <mo>+</mo> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mn>2</mn> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mn>123456789012345678901234567890123456789012345678901234567890
        </mn> 
        <mo>+</mo> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mn>2</mn> 
      </mrow> 
    </mml:math></sect2>
<sect2><title>linebreakRow1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mo>(</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>)</mo> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mo>(</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>+</mo> 
      <mi>x</mi> 
      <mo>)</mo> 
    </mml:math></sect2>
<sect2><title>linebreakString1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mi>x</mi> 
        <mo>+</mo> 
        <ms>asdffffffasdddfaaaaaaaasssdddfaaaaaaaassdfasdffffffasdddfaaaaaaaasssdddfaaaaaaaassdf
        </ms> 
        <mo>+</mo> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mn>2</mn> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mi>x</mi> 
        <mo>+</mo> 
        <ms>asdffffffasdddfaaaaaaaasssdddfaaaaaaaassdfasdffffffasdddfaaaaaaaasssdddfaaaaaaaassdf
        </ms> 
        <mo>+</mo> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mn>2</mn> 
      </mrow> 
    </mml:math></sect2>
<sect2><title>nobreak</title>
<sect3><title>nobreak1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mspace linebreak="nobreak"/> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mspace linebreak="nobreak"/> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
      <mo>-</mo> 
      <mi>a</mi> 
    </mml:math></sect3>
<sect3><title>nobreak2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <msup> 
        <mrow> 
          <mo>(</mo> 
          <mi>a</mi> 
          <mo>-</mo> 
          <mi>a</mi> 
          <mo>-</mo> 
          <mi>a</mi> 
          <mspace linebreak="nobreak"/> 
          <mo>-</mo> 
          <mi>a</mi> 
          <mo>)</mo> 
        </mrow> 
        <mn>22</mn> 
      </msup> 
      <mo>-</mo> 
      <mi>c</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <mi>B</mi> 
      <mo>-</mo> 
      <msup> 
        <mrow> 
          <mo>(</mo> 
          <mi>a</mi> 
          <mo>-</mo> 
          <mi>a</mi> 
          <mo>-</mo> 
          <mi>a</mi> 
          <mspace linebreak="nobreak"/> 
          <mo>-</mo> 
          <mi>a</mi> 
          <mo>)</mo> 
        </mrow> 
        <mn>22</mn> 
      </msup> 
      <mo>-</mo> 
      <mi>c</mi> 
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>Nesting</title>
<sect2><title>nestAction1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
      <maction actiontype="tooltip"> 
        <maction actiontype="statusline"> 
          <apply> 
            <gt/> 
            <ci>x</ci> 
            <cn>4</cn> 
          </apply> 
          <mtext>X is less than 4</mtext> 
        </maction> 
        <mtext>X is less than 4</mtext> 
      </maction> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
      <maction actiontype="tooltip"> 
        <maction actiontype="statusline"> 
          <apply> 
            <gt/> 
            <ci>x</ci> 
            <cn>4</cn> 
          </apply> 
          <mtext>X is less than 4</mtext> 
        </maction> 
        <mtext>X is less than 4</mtext> 
      </maction> 
    </mml:math></sect2>
<sect2><title>nestFrac1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle="true" scriptlevel="0"> 
        <mfrac linethickness="2"> 
          <mn>1</mn> 
          <mrow> 
            <msqrt> 
              <mn>2</mn> 
            </msqrt> 
            <mo form="infix">+</mo> 
            <mrow> 
              <mstyle displaystyle="true" scriptlevel="0"> 
                <mfrac> 
                  <mn>1</mn> 
                  <mrow> 
                    <msqrt> 
                      <mn>3</mn> 
                    </msqrt> 
                    <mo form="infix">+</mo> 
                    <mrow> 
                      <mstyle displaystyle="true" scriptlevel="0"> 
                        <mfrac> 
                          <mn>1</mn> 
                          <mrow> 
                            <msqrt> 
                              <mn>4</mn> 
                            </msqrt> 
                            <mo form="infix">+</mo> 
                            <mrow> 
                              <mstyle displaystyle="true" scriptlevel="0"> 
                                <mfrac> 
                                  <mn>1</mn> 
                                  <mrow> 
                                    <msqrt> 
                                      <mn>5</mn> 
                                    </msqrt> 
                                    <mo form="infix">+</mo> 
                                    <mrow> 
                                      <mstyle displaystyle="true" scriptlevel="0"> 
                                        <mfrac> 
                                          <mn>1</mn> 
                                          <mrow> 
                                            <msqrt> 
                                              <mn>6</mn> 
                                            </msqrt> 
                                            <mo form="infix">+</mo> 
                                            <mi>&#x02026;</mi> 
                                          </mrow> 
                                        </mfrac> 
                                      </mstyle> 
                                    </mrow> 
                                  </mrow> 
                                </mfrac> 
                              </mstyle> 
                            </mrow> 
                          </mrow> 
                        </mfrac> 
                      </mstyle> 
                    </mrow> 
                  </mrow> 
                </mfrac> 
              </mstyle> 
            </mrow> 
          </mrow> 
        </mfrac> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle displaystyle="true" scriptlevel="0"> 
        <mfrac linethickness="2"> 
          <mn>1</mn> 
          <mrow> 
            <msqrt> 
              <mn>2</mn> 
            </msqrt> 
            <mo form="infix">+</mo> 
            <mrow> 
              <mstyle displaystyle="true" scriptlevel="0"> 
                <mfrac> 
                  <mn>1</mn> 
                  <mrow> 
                    <msqrt> 
                      <mn>3</mn> 
                    </msqrt> 
                    <mo form="infix">+</mo> 
                    <mrow> 
                      <mstyle displaystyle="true" scriptlevel="0"> 
                        <mfrac> 
                          <mn>1</mn> 
                          <mrow> 
                            <msqrt> 
                              <mn>4</mn> 
                            </msqrt> 
                            <mo form="infix">+</mo> 
                            <mrow> 
                              <mstyle displaystyle="true" scriptlevel="0"> 
                                <mfrac> 
                                  <mn>1</mn> 
                                  <mrow> 
                                    <msqrt> 
                                      <mn>5</mn> 
                                    </msqrt> 
                                    <mo form="infix">+</mo> 
                                    <mrow> 
                                      <mstyle displaystyle="true" scriptlevel="0"> 
                                        <mfrac> 
                                          <mn>1</mn> 
                                          <mrow> 
                                            <msqrt> 
                                              <mn>6</mn> 
                                            </msqrt> 
                                            <mo form="infix">+</mo> 
                                            <mi>&#x02026;</mi> 
                                          </mrow> 
                                        </mfrac> 
                                      </mstyle> 
                                    </mrow> 
                                  </mrow> 
                                </mfrac> 
                              </mstyle> 
                            </mrow> 
                          </mrow> 
                        </mfrac> 
                      </mstyle> 
                    </mrow> 
                  </mrow> 
                </mfrac> 
              </mstyle> 
            </mrow> 
          </mrow> 
        </mfrac> 
      </mstyle> 
    </mml:math></sect2>
<sect2><title>nestScript.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>v</mi>
        <msup>
          <mi>w</mi>
          <msup>
            <mi>x</mi>
            <msup>
              <mi>y</mi>
              <mi>z</mi>
            </msup>
          </msup>
        </msup>
      </msup>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>v</mi>
        <msup>
          <mi>w</mi>
          <msup>
            <mi>x</mi>
            <msup>
              <mi>y</mi>
              <mi>z</mi>
            </msup>
          </msup>
        </msup>
      </msup>
    </mml:math></sect2>
<sect2><title>nestTable1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" framespacing="4em 4em">
        <mtr>
          <mtd>
            <mtable>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
              </mtr>
            </mtable>
          </mtd>
        </mtr>
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable frame="solid" framespacing="4em 4em">
        <mtr>
          <mtd>
            <mtable>
              <mtr>
                <mtd>
                  <mi>x</mi>
                </mtd>
              </mtr>
            </mtable>
          </mtd>
        </mtr>
      </mtable>
    </mml:math></sect2>
</sect1>
<sect1><title>Primes</title>
<sect2><title>primes1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi> x </mi>
        <mn> 2 </mn>
      </msup> 
      <mo> + </mo>
      <msup>
        <mi> 2 </mi>
        <mn> 2 </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mo> &#x02032; </mo>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mo>'</mo>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mo> '' </mo>
      </msup> 
      <mo> + </mo>
      <mi>x</mi>
      <mi>&#x02032;</mi>
      <mo> + </mo> 
      <msup>
        <msup>
          <mi> x </mi>
          <mo> ' </mo>
        </msup>
        <mn> ' </mn>
      </msup>
      <mo> + </mo> 
      <msup>
        <msup>
          <mi> x </mi>
          <mo> ' </mo>
        </msup>
        <mn> 2 </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mrow>
          <mo> ' </mo>
          <mo> + </mo>
          <mo> ' </mo>
        </mrow>
      </msup> 
      <mo> + </mo> 
      <msup>
        <msup>
          <mi> x </mi>
          <mo> ' </mo>
        </msup>
        <mn> ' </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <msup>
          <mo> ' </mo>
          <mn> ' </mn>
        </msup>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mo> ' </mo>
        <mn> ' </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mo> ' </mo>
        <mo> ' </mo>
      </msup>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi> x </mi>
        <mn> 2 </mn>
      </msup> 
      <mo> + </mo>
      <msup>
        <mi> 2 </mi>
        <mn> 2 </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mo> &#x02032; </mo>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mo>'</mo>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mo> '' </mo>
      </msup> 
      <mo> + </mo>
      <mi>x</mi>
      <mi>&#x02032;</mi>
      <mo> + </mo> 
      <msup>
        <msup>
          <mi> x </mi>
          <mo> ' </mo>
        </msup>
        <mn> ' </mn>
      </msup>
      <mo> + </mo> 
      <msup>
        <msup>
          <mi> x </mi>
          <mo> ' </mo>
        </msup>
        <mn> 2 </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <mrow>
          <mo> ' </mo>
          <mo> + </mo>
          <mo> ' </mo>
        </mrow>
      </msup> 
      <mo> + </mo> 
      <msup>
        <msup>
          <mi> x </mi>
          <mo> ' </mo>
        </msup>
        <mn> ' </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mi> x </mi>
        <msup>
          <mo> ' </mo>
          <mn> ' </mn>
        </msup>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mo> ' </mo>
        <mn> ' </mn>
      </msup> 
      <mo> + </mo> 
      <msup>
        <mo> ' </mo>
        <mo> ' </mo>
      </msup>
    </mml:math></sect2>
</sect1>
<sect1><title>StretchyChars</title>
<sect2><title>horizontal</title>
<sect3><title>genBvert1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mo stretchy='false'>(</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>)</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>[</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>]</mo> 
      <mo stretchy='false'>&#x0230A;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x0230B;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02308;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02309;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02016;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>{</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>}</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02329;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x0232A;</mo> 
      <mi>H</mi> 
      <mi>&#x021C0;</mi> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x022F1;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x002D9;</mo> 
      <mi>H</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mo stretchy='false'>(</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>)</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>[</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>]</mo> 
      <mo stretchy='false'>&#x0230A;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x0230B;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02308;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02309;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02016;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>{</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>}</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x02329;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x0232A;</mo> 
      <mi>H</mi> 
      <mi>&#x021C0;</mi> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x022F1;</mo> 
      <mi>H</mi> 
      <mo stretchy='false'>&#x002D9;</mo> 
      <mi>H</mi> 
    </mml:math></sect3>
<sect3><title>stretchAccents1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x0005E;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x000AF;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x02713;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x0223C;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x0FE37;</mo> 
      </mover> 
      <mo>+</mo> 
      <munder> 
        <mi>xxx</mi> 
        <mo>&#x0FE38;</mo> 
      </munder> 
      <mo>+</mo> 
      <mi>xxx</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x0005E;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x000AF;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x02713;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x0223C;</mo> 
      </mover> 
      <mo>+</mo> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x0FE37;</mo> 
      </mover> 
      <mo>+</mo> 
      <munder> 
        <mi>xxx</mi> 
        <mo>&#x0FE38;</mo> 
      </munder> 
      <mo>+</mo> 
      <mi>xxx</mi> 
    </mml:math></sect3>
<sect3><title>stretchAccents2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x000AF;</mo> 
      </mover> 
      <mo>=</mo> 
      <mover> 
        <mi mathvariant='italic'>xxx</mi> 
        <mo>&#x000AF;</mo> 
      </mover> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>xxx</mi> 
        <mo>&#x000AF;</mo> 
      </mover> 
      <mo>=</mo> 
      <mover> 
        <mi mathvariant='italic'>xxx</mi> 
        <mo>&#x000AF;</mo> 
      </mover> 
    </mml:math></sect3>
<sect3><title>stretchBrack1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mrow> 
          <mi>H</mi> 
          <mo>&#x000D7;</mo> 
          <mi>G</mi> 
        </mrow> 
        <mo>&#x0FE37;</mo> 
      </mover> 
      <munder> 
        <mrow> 
          <mi>H</mi> 
          <mo>&#x000D7;</mo> 
          <mi>G</mi> 
        </mrow> 
        <mo>&#x0FE38;</mo> 
      </munder> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mrow> 
          <mi>H</mi> 
          <mo>&#x000D7;</mo> 
          <mi>G</mi> 
        </mrow> 
        <mo>&#x0FE37;</mo> 
      </mover> 
      <munder> 
        <mrow> 
          <mi>H</mi> 
          <mo>&#x000D7;</mo> 
          <mi>G</mi> 
        </mrow> 
        <mo>&#x0FE38;</mo> 
      </munder> 
    </mml:math></sect3>
<sect3><title>stretchHoriz1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid">
        <mtr>
          <mtd></mtd>
          <mtd>
            <mtext>Stetching in base</mtext>
          </mtd>
          <mtd>
            <mtext>Stretching in script</mtext>
          </mtd>
        </mtr> 
        <mtr>
          <mtd>
            <mtext>no mrows</mtext>
          </mtd>
          <mtd>
            <mover>
              <mo> &#x02192; </mo>
              <mtext> maps to </mtext>
            </mover>
          </mtd>
          <mtd> 
            <mover>
              <mtext> maps to </mtext>
              <mo> &#x02192; </mo>
            </mover> 
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mtext>all in row</mtext>
          </mtd>
          <mtd> 
            <mrow>
              <mover>
                <mo> &#x02192; </mo>
                <mtext> maps to </mtext>
              </mover>
            </mrow> 
          </mtd>
          <mtd>
            <mrow>
              <mover>
                <mtext> maps to </mtext>
                <mo> &#x02192; </mo>
              </mover>
            </mrow> 
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mtext>op in row</mtext>
          </mtd>
          <mtd> 
            <mover>
              <mrow>
                <mo> &#x02192; </mo>
              </mrow>
              <mtext> maps to </mtext>
            </mover> 
          </mtd>
          <mtd>
            <mover>
              <mtext> maps to </mtext>
              <mrow>
                <mo> &#x02192; </mo>
              </mrow>
            </mover> 
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mtext>text in row</mtext>
          </mtd>
          <mtd> 
            <mrow>
              <mover>
                <mrow>
                  <mo> &#x02192; </mo>
                </mrow>
                <mtext> maps to </mtext>
              </mover>
            </mrow> 
          </mtd>
          <mtd> 
            <mrow>
              <mover>
                <mtext> maps to </mtext>
                <mrow>
                  <mo> &#x02192; </mo>
                </mrow>
              </mover>
            </mrow> 
          </mtd>
        </mtr>
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable frame="solid">
        <mtr>
          <mtd></mtd>
          <mtd>
            <mtext>Stetching in base</mtext>
          </mtd>
          <mtd>
            <mtext>Stretching in script</mtext>
          </mtd>
        </mtr> 
        <mtr>
          <mtd>
            <mtext>no mrows</mtext>
          </mtd>
          <mtd>
            <mover>
              <mo> &#x02192; </mo>
              <mtext> maps to </mtext>
            </mover>
          </mtd>
          <mtd> 
            <mover>
              <mtext> maps to </mtext>
              <mo> &#x02192; </mo>
            </mover> 
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mtext>all in row</mtext>
          </mtd>
          <mtd> 
            <mrow>
              <mover>
                <mo> &#x02192; </mo>
                <mtext> maps to </mtext>
              </mover>
            </mrow> 
          </mtd>
          <mtd>
            <mrow>
              <mover>
                <mtext> maps to </mtext>
                <mo> &#x02192; </mo>
              </mover>
            </mrow> 
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mtext>op in row</mtext>
          </mtd>
          <mtd> 
            <mover>
              <mrow>
                <mo> &#x02192; </mo>
              </mrow>
              <mtext> maps to </mtext>
            </mover> 
          </mtd>
          <mtd>
            <mover>
              <mtext> maps to </mtext>
              <mrow>
                <mo> &#x02192; </mo>
              </mrow>
            </mover> 
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mtext>text in row</mtext>
          </mtd>
          <mtd> 
            <mrow>
              <mover>
                <mrow>
                  <mo> &#x02192; </mo>
                </mrow>
                <mtext> maps to </mtext>
              </mover>
            </mrow> 
          </mtd>
          <mtd> 
            <mrow>
              <mover>
                <mtext> maps to </mtext>
                <mrow>
                  <mo> &#x02192; </mo>
                </mrow>
              </mover>
            </mrow> 
          </mtd>
        </mtr>
      </mtable> 
    </mml:math></sect3>
<sect3><title>stretchHoriz2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>g</mi> 
      <mo>=</mo> 
      <mi>A</mi> 
      <mo>&#x02190;</mo> 
      <mi>x</mi> 
      <mo>&#x02192;</mo> 
      <mi>H</mi> 
      <mo>&#x02194;</mo> 
      <mi>H</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>g</mi> 
      <mo>=</mo> 
      <mi>A</mi> 
      <mo>&#x02190;</mo> 
      <mi>x</mi> 
      <mo>&#x02192;</mo> 
      <mi>H</mi> 
      <mo>&#x02194;</mo> 
      <mi>H</mi> 
    </mml:math></sect3>
<sect3><title>stretchHoriz3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>H</mi> 
      <mover> 
        <mo>&#x02192;</mo> 
        <mtext>This is a long stretched arrow 
        </mtext> 
      </mover> 
      <mi>H</mi> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mi>H</mi> 
      <mover> 
        <mo>&#x02192;</mo> 
        <mtext>This is a long stretched arrow 
        </mtext> 
      </mover> 
      <mi>H</mi> 
    </mml:math></sect3>
<sect3><title>stretchTilde1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>caledonia</mi> 
        <mo>&#x0223C;</mo> 
      </mover> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mover> 
        <mi>caledonia</mi> 
        <mo>&#x0223C;</mo> 
      </mover> 
    </mml:math></sect3>
</sect2>
<sect2><title>integral</title>
<sect3><title>int1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0222B;</mo>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0222B;</mo>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect3>
<sect3><title>int10.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </munderover>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </munderover>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect3>
<sect3><title>int2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0222B;</mo>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mfrac>
          <mi>x</mi>
          <mn>2</mn>
        </mfrac>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0222B;</mo>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mfrac>
          <mi>x</mi>
          <mn>2</mn>
        </mfrac>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect3>
<sect3><title>int3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect3>
<sect3><title>int4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mfrac>
          <mi>x</mi>
          <mn>2</mn>
        </mfrac>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </msubsup>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mfrac>
          <mi>x</mi>
          <mn>2</mn>
        </mfrac>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect3>
<sect3><title>int5.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect3>
<sect3><title>int6.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <mo>&#x0222B;</mo>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect3>
<sect3><title>int7.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect3>
<sect3><title>int8.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <msubsup>
          <mo>&#x0222B;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mi>f</mi>
        <mrow> 
          <mo>(</mo>
          <mfrac>
            <mi>x</mi>
            <mn>2</mn>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mtext>&#x0200A;</mtext>
        <mo>&#x02146;</mo>
        <mi>x</mi>
      </mstyle>
    </mml:math></sect3>
<sect3><title>int9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </munderover>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mo>&#x0222B;</mo>
        <mn>0</mn>
        <mn>1</mn>
      </munderover>
      <mi>f</mi>
      <mrow> 
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
      <mtext>&#x0200A;</mtext>
      <mo>&#x02146;</mo>
      <mi>x</mi>
    </mml:math></sect3>
<sect3><title>intDispStyle.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable columnlines="solid" rowlines="solid"> 
        <mtr>
          <mtd></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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="true">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="true" largeop="true">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="true">&#x0222B;
                </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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="true">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="false" largeop="true">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="true">&#x0222B;
                </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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>A</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>A</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="false">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="false" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="false">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle>
          </mtd>
        </mtr>
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable columnlines="solid" rowlines="solid"> 
        <mtr>
          <mtd></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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="true">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="true" largeop="true">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="true">&#x0222B;
                </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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="true">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="false" largeop="true">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="true">&#x0222B;
                </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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>A</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>A</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="true" largeop="false">&#x0222B;
                </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">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="false">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle> 
          </mtd>
          <mtd> 
            <mstyle fontsize="150%" displaystyle="false"> 
              <mrow> 
                <mo stretchy="false" largeop="false">&#x0222B;
                </mo> 
                <mfrac> 
                  <mi>x</mi> 
                  <mn>5</mn> 
                </mfrac> 
              </mrow> 
              <mo>=</mo> 
              <mrow> 
                <mo stretchy="false" largeop="false">&#x0222B;
                </mo> 
                <mi>x</mi> 
              </mrow>
            </mstyle>
          </mtd>
        </mtr>
      </mtable>
    </mml:math></sect3>
<sect3><title>intSize1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo stretchy="false" largeop="true">&#x0222B;
        </mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo stretchy="false" largeop="false">&#x0222B;
        </mo> 
        <mi>M</mi> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>x</mi> 
          <mi>o</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>A</mi> 
          <mi>o</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>x</mi> 
          <mi>A</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>A</mi> 
          <mi>M</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>.</mi> 
          <mi>''</mi> 
        </mfrac> 
      </mrow>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mo stretchy="false" largeop="true">&#x0222B;
        </mo> 
        <mi>x</mi> 
      </mrow> 
      <mrow> 
        <mo stretchy="false" largeop="false">&#x0222B;
        </mo> 
        <mi>M</mi> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>x</mi> 
          <mi>o</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>A</mi> 
          <mi>o</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>x</mi> 
          <mi>A</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>A</mi> 
          <mi>M</mi> 
        </mfrac> 
      </mrow> 
      <mrow> 
        <mo stretchy="true" largeop="true">&#x0222B;
        </mo> 
        <mfrac> 
          <mi>.</mi> 
          <mi>''</mi> 
        </mfrac> 
      </mrow>
    </mml:math></sect3>
<sect3><title>intSize2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd></mtd> 
          <mtd></mtd>
          <mtd>
            <mtext>symm</mtext>
          </mtd> 
          <mtd>
            <mtext>stretch</mtext>
          </mtd>
          <mtd>
            <mtext>symm/stretch</mtext>
          </mtd>
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>small op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>large op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>small op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>large op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd></mtd> 
          <mtd></mtd>
          <mtd>
            <mtext>symm</mtext>
          </mtd> 
          <mtd>
            <mtext>stretch</mtext>
          </mtd>
          <mtd>
            <mtext>symm/stretch</mtext>
          </mtd>
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>small op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>large op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mi>x</mi> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>small op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd>
            <mtext>large op</mtext>
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd>
          <mtd> 
            <mrow> 
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
              </mo> 
              <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
              </mfrac> 
            </mrow> 
          </mtd> 
        </mtr> 
      </mtable> 
    </mml:math></sect3>
</sect2>
<sect2><title>tables</title>
<sect3><title>stretchTable1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>1</mn> 
            </mtd> 
            <mtd> 
              <mo>&#x02192;</mo> 
            </mtd> 
            <mtd> 
              <mn>2</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mo>&#x02193;</mo> 
            </mtd> 
            <mtd> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mfrac> 
                <mrow> 
                  <mn>2</mn> 
                </mrow> 
                <mrow> 
                  <msup> 
                    <mrow> 
                      <mi>y</mi> 
                    </mrow> 
                    <mrow> 
                      <mn>3</mn> 
                    </mrow> 
                  </msup> 
                </mrow> 
              </mfrac> 
            </mtd> 
            <mtd> 
              <mo>&#x02193;</mo> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>3</mn> 
            </mtd> 
            <mtd> 
              <mo>&#x02192;</mo> 
            </mtd> 
            <mtd> 
              <mn>4</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
      </mrow>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mn>1</mn> 
            </mtd> 
            <mtd> 
              <mo>&#x02192;</mo> 
            </mtd> 
            <mtd> 
              <mn>2</mn> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mo>&#x02193;</mo> 
            </mtd> 
            <mtd> 
              <mi>x</mi> 
              <mo>+</mo> 
              <mfrac> 
                <mrow> 
                  <mn>2</mn> 
                </mrow> 
                <mrow> 
                  <msup> 
                    <mrow> 
                      <mi>y</mi> 
                    </mrow> 
                    <mrow> 
                      <mn>3</mn> 
                    </mrow> 
                  </msup> 
                </mrow> 
              </mfrac> 
            </mtd> 
            <mtd> 
              <mo>&#x02193;</mo> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mn>3</mn> 
            </mtd> 
            <mtd> 
              <mo>&#x02192;</mo> 
            </mtd> 
            <mtd> 
              <mn>4</mn> 
            </mtd> 
          </mtr> 
        </mtable> 
      </mrow>
    </mml:math></sect3>
<sect3><title>stretchTable2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr> 
          <mtd>
            <mo>&#x02190;</mo>
          </mtd> 
          <mtd>
            <mn>1</mn>
          </mtd>
        </mtr>
        <mtr> 
          <mtd>
            <mtext>a long cell</mtext>
          </mtd> 
          <mtd>
            <mn>1</mn>
          </mtd>
        </mtr>
      </mtable>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr> 
          <mtd>
            <mo>&#x02190;</mo>
          </mtd> 
          <mtd>
            <mn>1</mn>
          </mtd>
        </mtr>
        <mtr> 
          <mtd>
            <mtext>a long cell</mtext>
          </mtd> 
          <mtd>
            <mn>1</mn>
          </mtd>
        </mtr>
      </mtable>
    </mml:math></sect3>
</sect2>
<sect2><title>vertical</title>
<sect3><title>abs1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>|</mo>
      <mi>x</mi>
      <mo>|</mo>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>|</mo>
      <mi>x</mi>
      <mo>|</mo>
    </mml:math></sect3>
<sect3><title>abs2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>|</mo>
      <mfrac>
        <mi>H</mi>
        <mi>K</mi>
      </mfrac>
      <mo>|</mo>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>|</mo>
      <mfrac>
        <mi>H</mi>
        <mi>K</mi>
      </mfrac>
      <mo>|</mo>
    </mml:math></sect3>
<sect3><title>mid1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x02223;</mo>
      <mi>x</mi>
      <mo>&#x02223;</mo>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x02223;</mo>
      <mi>x</mi>
      <mo>&#x02223;</mo>
    </mml:math></sect3>
<sect3><title>mid2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x02223;</mo>
      <mfrac>
        <mi>H</mi>
        <mi>K</mi>
      </mfrac>
      <mo>&#x02223;</mo>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x02223;</mo>
      <mfrac>
        <mi>H</mi>
        <mi>K</mi>
      </mfrac>
      <mo>&#x02223;</mo>
    </mml:math></sect3>
<sect3><title>stretchVert1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="130%" displaystyle="true"> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mrow> 
                <mi>x</mi> 
                <mo>+</mo> 
                <mrow> 
                  <mo>(</mo> 
                </mrow> 
                <mfrac> 
                  <mn>2</mn> 
                  <mn>3</mn> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mrow> 
                <mi>x</mi> 
                <mo>+</mo> 
                <mrow> 
                  <mover> 
                    <mo>(</mo> 
                    <mo>-</mo> 
                  </mover> 
                </mrow> 
                <mfrac> 
                  <mn>2</mn> 
                  <mn>3</mn> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
            </mtd>
          </mtr>
        </mtable> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="130%" displaystyle="true"> 
        <mtable> 
          <mtr> 
            <mtd> 
              <mrow> 
                <mi>x</mi> 
                <mo>+</mo> 
                <mrow> 
                  <mo>(</mo> 
                </mrow> 
                <mfrac> 
                  <mn>2</mn> 
                  <mn>3</mn> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
            </mtd> 
          </mtr> 
          <mtr> 
            <mtd> 
              <mrow> 
                <mi>x</mi> 
                <mo>+</mo> 
                <mrow> 
                  <mover> 
                    <mo>(</mo> 
                    <mo>-</mo> 
                  </mover> 
                </mrow> 
                <mfrac> 
                  <mn>2</mn> 
                  <mn>3</mn> 
                </mfrac> 
                <mo>)</mo> 
              </mrow> 
            </mtd>
          </mtr>
        </mtable> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>stretchVert2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>|</mo>
      <mi>H</mi>
      <mo>|</mo>
      <mo>+</mo>
      <mo>&#x02329;</mo>
      <mi>H</mi>
      <mo>&#x02223;</mo>
      <mi>H</mi>
      <mo>&#x0232A;</mo>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>|</mo>
      <mi>H</mi>
      <mo>|</mo>
      <mo>+</mo>
      <mo>&#x02329;</mo>
      <mi>H</mi>
      <mo>&#x02223;</mo>
      <mi>H</mi>
      <mo>&#x0232A;</mo>
    </mml:math></sect3>
<sect3><title>stretchVertNest2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="130%" displaystyle="true"> 
        <mrow> 
          <mo stretchy="true">(</mo> 
          <mrow> 
            <mo stretchy="true">(</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mi>y</mi> 
            </mfrac> 
            <mo stretchy="true">)</mo> 
          </mrow> 
          <mo stretchy="true">)</mo> 
        </mrow> 
      </mstyle> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle fontsize="130%" displaystyle="true"> 
        <mrow> 
          <mo stretchy="true">(</mo> 
          <mrow> 
            <mo stretchy="true">(</mo> 
            <mfrac> 
              <mi>x</mi> 
              <mi>y</mi> 
            </mfrac> 
            <mo stretchy="true">)</mo> 
          </mrow> 
          <mo stretchy="true">)</mo> 
        </mrow> 
      </mstyle> 
    </mml:math></sect3>
<sect3><title>verbar1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0007C;</mo>
      <mi>x</mi>
      <mo>&#x0007C;</mo>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0007C;</mo>
      <mi>x</mi>
      <mo>&#x0007C;</mo>
    </mml:math></sect3>
<sect3><title>verbar2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0007C;</mo>
      <mfrac>
        <mi>H</mi>
        <mi>K</mi>
      </mfrac>
      <mo>&#x0007C;</mo>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x0007C;</mo>
      <mfrac>
        <mi>H</mi>
        <mi>K</mi>
      </mfrac>
      <mo>&#x0007C;</mo>
    </mml:math></sect3>
</sect2>
</sect1>
<sect1><title>WhiteSpace</title>
<sect2><title>invChars.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mn></mn>
      <mo></mo>
      <mi> </mi>
      <mo>&#x02062;</mo>
      <mn>&#x00009;</mn>
      <mo>&#x02061;</mo>
      <mtext> &#x0200B; </mtext>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mn></mn>
      <mo></mo>
      <mi> </mi>
      <mo>&#x02062;</mo>
      <mn>&#x00009;</mn>
      <mo>&#x02061;</mo>
      <mtext> &#x0200B; </mtext>
    </mml:math></sect2>
<sect2><title>whBcomments1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>5</mn> 
      <!-- <mo>+</mo> 
           <mn>4</mn> -->
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mn>5</mn> 
      <!-- <mo>+</mo> 
           <mn>4</mn> -->
    </mml:math></sect2>
<sect2><title>whBgeneral1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 

      <mi>x   </mi> 
      <mo>  +  </mo> 
      <mi>y</mi>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 

      <mi>x   </mi> 
      <mo>  +  </mo> 
      <mi>y</mi>
    </mml:math></sect2>
<sect2><title>white1.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x02009;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x02009;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math></sect2>
<sect2><title>white2.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x000A0;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x000A0;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math></sect2>
<sect2><title>white3.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x02003;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x02003;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math></sect2>
<sect2><title>white4.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>&#x003B1;</mi> 
        <mi>&#x02005;</mi> 
        <mi>&#x003B1;</mi> 
      </mrow> 
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>&#x003B1;</mi> 
        <mi>&#x02005;</mi> 
        <mi>&#x003B1;</mi> 
      </mrow> 
    </mml:math></sect2>
<sect2><title>white9.mml</title>
<programlisting>
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x0000A;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math>]]>
</programlisting>
<para>is rendered as:</para>
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>&#x003B1;</mi>
        <mi>&#x0000A;</mi>
        <mi>&#x003B1;</mi> 
      </mrow>
    </mml:math></sect2>
</sect1>
</chapter>
</book>