Extension:SimpleMath/en
From Linux Web Expert
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> <translate> Please see the following alternatives that you may wish to install instead of this extension:</translate> |
SimpleMath Release status: unmaintained |
|
---|---|
Implementation | Tag |
Description | Render mathematical formulas between <math>...</math> tags |
Author(s) | Tamer Shlash (Mr.TAMER.Shlashtalk) |
MediaWiki | 1.16+ (not tested for earlier) |
Database changes | No |
License | MIT License |
Download | <translate> Download snapshot</translate>
<translate> Note:</translate> README |
Example | Page on a wiki that uses this extension |
math |
|
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
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.