layout - Prevent figures/listings from being inserted into specific parts of a LaTeX document -


i have part in document text , listings/figures in between. figures , listings positioned using htb.

following part a, there bibliography. couple of figures not fit , therefore offset page, fine. but: want limit offset space part , not have figures placed within bibliography text. also, don't want force page of float figures (hp positioning or something). page of floats @ end of part , before bibliography fine.

so questions is, there way exclude parts of latex document being used positioning floats did not fit someplace before?

maybe i'm missing something, couldn't put \clearpage right before bibliography? forces out floats haven't found place yet.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -