Math Equations with TeX - Mediawiki

From Help Wiki
Revision as of 14:14, 20 July 2007 by Greenea (Talk | contribs) (New page: ==Getting equations working in your wiki== Mediawiki uses TeX to render math equations. To enable your wiki to use TeX, contact your system administrator to set the following in your Local...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting equations working in your wiki

Mediawiki uses TeX to render math equations. To enable your wiki to use TeX, contact your system administrator to set the following in your LocalSettings.php file:

$wgUseTeX = true;

Getting Started

Use the math tags around your equation.


The equation <math>-b \pm \sqrt{b^2 - 4ac} \over 2a</math> would look like this in the wiki

<math>-b \pm \sqrt{b^2 - 4ac} \over 2a</math>

Tex Resources