Frank Leone wrote:
> Thanks a lot for the answer, Jürgen, that indeed explains the problem. 
> However, I don't get why "Figure wrap float" does work, even though it is 
> also a float.

Don't know either. I suppose it is implemented differently-

> And the solution suggested on the website regrettably does not help in my 
> case: I can't switch the box and figure, as I need the lines of the box to 
> include the figure and, more importantly, the box float is (if I understand 
> correctly) the only multi-page float.
> 
> Is there a way to make the figure wrap float non-wrappable, i.e., to have
> no  text at the side(s)?
> 
> Thanks again!

Is it really important that your figure floats within the box, or do you just 
need the caption? In the latter case, you can use the nonfloat package.

In preamble:

\usepackage{nonfloat}

In the box:

<figure>
\figcaption{My figure}

Regards,
Jürgen

Reply via email to