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

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

<h1>MathML Test : Script and limit</h1>

<p>This is the list of <a
href="http://www.w3.org/TR/2003/REC-MathML2-20031021/chapter3.html#id.3.1.6.3">script
and limit schemata</a> of presentation MathML that allows to see if they are
all recognized.</p>
<ul>
  <li>msub : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msub>
        <mi>base</mi>
        <mi>subscript</mi>
      </msub>
    </math></li>
  <li>msup : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msup>
        <mi>base</mi>
        <mi>superscript</mi>
      </msup>
    </math></li>
  <li>msubsup : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msubsup>
        <mi>base</mi>
        <mi>subscript</mi>
        <mi>superscript</mi>
      </msubsup>
    </math></li>
  <li>munder : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <munder>
        <mi>base</mi>
        <mi>underscript</mi>
      </munder>
    </math></li>
  <li>mover : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mover>
        <mi>base</mi>
        <mi>overscript</mi>
      </mover>
    </math></li>
  <li>munderover : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <munderover>
        <mi>base</mi>
        <mi>underscript</mi>
        <mi>overscript</mi>
      </munderover>
    </math></li>
  <li>mmultiscripts : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mmultiscripts>
        <mi>base</mi>
        <mi>subscript</mi>
        <mi>superscript</mi>
        <mprescripts/>
        <mi>presubscript</mi>
        <mi>presuperscript</mi>
      </mmultiscripts>
    </math></li>
</ul>
</body>
</html>
