r68846 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68845‎ | r68846 | r68847 >
Date:19:11, 1 July 2010
Author:conrad
Status:ok
Tags:
Comment:
texvc +\bcancel and \xcancel to make full use of the cancel package
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/math/texutil.ml (modified) (history)

Diff [purge]

Index: trunk/phase3/math/texutil.ml
@@ -512,6 +512,8 @@
513513 | "\\over" -> FUN_INFIXh ("\\over ", fun num den -> Html.html_render num, "<hr style=\"{background: black}\"/>", Html.html_render den)
514514 | "\\sqrt" -> FUN_AR1 "\\sqrt "
515515 | "\\cancel" -> FUN_AR1 "\\cancel "
 516+ | "\\bcancel" -> FUN_AR1 "\\bcancel "
 517+ | "\\xcancel" -> FUN_AR1 "\\xcancel "
516518 | "\\cancelto" -> FUN_AR2 "\\cancelto "
517519 | "\\pmod" -> FUN_AR1hl ("\\pmod ", ("(mod ", ")"))
518520 | "\\bmod" -> FUN_AR1hl ("\\bmod ", ("mod ", ""))
Index: trunk/phase3/RELEASE-NOTES
@@ -97,6 +97,7 @@
9898 * (bug 8507) Group file links by namespace:title on image pages
9999 * Stop emitting named entities, so we can use <!DOCTYPE html> while still being
100100 well-formed XML
 101+* texvc now supports \bcancel and \xcancel in addition to \cancel and \cancelto
101102
102103 === Bug fixes in 1.17 ===
103104 * (bug 17560) Half-broken deletion moved image files to deletion archive

Status & tagging log