]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / lyx_sty.C
index 7450237ae22aab33e45203d6ad0edf109464c2cd..9319529246f7d81ece810c7c964ec74bad5ffaea 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";