On 2009-05-28, Marcelo Reis wrote: > Guys, Maybe I'm to stupid, but is there any trick to insert a figure in > Lyx?!?!
> In editing mode I inserted it on chapter two of my document and it is
> perfect.
> After I create the PDF ou DVI file the image automatically goes to the
> Chapter one?!?
> Any ideas?
The package flafter.sty ensures, that a float is never placed before the
position where it is defined in the source.
Document>Settings>LaTeX preamble:
\usepackage{flafter}
Günter
