<!--
Copyright David Carlisle 2001, 2002.

Source: http://www.w3.org/Math/XSL/pmathml-css.xml

Use and distribution of this code are permitted under the terms of the <a
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720"
>W3C Software Notice and License</a>.
-->
<a0:html xmlns:a0="http://www.w3.org/1999/xhtml">
<a0:head>
</a0:head>
<a0:body>

<a0:h2>Presentation MathML</a0:h2>
<a0:p>yyy</a0:p>

<a0:p>inline: <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
 <mml:mrow>
   <mml:msup>
     <mml:mfenced open="[" close="]">
       <mml:mrow>
         <mml:mi>a</mml:mi>
         <mml:mo>+</mml:mo>
         <mml:mi>b</mml:mi>
       </mml:mrow>
     </mml:mfenced>
     <mml:mn>260</mml:mn>
   </mml:msup>
<mml:mo>+</mml:mo>
   <mml:msub>
     <mml:mfenced open="{" close="}">
       <mml:mrow>
         <mml:mi>a</mml:mi>
         <mml:mo>+</mml:mo>
         <mml:mi>b</mml:mi>
       </mml:mrow>
     </mml:mfenced>
     <mml:mi>i</mml:mi>
   </mml:msub>
 </mml:mrow>
</mml:math> text text text</a0:p>

<a0:p>
xxx
</a0:p>
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
 <mml:mrow>
   <mml:msup>
     <mml:msqrt>
       <mml:mrow>
         <mml:mi>a</mml:mi>
         <mml:mo>+</mml:mo>
         <mml:mi>b</mml:mi>
       </mml:mrow>
     </mml:msqrt>
     <mml:mn>27</mml:mn>
   </mml:msup>
 </mml:mrow>
</mml:math>


</a0:body>
</a0:html>
