]> git.lyx.org Git - features.git/commitdiff
Add Updownarrow and updownarrow to the delimiter dialog
authorUwe Stöhr <uwestoehr@web.de>
Sat, 14 Apr 2007 16:41:55 +0000 (16:41 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 14 Apr 2007 16:41:55 +0000 (16:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17811 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ControlMath.C

index 5535eb434a3f53e24f59a3f8c71554d7c0913127..bf598da024e4b81fde9c866ebe8b5093411aff69 100644 (file)
@@ -406,7 +406,7 @@ int const nr_latex_ams_ops = sizeof(latex_ams_ops) / sizeof(char const *);
 char const *  latex_delimiters[] = {
        "(", ")", "{", "}", "[", "]",
        "lceil", "rceil", "lfloor", "rfloor", "langle", "rangle",
-       "uparrow", "Uparrow", "downarrow", "Downarrow",
+       "uparrow", "updownarrow", "Uparrow", "Updownarrow", "downarrow", "Downarrow",
        "|", "Vert", "/", "backslash", ""
 };