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