summaryrefslogtreecommitdiff
path: root/thesis.sty
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.sty')
-rw-r--r--thesis.sty8
1 files changed, 7 insertions, 1 deletions
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}