mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Escape backslash in comments
This commit is contained in:
parent
c93d5d76fa
commit
a204dbe934
@ -317,11 +317,11 @@ char const * const known_tex_extensions[] = {"tex", 0};
|
||||
|
||||
/// spaces known by InsetSpace
|
||||
char const * const known_spaces[] = { " ", "space",
|
||||
",", "thinspace",// \, = \thinspace
|
||||
",", "thinspace",// \\, = \\thinspace
|
||||
"quad", "qquad", "enspace", "enskip",
|
||||
";", ">", "medspace",// \; = \> = \medspace
|
||||
":", "thickspace",// \: = \thickspace
|
||||
"!", "negthinspace",// \! = \negthinspace
|
||||
";", ">", "medspace",// \\; = \\> = \medspace
|
||||
":", "thickspace",// \\: = \\thickspace
|
||||
"!", "negthinspace",// \\! = \\negthinspace
|
||||
"negmedspace", "negthickspace",
|
||||
"textvisiblespace", "hfill", "dotfill", "hrulefill", "leftarrowfill",
|
||||
"rightarrowfill", "upbracefill", "downbracefill", 0};
|
||||
|
Loading…
Reference in New Issue
Block a user