]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
remove noload/don't typeset
[lyx.git] / src / lyx_sty.C
index 7450237ae22aab33e45203d6ad0edf109464c2cd..94078b90ff4710f89d27894ff1804058b99c5b53 100644 (file)
@@ -118,3 +118,7 @@ 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";