From 526d7a09361ad897216d0e3f24963f7abc06b57d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 14 Apr 2007 16:41:55 +0000 Subject: [PATCH] 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 --- src/frontends/controllers/ControlMath.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "" }; -- 2.39.2