r86965 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86964‎ | r86965 | r86966 >
Date:18:44, 26 April 2011
Author:thenub314
Status:resolved (Comments)
Tags:math 
Comment:
This change adds support for the \widetilde command as mentioned in bug 26380
Modified paths:
  • /trunk/extensions/Math/math/texutil.ml (modified) (history)

Diff [purge]

Index: trunk/extensions/Math/math/texutil.ml
@@ -492,6 +492,7 @@
493493 | "\\hat" -> FUN_AR1 "\\hat "
494494 | "\\hline" -> LITERAL (TEX_ONLY "\\hline ")
495495 | "\\vline" -> LITERAL (TEX_ONLY "\\vline ")
 496+ | "\\widetilde" -> LITERAL (TEX_ONLY "\\widetilde ")
496497 | "\\widehat" -> LITERAL (TEX_ONLY "\\widehat ")
497498 | "\\overline" -> LITERAL (TEX_ONLY "\\overline ")
498499 | "\\overbrace" -> LITERAL (TEX_ONLY "\\overbrace ")

Sign-offs

UserFlagDate
Bawolffinspected19:18, 29 April 2011
Thelema314inspected14:09, 29 August 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r96990Revert changes to texvc that provide no test cases or examples of what they'r...brion19:00, 13 September 2011
r96993MFT r96990: provisional revert of texvc changes that don't come with any test...brion19:07, 13 September 2011
r97001* (bug 26380) Add support for \widetilde to <math>...brion21:02, 13 September 2011

Comments

#Comment by Bawolff (talk | contribs)   19:17, 29 April 2011

btw, don't forget to add to the bug report which revision you fixed the bug in.

Cheers.

#Comment by Thelema314 (talk | contribs)   14:09, 29 August 2011

Straightforward change.

#Comment by Brion VIBBER (talk | contribs)   19:03, 13 September 2011

Provisionally reverted in r96990 pending test cases.

#Comment by Brion VIBBER (talk | contribs)   21:04, 13 September 2011

Restored in r97002 and r97003 with a test case & a fix for the cases.

Status & tagging log