mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
parent
a0240c8d65
commit
c2af2cfd94
@ -306,10 +306,11 @@ bool Encodings::latexMathChar(char_type c, bool mathmode,
|
||||
if (!encoding || command.empty()) {
|
||||
command = it->second.textcommand();
|
||||
needsTermination = !it->second.textnotermination();
|
||||
addTextCmd(c);
|
||||
}
|
||||
if (mathmode)
|
||||
addMathSym(c);
|
||||
else
|
||||
addTextCmd(c);
|
||||
}
|
||||
return use_math;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user