Math library for MediaWiki (patched)
Go to file
Translation updater bot 5bbee223c4 Localisation updates from http://translatewiki.net.
Change-Id: I693cdfd1b538539be1e15d7af89e2cdf269c959f
2012-10-06 21:29:28 +00:00
db Breaking the 'math' table setup out to Math extension. Should be the last main step in extension-ification of the math options! 2011-04-22 21:37:16 +00:00
math Adding some gitignore to the math directory, to ignore the compiled binaries and intermediary objects. 2012-03-25 21:13:52 +02:00
modules Maintenance for Math extension. 2012-08-31 01:25:48 +02:00
.gitignore Ignore .DS_Store 2012-06-02 11:42:18 +02:00
.gitreview Adding .gitreview 2012-03-23 10:30:45 -07:00
Math.body.php (bug 38720) Output the Math errors in a consistent language 2012-09-07 19:43:09 +02:00
Math.hooks.php Replace remaining wfMsg* call. 2012-10-04 19:42:13 +02:00
Math.i18n.php Localisation updates from http://translatewiki.net. 2012-10-06 21:29:28 +00:00
Math.php Added file backend support via $wgMathFileBackend. 2012-08-22 17:16:49 -07:00
README Initial experimental import of MathJax source into Math extension as a client-side rendering supplement to the PNG rendering. 2011-12-06 01:17:35 +00:00
mathParserTests.txt Merge "Update math parser test cases for new rendering defaults" 2012-04-23 18:30:47 +00:00

README

This version (for MediaWiki 1.19) has some changes since previous versions:

* rendering options have been reduced to just 'Always PNG' and 'Leave it as TeX'
** all other rendering options will merge to PNG.
* initial experimental support for integrating MathJax client-side rendering

See the README in the math subdirectory for more info on setting up the
low-level conversion tools.