On 2009-04-05, Vincent van Ravesteijn wrote:
> Sophie (itsme213) schreef:

>> Is there a way to get float figures to appear at or after the point in the 
>> text where they are introduced, even if that means the top of the *next* 
>> page?

Yes. Assuming a standard document where the floats shall stay floating:

1. use the standard latex package flafter which prevents moving a
   float to a place before its definition (not reference in the text).
   
   In the LaTeX preamble:
    
     \usepackage{flafter}  

2. In your document source, move the float-inset behind the
   introduction in the main text.

Günter

Reply via email to