From: Uwe Stöhr Date: Sat, 14 Apr 2007 16:41:55 +0000 (+0000) Subject: Add Updownarrow and updownarrow to the delimiter dialog X-Git-Tag: 1.6.10~10258 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=526d7a09361ad897216d0e3f24963f7abc06b57d;p=features.git Add Updownarrow and updownarrow to the delimiter dialog git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17811 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ControlMath.C b/src/frontends/controllers/ControlMath.C index 5535eb434a..bf598da024 100644 --- a/src/frontends/controllers/ControlMath.C +++ b/src/frontends/controllers/ControlMath.C @@ -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", "" };