I have too many sections... too lazy

Thanks!
Axel
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\let\stdsection\section
\renewcommand\section{\clearpage\stdsection}
Code: Select all
\makeatletter
\renewcommand\section{\ifnum\c@section>0{\clearpage}\else\fi\stdsection}
\makeatother
Code: Select all
\makeatletter
\let\stdsection\section
\renewcommand\section{\ifnum\c@section>0{\clearpage}\else\fi\stdsection}
\makeatother
NEW: TikZ book now 40% off at Amazon.com for a short time.