diff options
Diffstat (limited to 'files/fr/web/mathml/index.html')
-rw-r--r-- | files/fr/web/mathml/index.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/files/fr/web/mathml/index.html b/files/fr/web/mathml/index.html index bae04ad213..1d34319026 100644 --- a/files/fr/web/mathml/index.html +++ b/files/fr/web/mathml/index.html @@ -9,39 +9,39 @@ tags: - XML translation_of: Web/MathML --- -<p><strong>Mathematical Markup Language (MathML)</strong> est un dialecte de <a href="/fr/docs/XML" title="/fr/docs/XML">XML</a> permettant de décrire des formules mathématiques à la fois dans leur structure et dans leur contenu.</p> +<p><strong>Mathematical Markup Language (MathML)</strong> est un dialecte de <a href="/fr/docs/XML">XML</a> permettant de décrire des formules mathématiques à la fois dans leur structure et dans leur contenu.</p> <p>Vous trouverez ici des liens vers la documentation, les exemples et les outils permettant de travailler avec cette technologie. Pour un bref aperçu, veuillez consulter <a href="http://fred-wang.github.io/MozSummitMathML/index.html">la présentation pour le Mozilla Summit Innovation Fair de 2013 (en)</a>.</p> -<h2 class="Documentation" id="Documentation" name="Documentation">Documentations à propos de MathML</h2> +<h2>Documentations à propos de MathML</h2> <dl> - <dt><a href="/fr/docs/Web/MathML/Element" title="/fr/docs/Web/MathML/Element">Référence des éléments MathML</a></dt> + <dt><a href="/fr/docs/Web/MathML/Element">Référence des éléments MathML</a></dt> <dd>Des informations précises sur chaque élément MathML et leurs compatibilités avec les différents navigateurs.</dd> - <dt><a href="/fr/docs/Web/MathML/Attribute" title="/fr/docs/Web/MathML/Attribute">Référence des attributs MathML</a></dt> + <dt><a href="/fr/docs/Web/MathML/Attribute">Référence des attributs MathML</a></dt> <dd>Des informations sur les attributs MathML qui modifient l'apparence ou le comportement des éléments.</dd> - <dt><a href="/fr/docs/Web/MathML/Examples" title="/fr/docs/Web/MathML/Examples">Exemples avec MathML</a></dt> + <dt><a href="/fr/docs/Web/MathML/Examples">Exemples avec MathML</a></dt> <dd>Des fragments de code MathML ainsi que des exemples pour comprendre comment ça fonctionne.</dd> - <dt><a href="/docs/Web/MathML/Authoring" title="/en-US/docs/Web/MathML/Authoring">Éditer du MathML</a></dt> + <dt><a href="/docs/Web/MathML/Authoring">Éditer du MathML</a></dt> <dd>Des conseils sur l'édition de document en MathML : quels éditeurs à utiliser et comment intégrer le code produit dans du contenu web.</dd> </dl> -<h2 class="Community" id="Obtenir_de_laide_de_la_communauté">Obtenir de l'aide de la communauté</h2> +<h2 id="Obtenir_de_laide_de_la_communauté">Obtenir de l'aide de la communauté</h2> <ul> <li>Les forums de Mozilla<br> {{ DiscussionList("dev-tech-mathml", "mozilla.dev.tech.mathml") }}</li> - <li><a class="link-irc" href="irc://irc.mozilla.org/%23mathml" rel="external" title="irc://irc.mozilla.org/%23mathml">Les salons IRC</a></li> - <li><a class="link-https" href="https://wiki.mozilla.org/MathML:Home_Page">Le Wiki utilisé par les contributeurs de Mozilla</a></li> + <li><a href="irc://irc.mozilla.org/%23mathml" rel="external">Les salons IRC</a></li> + <li><a href="https://wiki.mozilla.org/MathML:Home_Page">Le Wiki utilisé par les contributeurs de Mozilla</a></li> <li><a href="http://www.w3.org/Math/">La page d'accueil de W3C Math</a></li> <li><a href="http://lists.w3.org/Archives/Public/www-math/">Les archives mail de www-math w3.org</a></li> </ul> -<h2 class="Tools" id="Outils_facilitant_le_développement_avec_MathML">Outils facilitant le développement avec MathML</h2> +<h2 id="Outils_facilitant_le_développement_avec_MathML">Outils facilitant le développement avec MathML</h2> <ul> - <li><a class="external" href="http://validator.w3.org">Le validateur W3C</a></li> - <li><a class="link-https" href="https://addons.mozilla.org/de/firefox/addon/8969/">L'extension FireMath pour Firefox</a></li> + <li><a href="http://validator.w3.org">Le validateur W3C</a></li> + <li><a href="https://addons.mozilla.org/de/firefox/addon/8969/">L'extension FireMath pour Firefox</a></li> <li><a href="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/">L'ensemble d'extensions Mathzilla pour Firefox</a></li> <li><a href="https://github.com/fred-wang/TeXZilla">TeXZilla</a> - Convertisseur Javascript de LaTeX à MathML (<a href="http://fred-wang.github.io/TeXZilla/">demo</a>, <a href="http://r-gaia-cs.github.io/TeXZilla-webapp/">Firefox OS webapp</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/texzilla/">Firefox add-on</a>, <a href="https://github.com/fred-wang/TeXZilla/wiki/Using-TeXZilla">utilisation dans une page Web Page, un programme JS etc</a>)</li> <li><a href="http://dlmf.nist.gov/LaTeXML/">LaTeXML</a> - Transformez vos documents LaTeX en pages HTML+MathML.</li> @@ -49,14 +49,14 @@ translation_of: Web/MathML <li><a href="http://www.mathjax.org/">Mathjax</a> - Moteur de rendu de Javascript pour les formules mathématiques, compatible avec tous les navigateurs. Pour forcer MathJax à utiliser le MathML natif, essayez cette <a href="http://fred-wang.github.io/mathjax-native-mathml-safari/mathjax-native-mathml.safariextz">extension pour Safari</a> ou ce <a href="https://openuserjs.org/scripts/fred.wang/MathJax_Native_MathML/">script GreaseMonkey</a>.</li> </ul> -<h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Sujets liés</h2> +<h2>Sujets liés</h2> <ul> - <li><a href="/fr/docs/CSS" title="/fr/docs/Web/CSS">CSS</a></li> - <li><a href="/fr/docs/Web/HTML" title="/fr/docs/Web/HTML">HTML</a></li> - <li><a href="/fr/docs/SVG" title="/fr/docs/Web/SVG">SVG</a></li> + <li><a href="/fr/docs/CSS">CSS</a></li> + <li><a href="/fr/docs/Web/HTML">HTML</a></li> + <li><a href="/fr/docs/SVG">SVG</a></li> </ul> -<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilité des navigateurs</h2> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> <p>{{Compat("mathml.elements.math", 0)}}</p> |