Index: trunk/phase3/math/texutil.ml |
— | — | @@ -733,4 +733,6 @@ |
734 | 734 | | "\\vbox" -> raise (Failure "malformatted \\vbox") |
735 | 735 | | "\\hbox" -> raise (Failure "malformatted \\hbox") |
736 | 736 | | "\\color" -> (tex_use_color (); LITERAL (TEX_ONLY "\\color")) |
| 737 | + | "\\pagecolor" -> (tex_use_color (); LITERAL (TEX_ONLY "\\pagecolor")) |
| 738 | + | "\\definecolor" -> (tex_use_color (); LITERAL (TEX_ONLY "\\definecolor")) |
737 | 739 | | s -> raise (Illegal_tex_function s) |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -289,6 +289,7 @@ |
290 | 290 | * New wgCategories JavaScript global variable for userscripts. |
291 | 291 | * (bug 20717) Added checkboxes to hide users with bot and/or sysop group |
292 | 292 | membership in SpecialActiveusers |
| 293 | +* Allow \pagecolor and \definecolor in texvc |
293 | 294 | |
294 | 295 | === Bug fixes in 1.16 === |
295 | 296 | |