diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/disser/disser.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/disser/disser.cls | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/disser/disser.cls b/Master/texmf-dist/tex/latex/disser/disser.cls index 33b9aab64a3..e7aa503146c 100644 --- a/Master/texmf-dist/tex/latex/disser/disser.cls +++ b/Master/texmf-dist/tex/latex/disser/disser.cls @@ -27,7 +27,7 @@ %% %% disser -- LaTeX document class for dissertations. %% -%% Copyright (c) 2004-2014 Stanislav Kruchinin +%% Copyright (c) Stanislav Kruchinin %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -44,7 +44,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{disser}[2015/01/03 1.3.1 % +\ProvidesClass{disser}[2015/07/25 1.3.2 % Document class for dissertations] \RequirePackage{kvoptions} @@ -295,10 +295,10 @@ \setlength\lineskip{1\p@} \setlength\normallineskip{1\p@} -\newcommand\singlespacing {\renewcommand\baselinestretch{1}\normalsize} -\newcommand\onehalfspacing{\renewcommand\baselinestretch{1.5}\normalsize} -\newcommand\doublespacing {\renewcommand\baselinestretch{2}\normalsize} -\onehalfspacing +\newcommand\disser@singlespacing {\renewcommand\baselinestretch{1}\normalsize} +\newcommand\disser@onehalfspacing{\renewcommand\baselinestretch{1.5}\normalsize} +\newcommand\disser@doublespacing {\renewcommand\baselinestretch{2}\normalsize} +\disser@onehalfspacing \setlength\parindent{5ex} @@ -1225,6 +1225,7 @@ \newcommand\topicfont{\large\bfseries} \newcommand\instfont{\normalfont} \newcommand\cdsep{~-- } + \newcommand\maketitle{} \setcounter{footnote}{0} \else |