When I use \pagebreak in a two-column text, the paragraphs are spread out by vertical spaces only in the current column, so the whole page looks unbalanced (the right column has large spaces between paragraphs, the left column doesn't). Is there a way to make the spaces the same?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Use Edit: For a balanced layout, use |
|||||||
|
twocolumdocument class option. You might consider the multicol package, instead, that does column balancing. But this requires closing the environment, issuing\pagebreakand reopening the environment. May you be more precise about your needs? – egreg Sep 20 '11 at 12:35