\FloatBarrier seems to have no effect on wrapfigure
PS I am aware that wrapfigure does not work inside of environments
like {theorem} and I am not putting it there
Thank you in advance
Victor
could you be a bit more specific, as far as I know wrapfigure is not a
float, do \FloatBarrier would not have any effect.
What are you trying to do?
/daleif
I presume you are specifying a non-floating wrapfigure (lower-case
placement letter). In that case you should see a warning message like
"Stationary wrapfigure forced to float". You shoul check your log
file
for a reason it had to float. This usually happens when another
wrapfigure is still being processed, since the paragraph shape can't
be adjusted for both simultaneously.
To automatically avoid such collisions, put \wrapfill before your
wrapfigure.
Note that bad page breaks do not force a stationary wrapfigure to
float. To avoid bad page breaks you should probably put
\needspace{size} before your wrapfigure.
Donald Arseneau
as...@triumf.ca
From log file:
Package wrapfig Warning: Stationary wrapfigure forced to float on
input line 19
38. However there are no other wrapfigures (but I load subfig and use
it - mention just in case)
\usepackage{wrapfig}
\wrapfill placed inside or outside of wrapfigure results in
! Undefined control sequence.
l.1931 \wrapfill
Victor
PS As I running TL2008 regularly updated I use supposedly the latest
W R A P F I G . S T Y ver 3.6 (Jan 31, 2003)
yup. wrapfig doesn't define it.
>PS As I running TL2008 regularly updated I use supposedly the latest
>W R A P F I G . S T Y ver 3.6 (Jan 31, 2003)
that's the current version on the archive.
--
Robin Fairbairns, Cambridge
Oh dear, I do seem to leave things unfinished.
I have
W R A P F I G . S T Y ver 3.7 (March 19, 2004).
I wonder where I got it :-)
There might be a temporary redefinition of \par or something like
that which is interfering at the placement point. I'd probably have
to look at a sample document with tracing to be sure.
Donald Arseneau