Daniel Lohmann wrote:
> However, this solves only part of the problem: While report does not insert
> a page break before Chapter, it still does before (and after) Part :-/
Put this in preamble:
\renewcommand\part{%
\thispagestyle{\partpagestyle}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@spart
}
[EMAIL PROTECTED]
\ifnum [EMAIL PROTECTED] >-2\relax
\refstepcounter{part}%
[EMAIL PROTECTED]
\addcontentsline{toc}{part}{\protect\numberline{\thepart}#1}%
\else
\addcontentsline{toc}{part}{#1}%
\fi
\partmark{#1}%
[EMAIL PROTECTED]@[EMAIL PROTECTED]
\interlinepenalty [EMAIL PROTECTED]
\normalfont\sectfont
\ifnum [EMAIL PROTECTED] >-2\relax
[EMAIL PROTECTED]
\par
\fi
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\renewcommand\chapter{%
\thispagestyle{\chapterpagestyle}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter
}
HTH,
Jürgen