Balance Columns in Latex
Tuesday, June 7th, 2005We can use the latex package balance.sty (or flushend.sty) to level the columns on the last page of a latex document, this is also referred to as “equalization”.
\usepackage{balance}
… and at the end of the page to balance
\balance
I’ve also read here other ways of doing it.
Manually add \newpage command to where you think the document should [...]