Generalnew sections at bottom of page not being pushed to next page

LaTeX specific issues not fitting into one of the other forums of this category.
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Re: new sections at bottom of page not being pushed to next page

Post by Juanjo »

Another hint: add \raggedbottom in the preamble. This may help to push section titles (and other material) to the next page, since pages along the document will not be vertically justified (there may be different blank spaces at the bottom of different pages). This is the default behaviour in one-sided documents.

If this does not help, provide the minimal example and the cls file corresponding to the doc class you are using.

A final remark: LaTeX is not perfect. Sometimes it needs some help from the user, which has to add some formatting commands. Perhaps, you should wait to have an (almost) final version of your document, and then add the required commands to fix problems (such as \newpage, \pagebreak, \enlargethispage,...)
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

sfranky
Posts: 9
Joined: Thu Nov 29, 2007 3:21 pm

Re: new sections at bottom of page not being pushed to next page

Post by sfranky »

I think I've found what the problem is..I get this everytime I end up with an ending picins paragraph, ie a paragraph that has a figure wrapped around it..
If i remove the picture, it's just fine.. So I guess I 'll try another package..wrapfig perhaps..
Thanks to everyone for helping!
Sotiris
Post Reply