]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Fix RTL inset painting.
[lyx.git] / src / LaTeXFeatures.cpp
index a9ff651aa879c832c97df02625573bc603e80253..d22f881d7f934f742b89ce42effc5dd80043c294 100644 (file)
@@ -395,10 +395,14 @@ char const * simplefeatures[] = {
        "latexsym",
        "pifont",
        "subfigure",
-       "wrapfig",
        "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",