]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / lyx_sty.C
index 9319529246f7d81ece810c7c964ec74bad5ffaea..cc6bf47e73a8e497e050b358a305ee140ad761de 100644 (file)
@@ -122,3 +122,7 @@ string const mathcircumflex_def =
 string const tabularnewline_def =
        "%% Because html converters don't know tabularnewline\n"
        "\\providecommand{\\tabularnewline}{\\\\}\n";
+
+string const lyxgreyedout_def =
+       "%% The greyedout annotation environment\n"
+       "\\newenvironment{lyxgreyedout}{\\color[gray]{0.8}}{}\n";