On Thu, Mar 14, 2013 at 2:30 PM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: > Unfortunately LaTeX does not allows to do that. Morover, what you want in > general is "anywhere between the page of "1) Blabla" and the one "2) Blabla" > (but not before the page "1) Blabla". > > The "not before" can be obtained by including the float at the start of > section 1). From there, the float will be shown as soon as possible. The > fact is that there are some cases where there is no good way of actually > placing the float. > I think there is a way to do that. It has been discussed before in a different if similar context [1]. This document [2] gives an example. You may be able to get what you want by placing a \afterpage{clearpage} before starting a new section. Not tested, though.
Liviu [1] http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78829.html [2] http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf