aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/mathml/index.html
blob: bae04ad21326310883faa67b5d2a7e76cef6092d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
title: MathML
slug: Web/MathML
tags:
  - Landing
  - MathML
  - Reference
  - Web
  - 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>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>

<dl>
 <dt><a href="/fr/docs/Web/MathML/Element" title="/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>
 <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>
 <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>
 <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>

<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="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>

<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="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>
 <li><a href="http://webdemo.visionobjects.com/equation.html">Web Equation</a> - Transformez des équations manuscrites en MathML ou LaTeX</li>
 <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>

<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>
</ul>

<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilité des navigateurs</h2>

<p>{{Compat("mathml.elements.math", 0)}}</p>