From: Uwe Stöhr Date: Sat, 22 Sep 2007 12:51:33 +0000 (+0000) Subject: LaTeXFeatures.cpp: "wrapfig" has to be loaded after "float" X-Git-Tag: 1.6.10~8236 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1f83c98eb46b8c383714e69ee0e61592dd402aab;p=features.git LaTeXFeatures.cpp: "wrapfig" has to be loaded after "float" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20430 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index a9ff651aa8..d22f881d7f 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -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",