Index: trunk/phase3/math/texutil.ml |
— | — | @@ -466,6 +466,8 @@ |
467 | 467 | | "\\left" -> LEFT |
468 | 468 | | "\\right" -> RIGHT |
469 | 469 | | "\\hat" -> FUN_AR1 "\\hat " |
| 470 | + | "\\hline" -> LITERAL (TEX_ONLY "\\hline ") |
| 471 | + | "\\vline" -> LITERAL (TEX_ONLY "\\vline ") |
470 | 472 | | "\\widehat" -> LITERAL (TEX_ONLY "\\widehat ") |
471 | 473 | | "\\overline" -> LITERAL (TEX_ONLY "\\overline ") |
472 | 474 | | "\\overbrace" -> LITERAL (TEX_ONLY "\\overbrace ") |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -87,6 +87,7 @@ |
88 | 88 | entries. |
89 | 89 | * (bug 7432) Change language name for Aromanian (roa-rup) |
90 | 90 | * (bug 908) Unexistent special pages now generate a red link. |
| 91 | +* (bug 7899) Added \hline and \vline to the list of allowed TeX commands |
91 | 92 | |
92 | 93 | == MediaWiki API changes since 1.10 == |
93 | 94 | |