Difference between revisions of "Math support in MediaWiki"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
Source: [https://www.scoop.it/t/webdevilopers/p/4018904758/2014/04/03/how-to-get-math-support-in-mediawiki Scoop.it]
 
Source: [https://www.scoop.it/t/webdevilopers/p/4018904758/2014/04/03/how-to-get-math-support-in-mediawiki Scoop.it]
 +
 +
== Installation ==
 +
 +
=== Math extension ===
 +
 +
* [https://www.mediawiki.org/wiki/Extension:Math Extension:Math] - The Math extension provides support for rendering mathematical formulae.
 +
** An overview of what can currently be done with this extension is found at the [https://en.wikipedia.org/wiki/Help:Displaying_a_formula English Wikipedia's documentation].
 +
**More information about installing and configuring this extension, including for older versions, can be found at [https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:Math/advancedSettings Extension:Math/advancedSettings].
 +
 +
=== texvc ===
 +
 +
* [https://www.mediawiki.org/wiki/Texvc Texvc] - One of the external programs to display mathematical formulas in MediaWiki. texvc is a shortened version of TeX validator and converter. It validates AMS-LaTeX mathematical expressions and converts them to HTML, MathML, or PNG graphics.
 +
 +
== Troubleshooting ==
 +
 +
* [https://www.mediawiki.org/wiki/Manual:Enable_TeX/problems Manual:Enable TeX/problems]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:09, 19 August 2018

MediaWiki supports the display of mathematical formulas.

Summary

"How does math markup in MediaWiki work? It takes LaTeX math expression and converts them into images using texvc. The texvc source comes with MediaWiki, but you’ll have to compile it yourself. Since texvc is partly written in OCaml, you’d need to install OCaml on your server just to compile it. However, there’s an easier way: just go to MediaWiki’s SourceForge site and download texvc binary. If the binary doesn’t work for you, however, you’ll have to download OCaml and compile your own binary. Once you have the texvc binary, put it in the/math/ folder of your MediaWiki installation."

Source: Scoop.it

Installation

Math extension

texvc

  • Texvc - One of the external programs to display mathematical formulas in MediaWiki. texvc is a shortened version of TeX validator and converter. It validates AMS-LaTeX mathematical expressions and converts them to HTML, MathML, or PNG graphics.

Troubleshooting

See also

External links