On Wed, Jun 27, 2001 at 06:49:11PM +0200, Herbert Voss wrote:
> > Kent Kostuk wrote:
> >
> > As I mentioned before. The file that I have attached runs into the
> > footer section of some pages. I didn't recall doing anything out of
> > the ordinary, but given I am still experimenting there is always the
> > chance I took a wrong turn somewhere.
>
> you had no standard text, only section, subsection, aso. so latex
> can't formatting this stuff. have a look at the attached file
> it's another solution.
I think that Kent intends to add text between the section and subsections,
so he can't use enumerate instead of section commands.
If printing of the outline is necessary, I suggest trying to redefine the
\section,\subsection and \subsubsection commands.
For example, put the following line in the preamble
\let\oldsubsubsection=\subsubsection
\renewcommand{\subsubsection}[1]{\oldsubsubsection{#1}\pagebreak[0]}
(erase these lines when you have written the text)