]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Fix RTL inset painting.
[lyx.git] / src / LaTeXFeatures.cpp
index 44811fcfec248e008a26b4cb8346f8b3f77a1ffe..d22f881d7f934f742b89ce42effc5dd80043c294 100644 (file)
@@ -29,8 +29,6 @@
 #include "support/docstream.h"
 #include "support/filetools.h"
 
-#include "frontends/controllers/frontend_helpers.h"
-
 using std::endl;
 using std::find;
 using std::string;
@@ -397,15 +395,19 @@ char const * simplefeatures[] = {
        "latexsym",
        "pifont",
        "subfigure",
-       "floatflt",
        "varioref",
        "prettyref",
+       /* For a successful cooperation of the `wrapfig' package with the
+          `float' package you should load the `wrapfig' package *after*
+          the `float' package. See the caption package documentation
+          for explanation.*/
        "float",
+       "wrapfig",
        "booktabs",
        "dvipost",
        "fancybox",
        "calc",
-       "nicefrac",
+       "units",
        "tipa",
        "framed",
        "pdfcolmk",