Index: trunk/phase3/math/texutil.ml |
— | — | @@ -409,6 +409,10 @@ |
410 | 410 | | "\\mod" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mod ", "mod"))) |
411 | 411 | | "\\Diamond" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\Diamond ", "◊"))) |
412 | 412 | | "\\dotsb" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsb ", "⋅⋅⋅"))) |
| 413 | + | "\\dotsc" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsc ", "..."))) |
| 414 | + | "\\dotsi" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsi ", "⋅⋅⋅"))) |
| 415 | + | "\\dotsm" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotsm ", "⋅⋅⋅"))) |
| 416 | + | "\\dotso" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UF, "\\dotso ", "..."))) |
413 | 417 | | "\\reals" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mathbb{R}", "<b>R</b>"))) |
414 | 418 | | "\\Reals" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mathbb{R}", "<b>R</b>"))) |
415 | 419 | | "\\R" -> (tex_use_ams (); LITERAL (HTMLABLE (FONT_UFH,"\\mathbb{R}", "<b>R</b>"))) |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -88,6 +88,7 @@ |
89 | 89 | contributions |
90 | 90 | * (bug 17857) {{anchorencode}} acts more like how the parser creates section ids. |
91 | 91 | * (bug 21477) \& can now be used in <math> |
| 92 | +* (bug 11641) \dotsc \dotsm \dotsi \dotso can now be used in <math> |
92 | 93 | |
93 | 94 | === Bug fixes in 1.17 === |
94 | 95 | * (bug 17560) Half-broken deletion moved image files to deletion archive |