aboutsummaryrefslogtreecommitdiff
path: root/files/nl/web/mathml
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl/web/mathml')
-rw-r--r--files/nl/web/mathml/index.html116
1 files changed, 116 insertions, 0 deletions
diff --git a/files/nl/web/mathml/index.html b/files/nl/web/mathml/index.html
new file mode 100644
index 0000000000..982ca6b2d1
--- /dev/null
+++ b/files/nl/web/mathml/index.html
@@ -0,0 +1,116 @@
+---
+title: MathML
+slug: Web/MathML
+tags:
+ - MathML
+ - Referentie
+ - XML
+translation_of: Web/MathML
+---
+<p><strong>Mathematical Markup Language</strong> (<strong>MathML</strong>) is een toepassing van <a class="mw-redirect" href="https://nl.wikipedia.org/wiki/XML" title="XML">XML</a> die gebruikt wordt om <a href="https://nl.wikipedia.org/wiki/Wiskunde" title="Wiskunde">wiskundige</a> symbolen en formules weer te geven in <a class="mw-redirect" href="https://nl.wikipedia.org/wiki/World_Wide_Web" title="World Wide Web">World Wide Web</a>-documenten. Het is een aanbeveling van de wiskundige werkgroep van het <a class="mw-redirect" href="https://nl.wikipedia.org/wiki/W3C" title="W3C">W3C</a>. MathML is een opmaaktaal voor wiskunde.</p>
+
+<p>MathML behandelt niet alleen de presentatie, maar kan eventueel ook informatie bevatten over de<em> </em>betekenis van delen van een formule. Bekijk <a href="http://fred-wang.github.io/MozSummitMathML/index.html">deze slides van Mozilla Summit 2013</a>.</p>
+
+<div class="row topicpage-table">
+<div class="section">
+<h2 id="MathML_referenties">MathML <strong>referenties</strong></h2>
+
+<dl>
+ <dt><a href="/en-US/docs/Web/MathML/Element" title="/en-US/docs/Web/MathML/Element">MathML element referentie</a></dt>
+ <dd>Details over elk afzonderlijk MathML element met compatibiliteit voor desktop en  mobiele browsers.</dd>
+ <dt><a href="/en-US/docs/Web/MathML/Attribute" title="/en-US/docs/Web/MathML/Attribute">MathML attribuut referentie</a></dt>
+ <dd>Informatie over MathML attributen die het uiterlijk of gedrag van de elementen wijzigen.</dd>
+ <dt><a href="/en-US/docs/Web/MathML/Examples" title="/en-US/docs/Web/MathML/Examples">MathML voorbeelden</a></dt>
+ <dd>MathML voorbeelden om te laten zien hoe het werkt.</dd>
+ <dt><a href="/en-US/docs/Web/MathML/Authoring" title="/en-US/docs/Web/MathML/Authoring">Authoring MathML</a></dt>
+ <dd>Suggesties en tips voor het schrijven van MathML, zoals voorgestelde MathML editors en hoe deze te integreren in Web content.</dd>
+</dl>
+
+<p><a href="/en-US/docs/tag/MathML" title="/en-US/docs/tag/CSS">Bekijk alles...</a></p>
+</div>
+
+<div class="section">
+<h2 id="Hulp_krijgen_van_de_community">Hulp krijgen van de community</h2>
+
+<ul>
+ <li>Zie Mozilla forums...<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">IRC channel</a></li>
+ <li><a class="link-https" href="https://wiki.mozilla.org/MathML:Home_Page">Wiki gebruikt door Mozilla vrijwilligers</a></li>
+ <li><a href="http://www.w3.org/Math/" title="http://www.w3.org/Math/">W3C Math Home</a></li>
+ <li><a href="http://lists.w3.org/Archives/Public/www-math/" title="http://lists.w3.org/Archives/Public/www-math/">www-math w3.org mail archief</a></li>
+</ul>
+
+<h2 id="Hulpmiddelen">Hulpmiddelen</h2>
+
+<ul>
+ <li><a class="external" href="http://validator.w3.org">W3C Validator</a></li>
+ <li><a class="link-https" href="https://addons.mozilla.org/de/firefox/addon/8969/">FireMath Firefox add-on</a></li>
+ <li><a href="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/" title="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/">Mathzilla Firefox add-on collectie</a></li>
+ <li><a href="https://github.com/fred-wang/TeXZilla">TeXZilla</a> - Javascript LaTeX naar MathML converter (<a href="http://fred-wang.github.io/TeXZilla/">live 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">using in a Web Page, JS program etc</a>)</li>
+ <li><a href="http://dlmf.nist.gov/LaTeXML/" title="http://dlmf.nist.gov/LaTeXML/">LaTeXML</a> - Converteert LaTeX documenten naar HTML+MathML Web pagina's</li>
+ <li><a href="http://webdemo.visionobjects.com/home.html#equation" title="http://webdemo.visionobjects.com/equation.html">Web Equation</a> - Wijzigt handgeschreven vergelijkingen naar MathML of LaTeX</li>
+ <li><a href="http://www.mathjax.org/" title="http://www.mathjax.org/">MathJax</a> - Cross-browser JavaScript display engine wiskundigen. Gebruik <a href="https://addons.mozilla.org/en-US/firefox/addon/mathjax-native-mathml/">deze Mozilla add-on</a>,  <a href="http://fred-wang.github.io/mathjax-native-mathml-safari/mathjax-native-mathml.safariextz">deze Safari extensie</a> of deze <a href="https://openuserjs.org/scripts/fred.wang/MathJax_Native_MathML/">GreaseMonkey script</a> om MathJax te dwingen native MathML te gebruiken.</li>
+</ul>
+
+<h2 id="Gerelateerde_onderwerpen">Gerelateerde onderwerpen</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/CSS" title="/en-US/docs/Web/CSS">CSS</a></li>
+ <li><a href="/en-US/docs/Web/HTML" title="/en-US/docs/Web/HTML">HTML</a></li>
+ <li><a href="/en-US/docs/Web/SVG" title="/en-US/docs/Web/SVG">SVG</a></li>
+</ul>
+</div>
+</div>
+
+<h2 id="Browser_compatibiliteit">Browser compatibiliteit</h2>
+
+<p>{{CompatibilityTable}}</p>
+
+<div id="compat-desktop">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Chrome</th>
+ <th>Firefox (Gecko)</th>
+ <th>Internet Explorer</th>
+ <th>Opera</th>
+ <th>Safari</th>
+ </tr>
+ <tr>
+ <td>Basic support</td>
+ <td>{{CompatNo}} [1]</td>
+ <td>{{CompatGeckoDesktop("1.8")}}</td>
+ <td>{{CompatNo}} [1]</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<div id="compat-mobile">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Android</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>IE Mobile</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ </tr>
+ <tr>
+ <td>Basic support</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatGeckoMobile("1.8")}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<p>[1] Beschikbaar met plug-in(s).</p>