]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / LaTeXFeatures.cpp
index 2a3eec1efb4c67f1445d24049011dbca3804f15e..e60fd461d9a9c279c766da0efd4af2d68a8ed05f 100644 (file)
@@ -534,7 +534,8 @@ char const * simplefeatures[] = {
        "csquotes",
        "enumitem",
        "endnotes",
-       "ifthen"
+       "ifthen",
+       "amsthm"
 };
 
 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
@@ -575,7 +576,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