<?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 : general layout</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 : general layout</h1>

<p>This is the list of <a
href="http://www.w3.org/TR/2003/REC-MathML2-20031021/chapter3.html#id.3.1.6.2">general
layout schemata</a> of presentation MathML that allows to see if they are all
recognized. Some elements have special pages to test them more precisely.</p>
<ul>
  <li>mrow : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mtext>row text</mtext>
      </mrow>
    </math></li>
  <li><a href="mfrac.xml">mfrac</a> : <math
    xmlns="http://www.w3.org/1998/Math/MathML">
      <mfrac>
        <mtext>numerator</mtext>
        <mtext>denominator</mtext>
      </mfrac>
    </math></li>
  <li>msqrt : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msqrt>
        <mtext>number</mtext>
      </msqrt>
    </math></li>
  <li>mroot : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mroot>
        <mtext>base</mtext>
        <mtext>index</mtext>
      </mroot>
    </math></li>
  <li>mstyle : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle background="#aaaaff">
        <mi>text with a blue background</mi>
      </mstyle>
    </math> </li>
  <li>merror : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <merror>
        <mtext>error message</mtext>
      </merror>
    </math> </li>
  <li>mpadded : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtext>text</mtext>
      <mpadded lspace="5em">
        <mtext>text</mtext>
      </mpadded>
    </math> </li>
  <li>mphantom : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtext>visible text</mtext>
      <mphantom>
        <mtext>invisible text</mtext>
      </mphantom>
      <mtext>visible text</mtext>
    </math></li>
  <li>mfenced : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mfenced>
        <mtext>fenced text</mtext>
      </mfenced>
    </math></li>
  <li><a href="menclose.xml">menclose</a> : <math
    xmlns="http://www.w3.org/1998/Math/MathML">
      <menclose>
        <mtext>enclosed text</mtext>
      </menclose>
    </math> </li>
</ul>
</body>
</html>
