On Sat, 26 Jan 2002, Hanxue Lee wrote: > How can I add a new pagebreak at the end of every Section?
\let\mySec\section
\renewcommand{\section}[1]{%
\mySec{#1}\newpage%
}
Herbert
On Sat, 26 Jan 2002, Hanxue Lee wrote: > How can I add a new pagebreak at the end of every Section?
\let\mySec\section
\renewcommand{\section}[1]{%
\mySec{#1}\newpage%
}
Herbert