Enabling math support in MediaWiki

From Tech-Help

Jump to: navigation, search

If you want to enable math support in your MediaWiki, you should follow these steps:

1) Edit the LocalSettings.php file, so that the line

  1. $wgUseTeX = true;

reads

$wgUseTeX = true;

2) Make sure, that the following directories exist under your MediaWiki directory:

/images/math

/images/tmp

If they do not, create them and set them 755 permissions.

3) Finally, download the texvc binary from:

http://sourceforge.net/project/showfiles.php?group_id=34373

4) Place this file in the /math folder you created and make sure it is with 755 permissions.

Personal tools
Help