X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.C;h=cc6bf47e73a8e497e050b358a305ee140ad761de;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=7450237ae22aab33e45203d6ad0edf109464c2cd;hpb=50a25e9a76d753f5229b4fca1076e242a99af467;p=lyx.git diff --git a/src/lyx_sty.C b/src/lyx_sty.C index 7450237ae2..cc6bf47e73 100644 --- a/src/lyx_sty.C +++ b/src/lyx_sty.C @@ -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";