mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
parent
976e0b7993
commit
32c6724fd6
@ -1297,17 +1297,9 @@ void Paragraph::Private::latexSpecialChar(otexstream & os,
|
||||
column += 14;
|
||||
break;
|
||||
|
||||
case '&':
|
||||
case '%': case '#':
|
||||
case '_':
|
||||
if (runparams.for_search) {
|
||||
os.put(c);
|
||||
column += 1;
|
||||
break;
|
||||
}
|
||||
// fall through
|
||||
case '$':
|
||||
case '{': case '}':
|
||||
case '$': case '&':
|
||||
case '%': case '#': case '{':
|
||||
case '}': case '_':
|
||||
os << '\\';
|
||||
os.put(c);
|
||||
column += 1;
|
||||
|
Loading…
Reference in New Issue
Block a user