diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-23 22:45:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-23 22:45:06 +0000 |
commit | 53ef995986cf28c61e47d976d1a2b681ef9e1d7b (patch) | |
tree | cabcc73146cc6a28a6e08341326672a8e35b0416 /Master/texmf-dist/tex/latex/disser/disser.cls | |
parent | 3f66843772666314e29eaff3a4257870505321dd (diff) |
disser (23nov12)
git-svn-id: svn://tug.org/texlive/trunk@28342 c570f23f-e606-0410-a88d-b1316a301751
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 |