r68385 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68384‎ | r68385 | r68386 >
Date:23:22, 21 June 2010
Author:conrad
Status:ok
Tags:
Comment:
(bug 11641) support \dots[cmio] in <math>

Thanks to Brian Foley for the patch.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/math/texutil.ml (modified) (history)

Diff [purge]

Index: trunk/phase3/math/texutil.ml
@@ -409,6 +409,10 @@
410410 | "\\mod" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mod ", "mod")))
411411 | "\\Diamond" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\Diamond ", "&loz;")))
412412 | "\\dotsb" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsb ", "&sdot;&sdot;&sdot;")))
 413+ | "\\dotsc" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsc ", "...")))
 414+ | "\\dotsi" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsi ", "&sdot;&sdot;&sdot;")))
 415+ | "\\dotsm" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsm ", "&sdot;&sdot;&sdot;")))
 416+ | "\\dotso" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotso ", "...")))
413417 | "\\reals" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mathbb{R}", "<b>R</b>")))
414418 | "\\Reals" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mathbb{R}", "<b>R</b>")))
415419 | "\\R" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mathbb{R}", "<b>R</b>")))
Index: trunk/phase3/RELEASE-NOTES
@@ -88,6 +88,7 @@
8989 contributions
9090 * (bug 17857) {{anchorencode}} acts more like how the parser creates section ids.
9191 * (bug 21477) \& can now be used in <math>
 92+* (bug 11641) \dotsc \dotsm \dotsi \dotso can now be used in <math>
9293
9394 === Bug fixes in 1.17 ===
9495 * (bug 17560) Half-broken deletion moved image files to deletion archive

Status & tagging log