MediaWiki extensions manual
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

Download snapshot
GitHub:

Note:
No localisation updates are
provided by translatewiki.net .


README
Example Page on a wiki that uses this extension
Tags
math
Hooks used
  • ParserFirstCallInit

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.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.