diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/disser/disser.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/disser/disser.cls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/disser/disser.cls b/Master/texmf-dist/tex/latex/disser/disser.cls index fd4314afa55..e46edad9b4e 100644 --- a/Master/texmf-dist/tex/latex/disser/disser.cls +++ b/Master/texmf-dist/tex/latex/disser/disser.cls @@ -44,7 +44,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{disser}[2011/11/29 1.1.9 Document class for dissertations] +\ProvidesClass{disser}[2012/11/29 1.2.0 Document class for dissertations] \RequirePackage{kvoptions} @@ -298,7 +298,7 @@ \newcommand\doublespacing {\renewcommand\baselinestretch{2}\normalsize} \onehalfspacing -\setlength\parindent{1cm} +\setlength\parindent{5ex} \setlength\parskip{0\p@ \@plus \p@} @@ -1200,11 +1200,11 @@ \let\ps@plain=\ps@footcenter -\pagestyle{plain} +\pagestyle{headcenter} \def\chapterpagestyle#1{\gdef\@chapterpagestyle{#1}} -\chapterpagestyle{plain} +\chapterpagestyle{headcenter} \pagenumbering{arabic} \if@twoside\else\raggedbottom\fi \if@twocolumn |