From 1f83c98eb46b8c383714e69ee0e61592dd402aab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 22 Sep 2007 12:51:33 +0000 Subject: [PATCH] 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 --- src/LaTeXFeatures.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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", -- 2.39.2