blob: 811aa9b05ef4bab9a8c2983d3b901a7b0e18f2b5 (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
|
---
title: MathML
slug: Web/MathML
tags:
- Landing
- MathML
- NeedsTranslation
- Reference
- Référence(2)
- TopicStub
translation_of: Web/MathML
---
<p class="summary"><strong>Lenguaje de Marcado Matemático (MathML)</strong> es un lenguaje de marcado <a href="/es/docs/Introducción_a_XML" lang="es" title="/es/docs/Introducción_a_XML">XML</a> para describir expresiones matemáticas capturando tanto su contenido como su estructura.</p>
<p>Aquí encontrarás enlaces a documentación, ejemplos y herramientas que te ayudarán a trabajar con esta tecnología poderosa. Para un resumen, vea la <a href="https://fred-wang.github.io/MozSummitMathML/index.html" lang="es">presentación</a> que se preparó para Mozilla Summit <time datetime="2013-10-04">2013</time>.</p>
<div class="row topicpage-table">
<div class="section">
<h2 id="Referencia_de_MathML">Referencia de MathML</h2>
<dl>
<dt><a href="/es/docs/Web/MathML/Elemento" lang="es">Referencia de elementos de MathML</a></dt>
<dd>Detalles sobre cada elemento de MathML e información sobre compatibilidad con navegadores móviles y de escritorio.</dd>
<dt><a href="/es/docs/Web/MathML/Attribute" lang="es">Referencia de atributos de MathML</a></dt>
<dd>Información sobre los atributos que modifican el aspecto y comportamiento de los elementos.</dd>
<dt><a href="/es/docs/Web/MathML/Examples" lang="es">Ejemplos de MathML</a></dt>
<dd>Muestras y ejemplos en MathML para ayudarte a comprender cómo funciona.</dd>
<dt><a href="/es/docs/Web/MathML/Authoring" lang="es">Creando MathML</a></dt>
<dd>Sugerencias y consejos al momento de escribir MathML, incluyendo editores de MathML sugeridos y cómo integrar sus productos a contenido Web.</dd>
</dl>
<p><a href="/es/docs/tag/MathML" lang="es">Ver todo lo etiquetado con MathML en español...</a></p>
</div>
<div class="section">
<h2 id="Obteniendo_ayuda_de_la_comunidad">Obteniendo ayuda de la comunidad</h2>
<ul>
<li>Ver los foros de Mozilla...<br>
{{ DiscussionList("dev-tech-mathml", "mozilla.dev.tech.mathml") }}</li>
<li><a href="irc://irc.mozilla.org/%23mathml" rel="external" title="#mathml">Canal IRC</a></li>
<li><a href="https://wiki.mozilla.org/MathML:Home_Page">Wiki usada por contribuyentes de Mozilla</a></li>
<li><a href="https://www.w3.org/Math/" title="http://www.w3.org">W3C Math Home</a></li>
<li><a href="https://lists.w3.org/Archives/Public/www-math/" title="http://lists.w3.org">www-math w3.org mail archive</a></li>
</ul>
<h2 id="Herramientas">Herramientas</h2>
<ul>
<li><a href="https://validator.w3.org" title="http://validator.w3.org">Validador W3C</a></li>
<li><a href="https://addons.mozilla.org/en/firefox/addon/8969/">FireMath Firefox add-on</a></li>
<li><a href="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/">Mathzilla Firefox add-on collection</a></li>
<li><a href="https://github.com/fred-wang/TeXZilla">TeXZilla</a> — Conversor Javascript de LaTeX a MathML (<a href="https://fred-wang.github.io/TeXZilla/" title="http://fred-wang.github.io">live demo</a>, <a href="https://r-gaia-cs.github.io/TeXZilla-webapp/" title="http://r-gaia-cs.github.io">Firefox OS webapp</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/texzilla/">add-on Firefox</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</a> - Convierte documentos LaTeX a páginas web HTML+MathML</li>
<li><a href="http://webdemo.visionobjects.com/home.html#equation" title="http://webdemo.visionobjects.com">Web Equation</a> - Convierte ecuaciones manuscritas a MathML o LaTeX</li>
<li><a href="https://www.mathjax.org/" title="http://www.mathjax.org">MathJax</a> - Motor de representación matemática en JavaScript navegador-independientes. Para forzar MathJax a usar MathML nativo, prueba <a href="https://addons.mozilla.org/en-US/firefox/addon/mathjax-native-mathml/">este add-on Mozilla</a>, esta <a href="https://fred-wang.github.io/mathjax-native-mathml-safari/mathjax-native-mathml.safariextz" title="http://fred-wang.github.io">extensión Safari</a> o este <a href="https://openuserjs.org/scripts/fred.wang/MathJax_Native_MathML/">script en GreaseMonkey</a>.</li>
</ul>
<h2 id="Temas_relacionados">Temas relacionados</h2>
<ul>
<li><a href="/en-US/docs/Web/CSS">CSS</a></li>
<li><a href="/en-US/docs/Web/HTML">HTML</a></li>
<li><a href="/en-US/docs/Web/SVG">SVG</a></li>
</ul>
</div>
</div>
<h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2>
<p>{{Compat("mathml.elements.math", 0)}}</p>
<p>{{ HTML5ArticleTOC() }}</p>
|