]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
[lyx.git] / src / LaTeXFeatures.cpp
index c28d7958f6908e64ef3818b6fe518a25decfe618..d4b0018b73dbe936743f71bc5a52c7fd7a603dfd 100644 (file)
@@ -975,6 +975,7 @@ char const * simplefeatures[] = {
        "forest",
        "varwidth",
        "footnote",
+       "tablefootnote",
 };
 
 char const * bibliofeatures[] = {
@@ -1317,6 +1318,9 @@ TexString LaTeXFeatures::getMacros() const
                macros << getPreambleSnippets();
        }
 
+       if (mustProvide("xetexdashbreakstate"))
+               macros << "\\XeTeXdashbreakstate 0" << '\n';
+
        if (mustProvide("papersize")) {
                if (runparams_.flavor == OutputParams::LATEX
                    || runparams_.flavor == OutputParams::DVILUATEX)