<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<!--
Copyright David Carlisle 2001, 2002.

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>.
-->
<!--
  pref:renderer="techexplorer-plugin"
  pref:renderer="techexplorer"
  pref:renderer="css"
  pref:renderer="mathplayer"
  pref:renderer="mathplayer-dl"
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Exemples de présentation</title>
</head>
<body>
<h2>Votre navigateur peut-il afficher du code <acronym title='Math Markup Language'>MathML</acronym> de présentation ?</h2>

<p>Ci-dessous, vous devriez voir une équation incorporée dans du texte</p>

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

<p>Cette image en montre une restitution possible :</p>

<p><img src="images/snapshot1.png" alt="Image de la formule ci-dessus" /></p>

<p>Ci-dessous, une équation avec une racine :</p>

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

<p>dont une restitution est montrée ci-dessous :</p>

<p><img src="images/snapshot2.png" alt="Restitution de l'exemple 2" /></p>

<p>Si votre navigateur affiche ces équations correctement, c'est qu'il est configuré pour afficher du code 
<acronym title='Math Markup Language'>MathML</acronym> de présentation.</p>

<hr />
<img src="style/mathmlSmall.png" alt="MathML inside!"/>
</body>
</html>