This change adds support for the \widetilde command as mentioned in bug 26380

This commit is contained in:
Nicholas Longo 2011-04-26 18:44:22 +00:00
parent dbe0a339de
commit 924b4cf9dd
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ let find = function
| "\\hat" -> FUN_AR1 "\\hat "
| "\\hline" -> LITERAL (TEX_ONLY "\\hline ")
| "\\vline" -> LITERAL (TEX_ONLY "\\vline ")
| "\\widetilde" -> LITERAL (TEX_ONLY "\\widetilde ")
| "\\widehat" -> LITERAL (TEX_ONLY "\\widehat ")
| "\\overline" -> LITERAL (TEX_ONLY "\\overline ")
| "\\overbrace" -> LITERAL (TEX_ONLY "\\overbrace ")