diff options
-rw-r--r-- | thesis.sty | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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} |