Enlarging Pages

LaTeX works very hard to find the best place to break between pages. If you are unhappy with the result, you can change it with the following two commands:

  1. \newpage will force the start of a new page.
  2. \enlargethispage{size} will increase the number of lines added to a page, where size is a measurement with units, such as 1in or 2cm.


2002-02-28