Index: trunk/phase3/math/texutil.ml |
— | — | @@ -481,7 +481,7 @@ |
482 | 482 | | "\\underbrace" -> LITERAL (TEX_ONLY "\\underbrace ") |
483 | 483 | | "\\overleftarrow" -> LITERAL (TEX_ONLY "\\overleftarrow ") |
484 | 484 | | "\\overrightarrow" -> LITERAL (TEX_ONLY "\\overrightarrow ") |
485 | | - | "\\overleftrightarrow"->LITERAL (TEX_ONLY "\\overleftrightarrow ") |
| 485 | + | "\\overleftrightarrow"-> (tex_use_ams(); LITERAL (TEX_ONLY "\\overleftrightarrow ")) |
486 | 486 | | "\\check" -> FUN_AR1 "\\check " |
487 | 487 | | "\\acute" -> FUN_AR1 "\\acute " |
488 | 488 | | "\\grave" -> FUN_AR1 "\\grave " |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -626,6 +626,7 @@ |
627 | 627 | * (bug 20112) Bitrotted tests in the t/ directory were failing. |
628 | 628 | * (bug 21470) MediaWiki:Sp-contributions-explain is now wrapped in a <p> with |
629 | 629 | id "mw-sp-contributions-explain" |
| 630 | +* (bug 19159) Fixed \overleftrightarrow in texvc |
630 | 631 | |
631 | 632 | == API changes in 1.16 == |
632 | 633 | |