]> scripts.mit.edu Git - www/raw.git/blob - faq/55.mdwn
Import from TextPattern
[www/raw.git] / faq / 55.mdwn
1 [[!meta title="How do I enable math support in my MediaWiki wiki?"]]
2 Here is the procedure for enabling math support for a
3 scripts.mit.edu wiki:
4
5 \1) [ssh to scripts.mit.edu](http://scripts.mit.edu/faq/41/)
6
7 \2) cd to your wiki’s math directory and run **make**
8
9 \3) Edit the LocalSettings.php file in the base directory of your
10  wiki so that the line
11
12 **$wgUseTeX = false;**
13
14 reads
15
16 **$wgUseTeX = true;**
17
18 You will then need to re-save any existing pages that contain
19 equations in order to have the equations appear correctly.
20
21 If you encounter trouble with this procedure, please contact
22 scripts@mit.edu.
23
24
25