GeneralPagebreak within a chapter?

LaTeX specific issues not fitting into one of the other forums of this category.
rand0m3r
Posts: 6
Joined: Fri Oct 03, 2008 1:09 pm

Re: Pagebreak within a chapter?

Post by rand0m3r »

thanks. that sort of works. i can get all the section headings to appear at the top of each page. but for the page before a new section, there is a figure and its hanging in the middle of the page. i'd like to have it at the top of the page. how do i do that?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Pagebreak within a chapter?

Post by Stefan Kottwitz »

Try this:

Code: Select all

\makeatletter
\setlength{\@fptop}{0pt}
\makeatother
Stefan
LaTeX.org admin
rand0m3r
Posts: 6
Joined: Fri Oct 03, 2008 1:09 pm

Re: Pagebreak within a chapter?

Post by rand0m3r »

thanks.
Post Reply