<?xml version="1.0" encoding="ISO-8859-1"?><?xml-stylesheet type="text/xsl" href="../../../Math/XSL/mathml.xsl"?>

<!DOCTYPE html
  SYSTEM "mathml.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <title>Operator Dictionary
</title>
      <style type="text/css">
code           { font-family: monospace; }

div.constraint,
div.issue,
div.note,
div.notice     { margin-left: 2em; }

li p           { margin-top: 0.3em;
                 margin-bottom: 0.3em; }

div.exampleInner pre { margin-left: 1em;
                       margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
                  margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
                   border-top-width: 4px;
                   border-top-style: double;
                   border-top-color: #d3d3d3;
                   border-bottom-width: 4px;
                   border-bottom-style: double;
                   border-bottom-color: #d3d3d3;
                   padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
                    margin: 4px}

  .error { color: red }
  .minitoc { border-style: solid;
             border-color: #0050B2; 
             border-width: 1px ; }
  .attention { border-style: solid; 
               border-width: 1px ; 
               color: #5D0091;
               background: #F9F5DE; 
               border-color: red;
               margin-left: 1em;
               margin-right: 1em;
               margin-top: 0.25em;
               margin-bottom: 0.25em; }

  .attribute-Name { background: #F9F5C0; }
  .method-Name { background: #C0C0F9; }
  .IDL-definition { border-style: solid; 
               border-width: 1px ; 
               color: #001000;
               background: #E0FFE0; 
               border-color: #206020;
               margin-left: 1em;
               margin-right: 1em;
               margin-top: 0.25em;
               margin-bottom: 0.25em; }
  .baseline {vertical-align: baseline}

  #eqnoc1 {width: 10%}
  #eqnoc2 {width: 80%; text-align: center; }
  #eqnoc3 {width: 10%; text-align: right; }
          
.h3style {
  text-align: left;
  font-family: sans-serif;
  font-weight: normal;
  color: #0050B2; 
  font-size: 125%;
}

  h4 { text-align: left;
       font-family: sans-serif;
       font-weight: normal;
       color: #0050B2; }
  h5 { text-align: left;
       font-family: sans-serif;
       font-weight: bold;
       color: #0050B2; } 

  th {background:  #E0FFE0;}

  p, blockquote, h4 { font-family: sans-serif; }
  dt, dd, dl, ul, li { font-family: sans-serif; }
  pre, code { font-family: monospace }




.mathml-render {
font-family: serif;
font-size: 130%;
border: solid 4px green;
padding-left: 1em;
padding-right: 1em;
}
</style>
      <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css"/>
   </head>
   <body>

      <h1>
         <a id="oper-dict">

         </a>F Operator Dictionary (Non-Normative)</h1><!-- TOP NAVIGATION BAR -->
      <div class="minitoc">

  Overview: <a href="overview.xml">Mathematical Markup Language (MathML) Version 2.0 (2nd Edition)
</a>
         <br class="html-compat"/>
  Previous: E <a href="appendixe.xml">MathML Document Object Model Bindings</a>
         <br class="html-compat"/>
  Next: G <a href="appendixg.xml">Sample CSS Style Sheet for MathML</a>
         <br class="html-compat"/>
         <br class="html-compat"/>F <a href="appendixf.xml">Operator Dictionary (Non-Normative)</a>
         <br class="html-compat"/>    F.1 <a href="appendixf.xml#oper-dict.format">Format of operator dictionary entries</a>
         <br class="html-compat"/>    F.2 <a href="appendixf.xml#oper-dict.index">Indexing of operator dictionary</a>
         <br class="html-compat"/>    F.3 <a href="appendixf.xml#oper-dict.names">Choice of entity names</a>
         <br class="html-compat"/>    F.4 <a href="appendixf.xml#oper-dict.space">Notes on lspace and 
rspace attributes</a>
         <br class="html-compat"/>    F.5 <a href="appendixf.xml#oper-dict.entries">Operator dictionary entries</a>
         <br class="html-compat"/>
      </div>
      <div class="div1">
         <p>The following table gives the suggested dictionary of rendering
properties for operators, fences, separators, and accents in MathML, all of
which are represented by <code>mo
</code> elements. For brevity,
all such elements will be called simply "operators" in this
Appendix.</p>
         <div class="div2">

            <h2>
               <a id="oper-dict.format">

               </a>F.1 Format of operator dictionary entries</h2>
            <p>The operators are divided into groups, which are separated by blank
lines in the listing below. The grouping, and the order of the groups, is
significant for the proper grouping of sub-expressions using <code>mrow
</code> (<a href="chapter3.xml#presm.mrow">
                  <b>3.3.1 Horizontally Group Sub-Expressions
  (mrow)</b>
               </a>); the rule described
there is especially relevant to the automatic generation of MathML by
conversion from other formats for displayed mathematics, such as T<sub>E</sub>X,
which do not always specify how sub-expressions nest.</p>
            <p>The format of the table entries is: the <code>mo
</code>
element content between double quotes (start and end tags not shown),
followed by the attribute list in XML format, starting with the
<code>form
</code> attribute, followed by the default rendering
attributes which should be used for <code>mo
</code> elements
with the given content and <code>form
</code> attribute.</p>
            <p>Any attribute not listed for some entry has its default value,
which is given in parentheses in the table of attributes in <a href="chapter3.xml#presm.mo">
                  <b>3.2.5 Operator, Fence, Separator or Accent
  (mo)</b>
               </a>.</p>
            <p>Note that the characters &amp; and &lt; are represented in the
following table entries by the entity references
<code>&amp;amp;</code> and <code>&amp;lt;</code> respectively,
as would be necessary if they appeared in the content of an actual
<code>mo
</code> element (or any other MathML or XML
element).</p>
            <p>For example, the first entry,
</p>
            <pre>
"(" form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em"
</pre>
            <p>
could be expressed as an <code>mo
</code> element by:
</p>
            <table>
               <tr>
                  <td>
                     <pre>
&lt;mo form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em"&gt; ( &lt;/mo&gt;
</pre>
                  </td>
                  <td class="mathml-render" valign="middle">
                     <math xmlns="http://www.w3.org/1998/Math/MathML">
<mo form="prefix" fence="true" stretchy="true" lspace="0em" rspace="0em"> ( </mo>
</math>
                  </td>
               </tr>
            </table>
            <p>
(note the lack of double quotes around the content, and the
whitespace added around the content for readability, which is optional
in MathML).</p>
            <p>This entry means that, for MathML renderers which use this
suggested operator dictionary, giving the element
<code>&lt;mo form="prefix"&gt; ( &lt;/mo&gt;
</code>
alone, or simply
<code>&lt;mo&gt; ( &lt;/mo&gt;
</code>
in a position for which
<code>form="prefix"
</code>
would be inferred (see below), is equivalent to giving the element
with all attributes as shown above.</p>
         </div>
         <div class="div2">

            <h2>
               <a id="oper-dict.index">

               </a>F.2 Indexing of operator dictionary</h2>
            <p>Note that the dictionary is indexed not just by the element
content, but by the element content and <code>form
</code> attribute
value, together. Operators with more than one possible form have more
than one entry. The MathML specification describes how the renderer
chooses ("infers") which form to use when no <code>form
</code>
attribute is given; see <a href="chapter3.xml#presm.formdefval">
                  <b>3.2.5.7.2 Default value of the
form attribute</b>
               </a>. </p>
            <p>Having made that choice, or with the <code>form
</code> attribute
explicitly specified in the <code>mo
</code> element's start
tag, the MathML renderer uses the remaining attributes from the
dictionary entry for the appropriate single form of that operator,
ignoring the entries for the other possible forms.</p>
         </div>
         <div class="div2">

            <h2>
               <a id="oper-dict.names">

               </a>F.3 Choice of entity names</h2>
            <p>Extended characters in MathML (and in the operator dictionary
below) are represented by XML-style entity references using the syntax
<code>&amp;character-name;</code> the complete list of characters and
character names is given in <a href="chapter6.xml">
                  <b>6 Characters, Entities and Fonts</b>
               </a>. Many characters can be referred
to by more than one name; often, memorable names composed of full
words have been provided in MathML, as well as one or more names used
in other standards, such as Unicode. The characters in the operators
in this dictionary are generally listed under their full-word names
when these exist. For example, the integral operator is named below by
the one-character sequence <code>&amp;Integral;</code>, but
could equally well be named <code>&amp;int;</code>. The choice
of name for a given character in MathML has no effect on its
rendering.</p>
            <p>It is intended that every entity named below appears somewhere in
<a href="chapter6.xml">
                  <b>6 Characters, Entities and Fonts</b>
               </a>. If this is not true, it is an error in this
specification. If such an error exists, the abovementioned chapter should
be taken as definitive, rather than this appendix.</p>
         </div>
         <div class="div2">

            <h2>
               <a id="oper-dict.space">

               </a>F.4 Notes on <code>lspace
</code> and 
<code>rspace
</code> attributes</h2>
            <p>The values for <code>lspace
</code> and <code>rspace
</code> given here range from 0 to 
"verythickmathspace", which has a default value
of 6/18 em.
For the invisible operators whose content is <code>&amp;InvisibleTimes;</code> or <code>&amp;ApplyFunction;</code>,
it is suggested that MathML renderers choose spacing in a context-sensitive
way (which is an exception to the static values given in the following
table). For <code>&lt;mo&gt;&amp;ApplyFunction;&lt;/mo&gt;
</code>, the total
spacing ("lspace"+"rspace") in
expressions such as "sin <var>x</var>" (where the right operand
doesn't start with a fence) should be greater than zero; for
<code>&lt;mo&gt;&amp;InvisibleTimes;&lt;/mo&gt;
</code>, the total spacing
should be greater than zero when both operands (or the nearest tokens on
either side, if on the baseline) are identifiers displayed in a non-slanted
font (i.e. under the suggested rules, when both operands are
multi-character identifiers).</p>
            <p>Some renderers may wish to use no spacing for most operators
appearing in scripts (i.e. when <code>scriptlevel
</code> is greater
than 0; see <a href="chapter3.xml#presm.mstyle">
                  <b>3.3.4 Style Change (mstyle)</b>
               </a>), as is the case in T<sub>E</sub>X.</p>
         </div>
         <div class="div2">

            <h2>
               <a id="oper-dict.entries">

               </a>F.5 Operator dictionary entries</h2>
            <pre>
"("                                  form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
")"                                  form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"["                                  form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"]"                                  form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"{"                                  form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"}"                                  form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
    
"&amp;CloseCurlyDoubleQuote;"            form="postfix" fence="true"  lspace="0em" rspace="0em"
"&amp;CloseCurlyQuote;"                  form="postfix" fence="true"  lspace="0em" rspace="0em"
"&amp;LeftAngleBracket;"                 form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;LeftBracketingBar;"                form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;LeftCeiling;"                      form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;LeftDoubleBracket;"                form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;LeftDoubleBracketingBar;"          form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;LeftFloor;"                        form="prefix"  fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;OpenCurlyDoubleQuote;"             form="prefix"  fence="true"  lspace="0em" rspace="0em"
"&amp;OpenCurlyQuote;"                   form="prefix"  fence="true"  lspace="0em" rspace="0em"
"&amp;RightAngleBracket;"                form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;RightBracketingBar;"               form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;RightCeiling;"                     form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;RightDoubleBracket;"               form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;RightDoubleBracketingBar;"         form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;RightFloor;"                       form="postfix" fence="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;LeftSkeleton;"                     form="prefix"  fence="true"  lspace="0em" rspace="0em"
"&amp;RightSkeleton;"                    form="postfix" fence="true"  lspace="0em" rspace="0em"
    
"&amp;InvisibleComma;"                   form="infix"   separator="true"  lspace="0em" rspace="0em"
    
","                                  form="infix"   separator="true"  lspace="0em" rspace="verythickmathspace"
    
"&amp;HorizontalLine;"                   form="infix"   stretchy="true" minsize="0"  lspace="0em" rspace="0em"
"&amp;VerticalLine;"                     form="infix"   stretchy="true" minsize="0"  lspace="0em" rspace="0em"
    
";"                                  form="infix"   separator="true"  lspace="0em" rspace="thickmathspace"
";"                                  form="postfix" separator="true"  lspace="0em" rspace="0em"
    
":="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Assign;"                           form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;Because;"                          form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Therefore;"                        form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;VerticalSeparator;"                form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
    
"//"                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;Colon;"                            form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;amp;"                              form="prefix"   lspace="0em" rspace="thickmathspace"
"&amp;amp;"                              form="postfix"  lspace="thickmathspace" rspace="0em"
    
"*="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"-="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"+="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"/="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"-&gt;"                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
":"                                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
".."                                 form="postfix"  lspace="mediummathspace" rspace="0em"
"..."                                form="postfix"  lspace="mediummathspace" rspace="0em"
    
"&amp;SuchThat;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;DoubleLeftTee;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;DoubleRightTee;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownTee;"                          form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftTee;"                          form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightTee;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;Implies;"                          form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RoundImplies;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"|"                                  form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"||"                                 form="infix"    lspace="mediummathspace" rspace="mediummathspace"
"&amp;Or;"                               form="infix"   stretchy="true"  lspace="mediummathspace" rspace="mediummathspace"
    
"&amp;amp;&amp;amp;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;And;"                              form="infix"   stretchy="true"  lspace="mediummathspace" rspace="mediummathspace"
    
"&amp;amp;"                              form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"!"                                  form="prefix"   lspace="0em" rspace="thickmathspace"
"&amp;Not;"                              form="prefix"   lspace="0em" rspace="thickmathspace"
    
"&amp;Exists;"                           form="prefix"   lspace="0em" rspace="thickmathspace"
"&amp;ForAll;"                           form="prefix"   lspace="0em" rspace="thickmathspace"
"&amp;NotExists;"                        form="prefix"   lspace="0em" rspace="thickmathspace"
    
"&amp;Element;"                          form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotElement;"                       form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotReverseElement;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSquareSubset;"                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSquareSubsetEqual;"             form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSquareSuperset;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSquareSupersetEqual;"           form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSubset;"                        form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSubsetEqual;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSuperset;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSupersetEqual;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;ReverseElement;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SquareSubset;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SquareSubsetEqual;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SquareSuperset;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SquareSupersetEqual;"              form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Subset;"                           form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SubsetEqual;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Superset;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SupersetEqual;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;DoubleLeftArrow;"                  form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DoubleLeftRightArrow;"             form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DoubleRightArrow;"                 form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownLeftRightVector;"              form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownLeftTeeVector;"                form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownLeftVector;"                   form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownLeftVectorBar;"                form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownRightTeeVector;"               form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownRightVector;"                  form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;DownRightVectorBar;"               form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftArrow;"                        form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftArrowBar;"                     form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftArrowRightArrow;"              form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftRightArrow;"                   form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftRightVector;"                  form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftTeeArrow;"                     form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftTeeVector;"                    form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftVector;"                       form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftVectorBar;"                    form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LowerLeftArrow;"                   form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;LowerRightArrow;"                  form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightArrow;"                       form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightArrowBar;"                    form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightArrowLeftArrow;"              form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightTeeArrow;"                    form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightTeeVector;"                   form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightVector;"                      form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightVectorBar;"                   form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;ShortLeftArrow;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;ShortRightArrow;"                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;UpperLeftArrow;"                   form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;UpperRightArrow;"                  form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
    
"="                                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;lt;"                               form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&gt;"                                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"!="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"=="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;lt;="                              form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&gt;="                                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Congruent;"                        form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;CupCap;"                           form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;DotEqual;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;DoubleVerticalBar;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Equal;"                            form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;EqualTilde;"                       form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Equilibrium;"                      form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;GreaterEqual;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;GreaterEqualLess;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;GreaterFullEqual;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;GreaterGreater;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;GreaterLess;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;GreaterSlantEqual;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;GreaterTilde;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;HumpDownHump;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;HumpEqual;"                        form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftTriangle;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftTriangleBar;"                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LeftTriangleEqual;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;le;"                               form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LessEqualGreater;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LessFullEqual;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LessGreater;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LessLess;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LessSlantEqual;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;LessTilde;"                        form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NestedGreaterGreater;"             form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NestedLessLess;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotCongruent;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotCupCap;"                        form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotDoubleVerticalBar;"             form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotEqual;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotEqualTilde;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotGreater;"                       form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotGreaterEqual;"                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotGreaterFullEqual;"              form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotGreaterGreater;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotGreaterLess;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotGreaterSlantEqual;"             form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotGreaterTilde;"                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotHumpDownHump;"                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotHumpEqual;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLeftTriangle;"                  form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLeftTriangleBar;"               form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLeftTriangleEqual;"             form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLess;"                          form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLessEqual;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLessFullEqual;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLessGreater;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLessLess;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLessSlantEqual;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotLessTilde;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotNestedGreaterGreater;"          form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotNestedLessLess;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotPrecedes;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotPrecedesEqual;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotPrecedesSlantEqual;"            form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotPrecedesTilde;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotRightTriangle;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotRightTriangleBar;"              form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotRightTriangleEqual;"            form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSucceeds;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSucceedsEqual;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSucceedsSlantEqual;"            form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotSucceedsTilde;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotTilde;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotTildeEqual;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotTildeFullEqual;"                form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotTildeTilde;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;NotVerticalBar;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Precedes;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;PrecedesEqual;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;PrecedesSlantEqual;"               form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;PrecedesTilde;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Proportion;"                       form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Proportional;"                     form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;ReverseEquilibrium;"               form="infix"   stretchy="true"  lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightTriangle;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightTriangleBar;"                 form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;RightTriangleEqual;"               form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Succeeds;"                         form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SucceedsEqual;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SucceedsSlantEqual;"               form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;SucceedsTilde;"                    form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;Tilde;"                            form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;TildeEqual;"                       form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;TildeFullEqual;"                   form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;TildeTilde;"                       form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;UpTee;"                            form="infix"    lspace="thickmathspace" rspace="thickmathspace"
"&amp;VerticalBar;"                      form="infix"    lspace="thickmathspace" rspace="thickmathspace"
    
"&amp;SquareUnion;"                      form="infix"   stretchy="true"  lspace="mediummathspace" rspace="mediummathspace"
"&amp;Union;"                            form="infix"   stretchy="true"  lspace="mediummathspace" rspace="mediummathspace"
"&amp;UnionPlus;"                        form="infix"   stretchy="true"  lspace="mediummathspace" rspace="mediummathspace"
    
"-"                                  form="infix"    lspace="mediummathspace" rspace="mediummathspace"
"+"                                  form="infix"    lspace="mediummathspace" rspace="mediummathspace"
"&amp;Intersection;"                     form="infix"   stretchy="true"  lspace="mediummathspace" rspace="mediummathspace"
"&amp;MinusPlus;"                        form="infix"    lspace="mediummathspace" rspace="mediummathspace"
"&amp;PlusMinus;"                        form="infix"    lspace="mediummathspace" rspace="mediummathspace"
"&amp;SquareIntersection;"               form="infix"   stretchy="true"  lspace="mediummathspace" rspace="mediummathspace"
    
"&amp;Vee;"                              form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
"&amp;CircleMinus;"                      form="prefix"  largeop="true" movablelimits="true"  lspace="0em" rspace="thinmathspace"
"&amp;CirclePlus;"                       form="prefix"  largeop="true" movablelimits="true"  lspace="0em" rspace="thinmathspace"
"&amp;Sum;"                              form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
"&amp;Union;"                            form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
"&amp;UnionPlus;"                        form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
"lim"                                form="prefix"  movablelimits="true"  lspace="0em" rspace="thinmathspace"
"max"                                form="prefix"  movablelimits="true"  lspace="0em" rspace="thinmathspace"
"min"                                form="prefix"  movablelimits="true"  lspace="0em" rspace="thinmathspace"
    
"&amp;CircleMinus;"                      form="infix"    lspace="thinmathspace" rspace="thinmathspace"
"&amp;CirclePlus;"                       form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;ClockwiseContourIntegral;"         form="prefix"  largeop="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;ContourIntegral;"                  form="prefix"  largeop="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;CounterClockwiseContourIntegral;"  form="prefix"  largeop="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DoubleContourIntegral;"            form="prefix"  largeop="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;Integral;"                         form="prefix"  largeop="true" stretchy="true"  lspace="0em" rspace="0em"
    
"&amp;Cup;"                              form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;Cap;"                              form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;VerticalTilde;"                    form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;Wedge;"                            form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
"&amp;CircleTimes;"                      form="prefix"  largeop="true" movablelimits="true"  lspace="0em" rspace="thinmathspace"
"&amp;Coproduct;"                        form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
"&amp;Product;"                          form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
"&amp;Intersection;"                     form="prefix"  largeop="true" movablelimits="true" stretchy="true"  lspace="0em" rspace="thinmathspace"
    
"&amp;Coproduct;"                        form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;Star;"                             form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;CircleDot;"                        form="prefix"  largeop="true" movablelimits="true"  lspace="0em" rspace="thinmathspace"
    
"*"                                  form="infix"    lspace="thinmathspace" rspace="thinmathspace"
"&amp;InvisibleTimes;"                   form="infix"    lspace="0em" rspace="0em"
    
"&amp;CenterDot;"                        form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;CircleTimes;"                      form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;Vee;"                              form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;Wedge;"                            form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;Diamond;"                          form="infix"    lspace="thinmathspace" rspace="thinmathspace"
    
"&amp;Backslash;"                        form="infix"   stretchy="true"  lspace="thinmathspace" rspace="thinmathspace"
    
"/"                                  form="infix"   stretchy="true"  lspace="thinmathspace" rspace="thinmathspace"
    
"-"                                  form="prefix"   lspace="0em" rspace="veryverythinmathspace"
"+"                                  form="prefix"   lspace="0em" rspace="veryverythinmathspace"
"&amp;MinusPlus;"                        form="prefix"   lspace="0em" rspace="veryverythinmathspace"
"&amp;PlusMinus;"                        form="prefix"   lspace="0em" rspace="veryverythinmathspace"
    
"."                                  form="infix"    lspace="0em" rspace="0em"
    
"&amp;Cross;"                            form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"**"                                 form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"&amp;CircleDot;"                        form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"&amp;SmallCircle;"                      form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"&amp;Square;"                           form="prefix"   lspace="0em" rspace="verythinmathspace"
    
"&amp;Del;"                              form="prefix"   lspace="0em" rspace="verythinmathspace"
"&amp;PartialD;"                         form="prefix"   lspace="0em" rspace="verythinmathspace"
    
"&amp;CapitalDifferentialD;"             form="prefix"   lspace="0em" rspace="verythinmathspace"
"&amp;DifferentialD;"                    form="prefix"   lspace="0em" rspace="verythinmathspace"
    
"&amp;Sqrt;"                             form="prefix"  stretchy="true"  lspace="0em" rspace="verythinmathspace"
    
"&amp;DoubleDownArrow;"                  form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DoubleLongLeftArrow;"              form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DoubleLongLeftRightArrow;"         form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DoubleLongRightArrow;"             form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DoubleUpArrow;"                    form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DoubleUpDownArrow;"                form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DownArrow;"                        form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DownArrowBar;"                     form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DownArrowUpArrow;"                 form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;DownTeeArrow;"                     form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LeftDownTeeVector;"                form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LeftDownVector;"                   form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LeftDownVectorBar;"                form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LeftUpDownVector;"                 form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LeftUpTeeVector;"                  form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LeftUpVector;"                     form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LeftUpVectorBar;"                  form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LongLeftArrow;"                    form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LongLeftRightArrow;"               form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;LongRightArrow;"                   form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;ReverseUpEquilibrium;"             form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;RightDownTeeVector;"               form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;RightDownVector;"                  form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;RightDownVectorBar;"               form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;RightUpDownVector;"                form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;RightUpTeeVector;"                 form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;RightUpVector;"                    form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;RightUpVectorBar;"                 form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;ShortDownArrow;"                   form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;ShortUpArrow;"                     form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;UpArrow;"                          form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;UpArrowBar;"                       form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;UpArrowDownArrow;"                 form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;UpDownArrow;"                      form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;UpEquilibrium;"                    form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
"&amp;UpTeeArrow;"                       form="infix"   stretchy="true"  lspace="verythinmathspace" rspace="verythinmathspace"
    
"^"                                  form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"&amp;lt;&gt;"                              form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"'"                                  form="postfix"  lspace="verythinmathspace" rspace="0em"
    
"!"                                  form="postfix"  lspace="verythinmathspace" rspace="0em"
"!!"                                 form="postfix"  lspace="verythinmathspace" rspace="0em"
    
"~"                                  form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"@"                                  form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"--"                                 form="postfix"  lspace="verythinmathspace" rspace="0em"
"--"                                 form="prefix"   lspace="0em" rspace="verythinmathspace"
"++"                                 form="postfix"  lspace="verythinmathspace" rspace="0em"
"++"                                 form="prefix"   lspace="0em" rspace="verythinmathspace"
    
"&amp;ApplyFunction;"                    form="infix"    lspace="0em" rspace="0em"
    
"?"                                  form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"_"                                  form="infix"    lspace="verythinmathspace" rspace="verythinmathspace"
    
"&amp;Breve;"                            form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;Cedilla;"                          form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalGrave;"                 form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalDot;"                   form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalDoubleAcute;"           form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalLeftArrow;"             form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalLeftRightArrow;"        form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalLeftRightVector;"       form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalLeftVector;"            form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalAcute;"                 form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalRightArrow;"            form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalRightVector;"           form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DiacriticalTilde;"                 form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;DoubleDot;"                        form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;DownBreve;"                        form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;Hacek;"                            form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;Hat;"                              form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;OverBar;"                          form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;OverBrace;"                        form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;OverBracket;"                      form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;OverParenthesis;"                  form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;TripleDot;"                        form="postfix" accent="true"  lspace="0em" rspace="0em"
"&amp;UnderBar;"                         form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;UnderBrace;"                       form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;UnderBracket;"                     form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
"&amp;UnderParenthesis;"                 form="postfix" accent="true" stretchy="true"  lspace="0em" rspace="0em"
</pre>
         </div>
      </div>
      <div class="minitoc">

  Overview: <a href="overview.xml">Mathematical Markup Language (MathML) Version 2.0 (2nd Edition)
</a>
         <br class="html-compat"/>
  Previous:     E <a href="appendixe.xml">MathML Document Object Model Bindings</a>
         <br class="html-compat"/>
  Next:     G <a href="appendixg.xml">Sample CSS Style Sheet for MathML</a>
      </div>
   </body>
</html>