Math library for MediaWiki (patched)
Go to file
Nicholas Longo a2b53e5a36 The following patches restore how texvc added braces for all commands
but \operatorname to fix Bug 31442.  More specifically, TEX_FUN1 now
adds braces as it did in previous versions.  The result is texvc will
once again correctly sanitize multiple math accents even when no braces are
given (e.g. \dot \vec B) and it will allow math accents to be used with
symbols whose font as been changed (e.g. \tilde \mathcal{M}).  Parser
tests are created to ensure these continue to work.  

The handling of \operatorname is now  handled specially by the
function TEX_FUN1nb (nb stands for no braces and the name is taken to
be consistent with the existing function TEX_FUN2nb).  The addition of
braces causes this command to LaTeX incorrectly.  The parser test for
\operatorname has been updated to reflect the fact the hash of the
images involved has changed.
2011-10-13 23:04:41 +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 The following patches restore how texvc added braces for all commands 2011-10-13 23:04:41 +00:00
Math.body.php More wfMkdirParents() __METHOD__ additions 2011-07-25 22:09:05 +00:00
Math.hooks.php Followup r97001: fix for Math parser tests image URLs 2011-09-13 21:03:38 +00:00
Math.i18n.php Localisation updates from http://translatewiki.net. 2011-08-17 00:10:33 +00:00
Math.php Added path to extension's credits show that it can show SVN revision on Special:Version 2011-09-30 20:55:54 +00:00
mathParserTests.txt The following patches restore how texvc added braces for all commands 2011-10-13 23:04:41 +00:00