After adding about 30 scanned images into an appendix, I started getting “too many unprocessed floats” errors. Doing a little digging, I found that many of the images were starting to back up on each other. LaTeX was getting plugged up and was barfing.
The solution:
Add this to your top-level file:
\usepackage[section] {placeins}
By using the placeins package with the section option selected, LaTeX is forced to dump all of the unprocessed floats at the end of each section. There are a few other ways to do it with that package but this way made the most sense to me. Doing that, I get no more errors! Well, at least from that problem.
Tags: LaTeX, Masters Thesis, placeins, usepackage
-
You just saved my day! Love you! Had the same problem and didn’t find a solution until I read your entry! Thanks very much!
-
Thanks for the tip! This was one of the top search results in Google (and only one which had a short and easy answer
. I was separating all my float images into separate chapters before I though of searching for this error. -
Thanks man,
You just saved me! 4 hours to the deadline and was stuck in arranging the report.
-
Ok. That is unfortunate. Ummm so for each chapter I guess I can have a designated appendix. Is that how you do this?? And then just place the figures into each appendix sectio with the \usepackage[section] {placeins} within the preamble and everything should be set??? I just want to understand how exactly you did this. Thanks so much for this blog!!

11 comments
Comments feed for this article
Trackback link: http://www.douglasvanbossuyt.com/2008/11/18/latex-too-many-unprocessed-floats-problem-and-solution/trackback/