Extension:SimpleMath

Category:Unmaintained extensions#SimpleMath Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
SimpleMath
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Tag Category:Tag extensions
Description Render mathematical formulas between <math>...</math> tags
Author(s) Tamer Shlash (Mr.TAMER.Shlashtalk)
MediaWiki 1.16+ (not tested for earlier)Category:Extensions with manual MediaWiki version
Database changes No
License MIT License
Download Category:Extensions in GitHub version control
README
Example Page on a wiki that uses this extension
math
Category:All extensionsCategory:Extensions not in ExtensionJson

The SimpleMath extension provides support for rendering mathematical formulas on-wiki using the online LaTeX editor of codecogs.com.

Installation

Download the files and put them in $IP/extensions/SimpleMath/, then add the following to LocalSettings.php:

require_once("$IP/extensions/SimpleMath/SimpleMath.php");

Don't set $wgUseTeX to true.

Category:TeX Category:Math display extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:Math display extensions Category:ParserFirstCallInit extensions Category:Tag extensions Category:TeX Category:Unmaintained extensions