From f7e754b4f93693677f2d73f05572e6ff4a4fd973 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 16:22:05 +0100 Subject: thesis.sty: Start every section on a new page --- thesis.sty | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/thesis.sty b/thesis.sty index bd3d0c1..0ca4953 100644 --- a/thesis.sty +++ b/thesis.sty @@ -25,8 +25,14 @@ \setlength{\parsep}{0pt} } +\let\oldsection\section +\def\section{ +\newpage +\oldsection +} + \def\DBKcover{ -\ifthenelse{\equal{\DBKedition}{}}{\def\edhead{}}{\def\edhead{Ed. \DBKedition}} +%\ifthenelse{\equal{\DBKedition}{}}{\def\edhead{}}{\def\edhead{Ed. \DBKedition}} % interligne double \setlength{\oldbaselineskip}{\baselineskip} -- cgit