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