mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 21:05:12 +00:00
Hope I *now* get it right...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7407 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7aecdcd585
commit
75fc382f57
@ -1,3 +1,6 @@
|
|||||||
|
2003-07-28 Martin Vermeer <martin.vermeer@hut.fi>
|
||||||
|
* insetnote.C: Umpf. Hope I *now* get it right :-(
|
||||||
|
|
||||||
2003-07-28 Martin Vermeer <martin.vermeer@hut.fi>
|
2003-07-28 Martin Vermeer <martin.vermeer@hut.fi>
|
||||||
*insetnote.C: did the right fix to greyedout: \color
|
*insetnote.C: did the right fix to greyedout: \color
|
||||||
instead of \textcolor.
|
instead of \textcolor.
|
||||||
|
@ -162,7 +162,7 @@ int InsetNote::latex(Buffer const * buf, ostream & os,
|
|||||||
os << "%\n\\end{comment}\n";
|
os << "%\n\\end{comment}\n";
|
||||||
i += 3;
|
i += 3;
|
||||||
} else if (pt == "Greyedout") {
|
} else if (pt == "Greyedout") {
|
||||||
os << "\\normalcolor%\n}";
|
os << "\\normalcolor%\n";
|
||||||
i += 2;
|
i += 2;
|
||||||
}
|
}
|
||||||
return i;
|
return i;
|
||||||
|
Loading…
Reference in New Issue
Block a user