[OS X TeX] Chapter Title Page Formatting, Book Class

Morten Høgholm morten.hoegholm at latex-project.org
Wed Apr 6 22:37:01 CEST 2005


On Wed, 06 Apr 2005 22:22:55 +0200, Friedrich Vosberg <post at vatolin.de>  
wrote:

> What about:
>
> \chapter{It's all shit}
> \pagebreak
>
> Isn't it?

Not really. It'll certainly give you some nasty output when having  
twosided layout and \flushbottom in effect - which you ought to have for  
twosided.

Try running this:

\documentclass{book}
\begin{document}
\chapter{AAA}
\pagebreak
Normal text here.

\chapter{BBB}
\clearpage\noindent
Normal text here.
\end{document}

The best way is get the internal chapter macro to clear the page as one of  
the last things it does. I'd strongly suggest looking at the memoir class  
or the KomaScript ones as they are much better suited for real use than  
the book class.
-- 
Morten
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list