Possible Duplicate:
How to avoid splitting tables between sections
I have noticed that, by default, when you open a new section, it could interfere with the contents from the previous section. However, in my case I need the section to begin after all captions from the previous sections (figures, tables etc.) have been drawn.
I tried using multiple \newpage commands, but doesn't work. Any clever solution to this?
By the way, I don't mind setting some global document-level option so that it applies to the whole document (since I want to achieve the same globally).