]> git.lyx.org Git - features.git/commitdiff
amsthm support.
authorRichard Heck <rgheck@comcast.net>
Thu, 10 Jan 2008 04:14:22 +0000 (04:14 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 10 Jan 2008 04:14:22 +0000 (04:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22460 a592a061-630c-0410-9148-cb99ea01b6c8

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