From bb1582e7dae635161baca7a26a5b716916e846d4 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 15 Sep 2022 07:40:00 +0200 Subject: [PATCH 1/2] move *.html to *.md --- files/pt-br/web/mathml/element/{index.html => index.md} | 0 files/pt-br/web/mathml/element/math/{index.html => index.md} | 0 files/pt-br/web/mathml/examples/{index.html => index.md} | 0 files/pt-br/web/mathml/{index.html => index.md} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename files/pt-br/web/mathml/element/{index.html => index.md} (100%) rename files/pt-br/web/mathml/element/math/{index.html => index.md} (100%) rename files/pt-br/web/mathml/examples/{index.html => index.md} (100%) rename files/pt-br/web/mathml/{index.html => index.md} (100%) diff --git a/files/pt-br/web/mathml/element/index.html b/files/pt-br/web/mathml/element/index.md similarity index 100% rename from files/pt-br/web/mathml/element/index.html rename to files/pt-br/web/mathml/element/index.md diff --git a/files/pt-br/web/mathml/element/math/index.html b/files/pt-br/web/mathml/element/math/index.md similarity index 100% rename from files/pt-br/web/mathml/element/math/index.html rename to files/pt-br/web/mathml/element/math/index.md diff --git a/files/pt-br/web/mathml/examples/index.html b/files/pt-br/web/mathml/examples/index.md similarity index 100% rename from files/pt-br/web/mathml/examples/index.html rename to files/pt-br/web/mathml/examples/index.md diff --git a/files/pt-br/web/mathml/index.html b/files/pt-br/web/mathml/index.md similarity index 100% rename from files/pt-br/web/mathml/index.html rename to files/pt-br/web/mathml/index.md From b774300741289e3e1e9568080d2ef39ac18d76aa Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 15 Sep 2022 07:40:07 +0200 Subject: [PATCH 2/2] convert content to md --- files/pt-br/web/mathml/element/index.md | 162 +++++------ files/pt-br/web/mathml/element/math/index.md | 267 +++++++++---------- files/pt-br/web/mathml/examples/index.md | 23 +- files/pt-br/web/mathml/index.md | 86 +++--- 4 files changed, 235 insertions(+), 303 deletions(-) diff --git a/files/pt-br/web/mathml/element/index.md b/files/pt-br/web/mathml/element/index.md index 344c5780872cbb..e084b7f6c91418 100644 --- a/files/pt-br/web/mathml/element/index.md +++ b/files/pt-br/web/mathml/element/index.md @@ -8,137 +8,101 @@ tags: - TopicStub translation_of: Web/MathML/Element --- -

Essa é uma lista alfabética dos elementos de apresentação de MathML.

+Essa é uma lista alfabética dos elementos de **apresentação** de MathML. -

O termo marcação de apresentação é usado para descrever a estrutura da notação matemática, enquanto que marcação de conteúdo fornece um significado matemático básico e não é feito para ser renderizado pelo parser de MathML (ver {{ bug(276028)}}). Se você desejar aprender mais sobre marcação de conteúdo considere o Capítulo 4 na especificação do MathML 3.

+O termo **marcação de apresentação** é usado para descrever a estrutura da notação matemática, enquanto que **marcação de conteúdo** fornece um significado matemático básico e não é feito para ser renderizado pelo parser de MathML (ver {{ bug(276028)}}). Se você desejar aprender mais sobre marcação de conteúdo considere o [Capítulo 4](http://www.w3.org/TR/MathML3/chapter4.html) na [especificação do MathML 3](http://www.w3.org/TR/MathML3/). -
-

math

+### math -
    -
  • {{ MathMLElement("math") }} (Elemento de alto nível)
  • -
+- {{ MathMLElement("math") }} (Elemento de alto nível) -

A

+### A -
    -
  • {{ MathMLElement("maction") }} (Binded actions to sub-expressions)
  • -
  • {{ MathMLElement("maligngroup") }} (Grupo de alinhamento)
  • -
  • {{ MathMLElement("malignmark") }} (Pontos de alinhamento)
  • -
+- {{ MathMLElement("maction") }} (Binded actions to sub-expressions) +- {{ MathMLElement("maligngroup") }} (Grupo de alinhamento) +- {{ MathMLElement("malignmark") }} (Pontos de alinhamento) -

E

+### E -
    -
  • {{ MathMLElement("menclose") }} (Enclosed contents)
  • -
  • {{ MathMLElement("merror") }} (Enclosed syntax error messages)
  • -
+- {{ MathMLElement("menclose") }} (Enclosed contents) +- {{ MathMLElement("merror") }} (Enclosed syntax error messages) -

F

+### F -
    -
  • {{ MathMLElement("mfenced") }} (Parenteses)
  • -
  • {{ MathMLElement("mfrac") }} (Fração)
  • -
+- {{ MathMLElement("mfenced") }} (Parenteses) +- {{ MathMLElement("mfrac") }} (Fração) -

G

+### G -
    -
  • {{ MathMLElement("mglyph") }} (Exibindo símbolos non-standard)
  • -
+- {{ MathMLElement("mglyph") }} (Exibindo símbolos non-standard) -

I

+### I -
    -
  • {{ MathMLElement("mi") }} (Identifier)
  • -
+- {{ MathMLElement("mi") }} (Identifier) -

L

+### L -
    -
  • {{ MathMLElement("mlabeledtr") }} (Labeled row in a table or a matrix)
  • -
  • {{ MathMLElement("mlongdiv") }} (Notação de longa divisão)
  • -
+- {{ MathMLElement("mlabeledtr") }} (Labeled row in a table or a matrix) +- {{ MathMLElement("mlongdiv") }} (Notação de longa divisão) -

M

+### M -
    -
  • {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)
  • -
+- {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices) -

N

+### N -
    -
  • {{ MathMLElement("mn") }} (Número)
  • -
+- {{ MathMLElement("mn") }} (Número) -

O

+### O -
    -
  • {{ MathMLElement("mo") }} (Operador)
  • -
  • {{ MathMLElement("mover") }} (Overscript)
  • -
+- {{ MathMLElement("mo") }} (Operador) +- {{ MathMLElement("mover") }} (Overscript) -

P

+### P -
    -
  • {{ MathMLElement("mpadded") }} (Space around content)
  • -
  • {{ MathMLElement("mphantom") }} (Invisible content with reserved space)
  • -
+- {{ MathMLElement("mpadded") }} (Space around content) +- {{ MathMLElement("mphantom") }} (Invisible content with reserved space) -

R

+### R -
    -
  • {{ MathMLElement("mroot") }} (Radical with specified index)
  • -
  • {{ MathMLElement("mrow") }} (Grouped sub-expressions)
  • -
+- {{ MathMLElement("mroot") }} (Radical with specified index) +- {{ MathMLElement("mrow") }} (Grouped sub-expressions) -

S

+### S -
    -
  • {{ MathMLElement("ms") }} (String literal)
  • -
  • {{ MathMLElement("mscarries") }} (Annotations such as carries)
  • -
  • {{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }})
  • -
  • {{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements)
  • -
  • {{ MathMLElement("msline") }} (Linhas horizontais dentro de elementos {{ MathMLElement("mstack") }})
  • -
  • {{ MathMLElement("mspace") }} (Espaço)
  • -
  • {{ MathMLElement("msqrt") }} (Raiz quadrada sem index)
  • -
  • {{ MathMLElement("msrow") }} (Colunas nos elementos {{ MathMLElement("mstack") }})
  • -
  • {{ MathMLElement("mstack") }} (Stacked alignment)
  • -
  • {{ MathMLElement("mstyle") }} (Style change)
  • -
  • {{ MathMLElement("msub") }} (Subscript)
  • -
  • {{ MathMLElement("msup") }} (Superscript)
  • -
  • {{ MathMLElement("msubsup") }} (Subscript-superscript pair)
  • -
+- {{ MathMLElement("ms") }} (String literal) +- {{ MathMLElement("mscarries") }} (Annotations such as carries) +- {{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }}) +- {{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements) +- {{ MathMLElement("msline") }} (Linhas horizontais dentro de elementos {{ MathMLElement("mstack") }}) +- {{ MathMLElement("mspace") }} (Espaço) +- {{ MathMLElement("msqrt") }} (Raiz quadrada sem index) +- {{ MathMLElement("msrow") }} (Colunas nos elementos {{ MathMLElement("mstack") }}) +- {{ MathMLElement("mstack") }} (Stacked alignment) +- {{ MathMLElement("mstyle") }} (Style change) +- {{ MathMLElement("msub") }} (Subscript) +- {{ MathMLElement("msup") }} (Superscript) +- {{ MathMLElement("msubsup") }} (Subscript-superscript pair) -

T

+### T -
    -
  • {{ MathMLElement("mtable") }} (Tabela ou matriz)
  • -
  • {{ MathMLElement("mtd") }} (Célula numa tabela ou matriz)
  • -
  • {{ MathMLElement("mtext") }} (Texto)
  • -
  • {{ MathMLElement("mtr") }} (Coluna numa tabela ou matriz)
  • -
+- {{ MathMLElement("mtable") }} (Tabela ou matriz) +- {{ MathMLElement("mtd") }} (Célula numa tabela ou matriz) +- {{ MathMLElement("mtext") }} (Texto) +- {{ MathMLElement("mtr") }} (Coluna numa tabela ou matriz) -

U

+### U -
    -
  • {{ MathMLElement("munder") }} (Underscript)
  • -
  • {{ MathMLElement("munderover") }} (Underscript-overscript pair)
  • -
+- {{ MathMLElement("munder") }} (Underscript) +- {{ MathMLElement("munderover") }} (Underscript-overscript pair) -

Other elements

+### Other elements -
    -
  • {{ MathMLElement("semantics") }} (Container for semantic annotations)
  • -
  • <annotation> (Anotações de dados)
  • -
  • <annotation-xml> (Anotações XML)
  • -
-
+- {{ MathMLElement("semantics") }} (Container for semantic annotations) +- [``](/pt-BR/docs/MathML/Element/semantics) (Anotações de dados) +- [``](/pt-BR/docs/MathML/Element/semantics) (Anotações XML) -

Ver também

+## Ver também - +- [MathML](/pt-BR/docs/Web/MathML "/en-US/docs/Web/MathML") +- [Referência de atributos de MathML](/pt-BR/docs/Web/MathML/Attribute "/en-US/docs/Web/MathML/Attribute") diff --git a/files/pt-br/web/mathml/element/math/index.md b/files/pt-br/web/mathml/element/math/index.md index ff3eac2f612218..24414fbd704086 100644 --- a/files/pt-br/web/mathml/element/math/index.md +++ b/files/pt-br/web/mathml/element/math/index.md @@ -3,147 +3,130 @@ title: slug: Web/MathML/Element/math translation_of: Web/MathML/Element/math --- -

{{MathMLRef()}}

-

The top-level element in MathML is <math>. Every valid MathML instance must be wrapped in <math> tags. In addition you must not nest a second <math> element in another, but you can have an arbitrary number of other child elements in it.

-

Attributes

-

In addition to the following attributes, the <math> element accepts any attributes of the {{ MathMLElement("mstyle") }} element.

-
-
- class, id, style
-
- Provided for use with stylesheets.
-
- dir
-
- Overall directionality of formulas. Possible values are either ltr (left to right) or rtl (right to left).
-
- href
-
- Used to set a hyperlink to a specified URI.
-
- mathbackground
-
- The background color. You can use #rgb, #rrggbb and HTML color names.
-
- mathcolor
-
- The text color. You can use #rgb, #rrggbb and HTML color names.
-
- display
-
- This enumerated attribute specifies how the enclosed MathML markup should be rendered. It can have one of the following values: -
    -
  • block, which means that this element will be displayed outside the current span of text, as a block that can be positioned anywhere without changing the meaning of the text;
  • -
  • inline, which means that this element will be displayed inside the current span of text, and cannot be moved out of it without changing the meaning of that text.
  • -
-

If not present, its default value is inline.

-
-
- mode {{ deprecated_inline() }}
-
- Deprecated in favor of the display attribute.
- Possible values are: display (which has the same effect as display="block") and inline.
-
- overflow
-
- Specifies how an expression behaves if it is too long to fit in the allowed width.
- Possible values are: linebreak (default), scroll, elide, truncate, scale.
-
-

Examples

-

Theorem of Pythagoras

-

HTML5 notation

-
<!DOCTYPE html>
-<html>
-  <head>
-    <title>MathML in HTML5</title>
-  </head>
-  <body>
-
-  <math>
-    <mrow>
-      <mrow>
-        <msup>
-          <mi>a</mi>
-          <mn>2</mn>
-        </msup>
-        <mo>+</mo>
-        <msup>
-          <mi>b</mi>
-          <mn>2</mn>
-        </msup>
-      </mrow>
-      <mo>=</mo>
-      <msup>
-        <mi>c</mi>
-        <mn>2</mn>
-      </msup>
-    </mrow>
-  </math>
-
-  </body>
-</html>
-
-

XHTML notation

-
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>MathML in XHTML</title>
-</head>
-<body>
-
-  <math xmlns="http://www.w3.org/1998/Math/MathML">
-    <mrow>
-      <mrow>
-        <msup>
-          <mi>a</mi>
-          <mn>2</mn>
-        </msup>
-        <mo>+</mo>
-        <msup>
-          <mi>b</mi>
-          <mn>2</mn>
-        </msup>
-      </mrow>
-      <mo>=</mo>
-      <msup>
-        <mi>c</mi>
-        <mn>2</mn>
-      </msup>
-    </mrow>
-  </math>
-
-</body>
-</html>
-

Notes: XHTML documents with MathML must be served as application/xhtml+xml. You can achieve that easily by adding the .xhtml extension to your local files. For Apache servers you can configure your .htaccess file to map extensions to the correct Mime type. Since you notate your MathML in an XML document, also be sure you write a well-formed XML document.

-

Compatibilidade com navegadores

+{{MathMLRef()}} + +The top-level element in MathML is ``. Every valid MathML instance must be wrapped in `` tags. In addition you must not nest a second `` element in another, but you can have an arbitrary number of other child elements in it. + +## Attributes + +In addition to the following attributes, the `` element accepts any attributes of the {{ MathMLElement("mstyle") }} element. + +- class, id, style + - : Provided for use with [stylesheets](/pt-BR/docs/CSS). +- dir + - : Overall directionality of formulas. Possible values are either `ltr` (left to right) or `rtl` (right to left). +- href + - : Used to set a hyperlink to a specified URI. +- mathbackground + - : The background color. You can use `#rgb`, `#rrggbb` and [HTML color names](/pt-BR/docs/CSS/color_value#Color_Keywords). +- mathcolor + - : The text color. You can use `#rgb`, `#rrggbb` and [HTML color names](/pt-BR/docs/CSS/color_value#Color_Keywords). +- display + + - : This enumerated attribute specifies how the enclosed MathML markup should be rendered. It can have one of the following values: + + - `block`, which means that this element will be displayed outside the current span of text, as a block that can be positioned anywhere without changing the meaning of the text; + - `inline`, which means that this element will be displayed inside the current span of text, and cannot be moved out of it without changing the meaning of that text. + + If not present, its default value is `inline`. + +- mode {{ deprecated_inline() }} + - : Deprecated in favor of the [display attribute](/pt-BR/docs/MathML/Element/math#attr-display). + Possible values are: `display` (which has the same effect as `display="block"`) and `inline`. +- overflow + - : Specifies how an expression behaves if it is too long to fit in the allowed width. + Possible values are: `linebreak` (default), `scroll`, `elide`, `truncate`, `scale`. + +## Examples + +![Theorem of Pythagoras](/files/3157/math.jpg) + +### HTML5 notation + +```html + + + + MathML in HTML5 + + + + + + + + a + 2 + + + + + b + 2 + + + = + + c + 2 + + + + + + +``` + +### XHTML notation + +```xml + + + + + MathML in XHTML + + + + + + + + a + 2 + + + + + b + 2 + + + = + + c + 2 + + + + + + +``` + +**Notes**: XHTML documents with MathML must be served as `application/xhtml+xml`. You can achieve that easily by adding the `.xhtml` extension to your local files. For Apache servers you can [configure your `.htaccess` file](http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype) to map extensions to the correct Mime type. Since you notate your MathML in an XML document, also be sure you write a well-formed XML document. + +## Compatibilidade com navegadores + {{Compat("mathml.elements.math")}} -

Specifications

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{ SpecName('MathML3', 'chapter2.html#interf.toplevel', 'The Top-Level math Element') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter7.html#interf.toplevel', 'The Top-Level math Element') }}{{ Spec2('MathML2') }}Initial specification
-

See also

-
    -
  • HTML top-level element: {{ HTMLElement("html") }}
  • -
  • SVG top-level element: {{ SVGElement("svg") }}
  • -
  • MathML browser test: For XHTML and HTML5
  • -
+## Specifications + +| Specification | Status | Comment | +| -------------------------------------------------------------------------------------------------------------------- | ---------------------------- | --------------------- | +| {{ SpecName('MathML3', 'chapter2.html#interf.toplevel', 'The Top-Level math Element') }} | {{ Spec2('MathML3') }} | Current specification | +| {{ SpecName('MathML2', 'chapter7.html#interf.toplevel', 'The Top-Level math Element') }} | {{ Spec2('MathML2') }} | Initial specification | + +## See also + +- HTML top-level element: {{ HTMLElement("html") }} +- SVG top-level element: {{ SVGElement("svg") }} +- MathML browser test: For [XHTML](https://www.eyeasme.com/Joe/MathML/MathML_browser_test) and [HTML5](https://eyeasme.com/Joe/MathML/HTML5_MathML_browser_test) diff --git a/files/pt-br/web/mathml/examples/index.md b/files/pt-br/web/mathml/examples/index.md index 22d248e8f1a536..809518e296c03a 100644 --- a/files/pt-br/web/mathml/examples/index.md +++ b/files/pt-br/web/mathml/examples/index.md @@ -4,18 +4,11 @@ slug: Web/MathML/Examples translation_of: Web/MathML/Examples original_slug: Web/MathML/Exemplos --- -

Abaixo você irá encontrar alguns exemplos que irá ajudá-lo a entender como utilizar MathML para apresentar conceitos matemáticos complexos na Web.

-
-
- Teorema de Pitágoras
-
- Pequeno exemplo mostrando a demostração do Teorema de Pitágoras.
-
- Solução da equação do segundo grau
-
- Linhas gerais de como descobrir a solução para equações do segundo grau.
-
- Testes para MathML
-
- Grande conjunto de tests para MathML.
-
+Abaixo você irá encontrar alguns exemplos que irá ajudá-lo a entender como utilizar MathML para apresentar conceitos matemáticos complexos na Web. + +- [Teorema de Pitágoras](/pt-BR/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem) + - : Pequeno exemplo mostrando a demostração do Teorema de Pitágoras. +- [Solução da equação do segundo grau](/pt-BR/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula) + - : Linhas gerais de como descobrir a solução para equações do segundo grau. +- [Testes para MathML](/pt-BR/docs/Mozilla/MathML_Project/MathML_Torture_Test) + - : Grande conjunto de tests para MathML. diff --git a/files/pt-br/web/mathml/index.md b/files/pt-br/web/mathml/index.md index 74af4d724e9a03..d684251ed293a0 100644 --- a/files/pt-br/web/mathml/index.md +++ b/files/pt-br/web/mathml/index.md @@ -11,52 +11,44 @@ tags: - XML translation_of: Web/MathML --- -

Mathematical Markup Language (MathML) é uma linguagem de marcação baseada em XML para descrever notações matemáticas e capturar tanto a sua estrutura quanto seu conteúdo. Aqui você encontrará links para a documentação e exemplos, bem como ferramentas para o seu trabalho com esta poderosa tecnologia. Para uma visão rápida, veja os slides da feira de inovação do Mozilla Summit 2013.

- -

Referências de MathML

- -
-
Referência de elementos de MathML
-
Detalhes sobre cada elemento de MathML e informações sobre compatibilidade para navegadores desktop e móveis.
-
Referência de atributos de MathML
-
Informações sobre atributos de MathML que modificam a aparência e o comportamento dos elementos.
-
Exemplos de MathML
-
Amostras e exemplos de MathML para ajudá-lo a compreender como a linguagem funciona.
-
Escrevendo em MathML
-
Dicas e sugestões para escrever em MathML, incluindo sugestões de editores MathML e como capturar suas saídas para integrar em conteúdos Web.
-
- -

Obtendo ajuda da comunidade

- - - -

Ferramentas

- - - -

Tópicos Relacionados

- - - -

Compatibilidade dos Browsers

+**Mathematical Markup Language (MathML)** é uma linguagem de marcação baseada em [XML](/pt-BR/docs/XML "/en-US/docs/XML") para descrever notações matemáticas e capturar tanto a sua estrutura quanto seu conteúdo. Aqui você encontrará links para a documentação e exemplos, bem como ferramentas para o seu trabalho com esta poderosa tecnologia. Para uma visão rápida, veja os [slides da feira de inovação do Mozilla Summit 2013](http://fred-wang.github.io/MozSummitMathML/index.html). + +## Referências de MathML + +- [Referência de elementos de MathML](/pt-BR/docs/Web/MathML/Element) + - : Detalhes sobre cada elemento de MathML e informações sobre compatibilidade para navegadores desktop e móveis. +- [Referência de atributos de MathML](/pt-BR/docs/Web/MathML/Attribute) + - : Informações sobre atributos de MathML que modificam a aparência e o comportamento dos elementos. +- [Exemplos de MathML](/pt-BR/docs/Web/MathML/Examples) + - : Amostras e exemplos de MathML para ajudá-lo a compreender como a linguagem funciona. +- [Escrevendo em MathML](/pt-BR/docs/Web/MathML/Authoring) + - : Dicas e sugestões para escrever em MathML, incluindo sugestões de editores MathML e como capturar suas saídas para integrar em conteúdos Web. + +## Obtendo ajuda da comunidade + +- Visualizar os fóruns da Mozilla... + {{ DiscussionList("dev-tech-mathml", "mozilla.dev.tech.mathml") }} +- [Canal IRC](irc://irc.mozilla.org/%23mathml) +- [Wiki usado pelos colaboradores da Mozilla](https://wiki.mozilla.org/MathML:Home_Page) +- [Página inicial da W3C Math](http://www.w3.org/Math/) +- [Arquivo de e-mails www-math w3.org](http://lists.w3.org/Archives/Public/www-math/) + +## Ferramentas + +- [Validador W3C](http://validator.w3.org) +- [Extensão do Firefox FireMath](https://addons.mozilla.org/de/firefox/addon/8969/) +- [Coleção de extensões Firefox Mathzilla](https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/) +- [TeXZilla](https://github.com/fred-wang/TeXZilla) - Conversor de Javascript LaTeX para MathML ([live demo](http://fred-wang.github.io/TeXZilla/), [Firefox OS webapp](http://r-gaia-cs.github.io/TeXZilla-webapp/), [Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/texzilla/), [using in a Web Page, JS program etc](https://github.com/fred-wang/TeXZilla/wiki/Using-TeXZilla)) +- [LaTeXML](http://dlmf.nist.gov/LaTeXML/) - Conversão de documentos LaTeX para páginas web HTML+MathML +- [Web Equation](https://webdemo.myscript.com/views/math/index.html) - Transforma equações escritas a mão em MathML ou LaTeX +- [MathJax](http://www.mathjax.org/) - Motor de visualização JavaScript entre navegadores para matemática. Veja também a [Extensão MathML Nativa MathJax](https://addons.mozilla.org/en-US/firefox/addon/mathjax-native-mathml/). + +## Tópicos Relacionados + +- [CSS](/pt-BR/docs/Web/CSS) +- [HTML](/pt-BR/docs/Web/HTML) +- [SVG](/pt-BR/docs/Web/SVG) + +## Compatibilidade dos Browsers {{Compat("mathml.elements.math")}}