Math library for MediaWiki (patched)
Go to file
Brion Vibber 09679f2f39 Disable the partial HTML and MathML rendering options for Math extension.
MathML mode was so incomplete most people thought it simply didn't work (bug 25646).
HTML modes often rendered poorly (eg req bug 24207 to set default to PNG on some sites)

This may cause regressions in that simple "equations" of just variables that came out as HTML
will now render as PNGs that don't get aligned properly with the text baseline. Fixing this is
covered by bug 32694: <https://bugzilla.wikimedia.org/show_bug.cgi?id=32694> to retrieve the
baseline info from dvipng and position images to fit.

Note that because of the way user options are pulled in to the oarser cache key, some folks
may see cached pages with their old settings until they get redone or they save their prefs
again and have it normalized.
2011-11-28 22:30:33 +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 missing TEX_FUN1nb in html_render_deep() 2011-11-15 17:26:28 +00:00
Math.body.php Disable the partial HTML and MathML rendering options for Math extension. 2011-11-28 22:30:33 +00:00
Math.hooks.php Disable the partial HTML and MathML rendering options for Math extension. 2011-11-28 22:30:33 +00:00
Math.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-11-26 20:30:25 +00:00
Math.php Disable the partial HTML and MathML rendering options for Math extension. 2011-11-28 22:30:33 +00:00
mathParserTests.txt The following patches restore how texvc added braces for all commands 2011-10-13 23:04:41 +00:00