mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
next bug (\\ vs \backslash)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5476 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
13434556ce
commit
357ece3f85
@ -48,7 +48,7 @@ static int const delim_rversion[] = {
|
||||
static char const * delim_values[] = {
|
||||
"(", ")", "lceil", "rceil", "uparrow", "Uparrow",
|
||||
"[", "]", "lfloor", "rfloor", "updownarrow", "Updownarrow",
|
||||
"{", "}", "/", "\\", "downarrow", "Downarrow",
|
||||
"{", "}", "/", "backslash", "downarrow", "Downarrow",
|
||||
"langle", "rangle", "|", "Vert", ".", 0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user