]> 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 7450237ae22aab33e45203d6ad0edf109464c2cd..cc6bf47e73a8e497e050b358a305ee140ad761de 100644 (file)
@@ -118,3 +118,11 @@ string const binom_def =
 string const mathcircumflex_def =
        "%% For printing a cirumflex inside a formula\n"
        "\\newcommand{\\mathcircumflex}[0]{\\mbox{\\^{}}}\n";
+
+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";