Martin Vermeer wrote: > But now I checked in the correct version. Call me pedantic, but you still have missed one important detail (have a cloooooose look ;-).
Juergen.
Index: src/insets/insetnote.C =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetnote.C,v retrieving revision 1.33 diff -u -r1.33 insetnote.C --- src/insets/insetnote.C 28 Jul 2003 07:50:24 -0000 1.33 +++ src/insets/insetnote.C 28 Jul 2003 08:18:28 -0000 @@ -162,7 +162,7 @@ os << "%\n\\end{comment}\n"; i += 3; } else if (pt == "Greyedout") { - os << "\\normalcolor%\n}"; + os << "\\normalcolor%\n"; i += 2; } return i;