I have one very figure-heavy chapter, and in a few places figures appear on a page by themselves. But when they do, they are floating in the middle of the page. How can I force them to appear at the top of the page when this happens? Various combinations of !ht, and tweaking parameters like this:
Code: Select all
\renewcommand{\topfraction}{0.85}
\renewcommand{\textfraction}{0.1}
\renewcommand{\floatpagefraction}{0.75}
What is the trick that I am missing?