I want to keep the right and left margin as latex default, but want to change the top and bottom ones, just to save a little paper since it's for personal use.
This is the relevant part of the preamble:
Code: Select all
\usepackage{fullpage}
\pagestyle{empty}
\usepackage[top=2.5cm,bottom=2.5cm,nohead,nofoot]{geometry}
But then, for example, I have a page where the top margin is 2.5cm, but the bottom one is 4cm, but next page you have four words ending the paragraph. Why does not Latex put them in the previous page having 1.5 cm free to use?