]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / lyx_sty.C
index ed25658d3e06d81e16370426ba12227d57fbbafd..3bd1179874c40aa1318a2cc11458047af3dbff66 100644 (file)
@@ -30,7 +30,7 @@ string const lyxline_def =
 string const noun_def = "\\newcommand{\\noun}[1]{\\textsc{#1}}";
 
 string const lyxarrow_def =
-      "\\newcommand{\\lyxarrow}{\\leavevmode\\,$\\triangleright$\\,\\allowbreak}";
+       "\\newcommand{\\lyxarrow}{\\leavevmode\\,$\\triangleright$\\,\\allowbreak}";
 
 // for quotes without babel. This does not give perfect results, but
 // anybody serious about non-english quotes should use babel (JMarc).
@@ -125,7 +125,7 @@ string const tabularnewline_def =
 
 string const lyxgreyedout_def =
        "%% The greyedout annotation environment\n"
-       "\\newenvironment{lyxgreyedout}{\\color[gray]{0.8}}{}\n";
+       "\\newenvironment{lyxgreyedout}{\\textcolor[gray]{0.8}\\bgroup}{\\egroup}\n";
 
 // We want to omit the file extension for includegraphics, but this does not
 // work when the filename contains other dots.