mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
be50eb507f
commit
4487af367c
@ -399,10 +399,6 @@ int Font::latexWriteStartChanges(otexstream & os, BufferParams const & bparams,
|
||||
os << '}';
|
||||
++count;
|
||||
} else if (f.color() != Color_none) {
|
||||
if (needs_cprotection) {
|
||||
os << "\\cprotect";
|
||||
count += 9;
|
||||
}
|
||||
os << "\\textcolor{"
|
||||
<< from_ascii(lcolor.getLaTeXName(f.color()))
|
||||
<< "}{";
|
||||
|
Loading…
Reference in New Issue
Block a user