A major one at the moment seems to be when there is more than a single page worth of text in (for instance) the abstract environment. If there is, the title ends up stranded at the bottom of one page, and the text starting on the next! =-(
Here's the bit of code to define the abstract:
Code: Select all
\newenvironment{abstract}{\btypeout{Abstract Page}\thispagestyle{empty}\null\vfil\begin{center}\setlength{\parskip}{0pt}{\normalsize \UNIVNAME \par}\bigskip{\underline{ABSTRACT} \par}\bigskip{\normalsize \FACNAME \par}{\normalsize \DEPTNAME \par}\bigskip{\normalsize \underline{Doctor of Philosophy}\par}\bigskip{\normalsize\bf \title \par}\medskip{\normalsize by \authornames \par}\bigskip\end{center}}
Cheers
Mark