由 MacKichan 找到的 :)
Error: Too many unprocessed floats
Version: 3.x, 4.x, 5.0 - Scientific WorkPlace & Scientific Word
Problem
Typesetting the document results in this LaTeX error message:
Too many unprocessed floats
The message appears in the LaTeX window and in the .log file for the document.
Explanation
Documents that contain many floating objects may occasionally encounter LaTeX processing problems. When you typeset your document, LaTeX tries to process floating objects as it encounters them, anchoring them throughout the document. However, if it can’t place an object because of its size or if float placement options don’t fit, LaTeX holds the object and all following floating objects until the end of the document. If there are too many such objects for LaTeX to handle, it generates the error message.
Solution
You can force LaTeX to process floating objects with a TeX command in the body of your document. Alternatively, you can use the float package to manage the placement of floating objects.




