Go to file
Brion Vibber 261310bad9 Tweak MathJax loading per recommendations from mathjax-users list:
* drop some of the init lines that don't appear to work/be needed
* only load MathJax.js through ResourceLoader; let MathJax's loader handle the rest

This gets us working in Chrome, where previously we hadn't initialized correctly. Should also help in IE, still needs testing.
Will probably want to swap in the pre-minimized versions of the files at some point, but the expanded ones are fine at this stage of work.
2012-03-06 21:57:12 +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 fix Bug 33739 - \text{äöü} doesn't add encoding preamble 2012-01-19 17:15:47 +00:00
modules Tweak MathJax loading per recommendations from mathjax-users list: 2012-03-06 21:57:12 +00:00
Math.body.php update copyright notice years for 2012 2012-03-05 22:25:09 +00:00
Math.hooks.php update copyright notice years for 2012 2012-03-05 22:25:09 +00:00
Math.i18n.php Localisation updates for core and extension messages from translatewiki.net 2012-03-06 21:18:30 +00:00
Math.php Tweak MathJax loading per recommendations from mathjax-users list: 2012-03-06 21:57:12 +00:00
mathParserTests.txt The following patches restore how texvc added braces for all commands 2011-10-13 23:04:41 +00: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

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.