]> git.lyx.org Git - features.git/commitdiff
LaTeXFeatures.cpp: "wrapfig" has to be loaded after "float"
authorUwe Stöhr <uwestoehr@web.de>
Sat, 22 Sep 2007 12:51:33 +0000 (12:51 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 22 Sep 2007 12:51:33 +0000 (12:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20430 a592a061-630c-0410-9148-cb99ea01b6c8

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",