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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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