Page LayoutAutomatic page break fails at some places

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Orangensaft
Posts: 1
Joined: Fri Mar 11, 2011 12:57 pm

Automatic page break fails at some places

Post by Orangensaft »

Hi,

I have a problem with my latex-formating which I don't quite understand: At the first chapter I am writing the page is not automatically breaking, everything longer than one page is just cut. Not using any different method it is working flawlessly with the following chapters.

Structure of the main file:
...
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
...

Structure of chapter1:
\chapter{Text1}
\label{Text2}
\section{Text3}
\label{Text4}
\paragraph{}

- no further settings -

Structure of chapter 2 is exactly the same, with no further settings. But the page is breaking just normally for chapter 2 and I cant write any more than one page in chapter 1 (no matter in which order I call them).

Hope somebody can help me with that.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

west.logan
Posts: 87
Joined: Tue Sep 14, 2010 6:58 pm

Re: Automatic page break fails at some places

Post by west.logan »

Please read the rules and then post a MWE. I'd like to know what class you're working in, for example.
Post Reply