]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
cosmetics
[lyx.git] / src / LaTeXFeatures.cpp
index 887651d4c58b96206c18b9c8f1a971445aa55688..3abf35872cb18ff54e82feee8c565b1bdf907767 100644 (file)
@@ -510,6 +510,7 @@ char const * simplefeatures[] = {
          the `float' package. See the caption package documentation
          for explanation.*/
        "float",
+       "rotfloat",
        "wrapfig",
        "booktabs",
        "dvipost",
@@ -533,7 +534,9 @@ char const * simplefeatures[] = {
        "covington",
        "csquotes",
        "enumitem",
-       "endnotes"
+       "endnotes",
+       "ifthen",
+       "amsthm"
 };
 
 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
@@ -574,7 +577,7 @@ string const LaTeXFeatures::getPackages() const
             params_.use_esint == BufferParams::package_off)) {
                packages << "\\usepackage{amsmath}\n";
        }
-
+       
        // wasysym is a simple feature, but it must be after amsmath if both
        // are used
        // wasysym redefines some integrals (e.g. iint) from amsmath. That