HowToEnterMathSymbols: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
The '''MathJax''' extension enables [http://www.mathjax.org/ MathJax] (http://www.mathjax.org/), a Javascript library, for typesetting TeX and LaTeX formulae in MediaWiki inside ''math environments''. | |||
The | The following math environments are defined for inline style math: | ||
* <code><nowiki>$...$</nowiki></code> (can be turned off, even per page), | |||
* <code>\(...\)</code> and | |||
* <code><math>...</math></code>. | |||
And the following math environments are defined for display style math: | |||
* <code><nowiki>$$...$$</nowiki></code> (can be turned off, even per page), | |||
* <code>\[...\]</code>, | |||
* <code>\begin{...}...\end{...}</code> and | |||
* <code>:<math>...</math></code>. | |||
MathJax produces nice and scalable mathematics, see their website (http://www.mathjax.org/) for a demonstration. This extension also enables the usage of <code>\label{}</code> and <code>\eqref{}</code> tags with automatic formula numbering. If needed you can still hand label by using <code>\tag{}</code>. | |||
Revision as of 14:44, 24 July 2012
The MathJax extension enables MathJax (http://www.mathjax.org/), a Javascript library, for typesetting TeX and LaTeX formulae in MediaWiki inside math environments. The following math environments are defined for inline style math:
$...$
(can be turned off, even per page),\(...\)
and<math>...</math>
.
And the following math environments are defined for display style math:
$$...$$
(can be turned off, even per page),\[...\]
,\begin{...}...\end{...}
and:<math>...</math>
.
MathJax produces nice and scalable mathematics, see their website (http://www.mathjax.org/) for a demonstration. This extension also enables the usage of \label{}
and \eqref{}
tags with automatic formula numbering. If needed you can still hand label by using \tag{}
.