diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls index 29ffc81aded..e62edb734cb 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls +++ b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls @@ -1,6 +1,6 @@ % ====================================================================== % scrguide.cls -% Copyright (C) 2005-2006 Markus Kohm +% Copyright (C) 2005-2007 Markus Kohm % % This file is part of the LaTeX2e KOMA-Script bundle. % @@ -18,7 +18,7 @@ % This work consists of all files listed in manifest.txt. % ---------------------------------------------------------------------- % scrguide.cls -% Copyright (C) 2005-2006 Markus Kohm +% Copyright (C) 2005-2007 Markus Kohm % % Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, % Version 1.3b, verteilt und/oder veraendert werden. @@ -38,7 +38,7 @@ % \section{Identification} % % \begin{macrocode} -\ProvidesClass{scrguide}[2006/07/01 v0.9a internal KOMA-Script guide class] +\ProvidesClass{scrguide}[2007/01/06 v0.9c internal KOMA-Script guide class] % \end{macrocode} % % @@ -78,7 +78,14 @@ % these options will be processed by |\LoadClassWithOptions| below. % \begin{macrocode} \ExecuteOptions{pagereftolabel,lessindexnotes} -\PassOptionsToClass{bibtotoc,idxtotoc,tablecaptionabove}{scrguide} +\PassOptionsToClass{% + version, + bibtotoc, + idxtotoc, + tablecaptionabove, + smallheadings, + cleardoubleplain +}{scrguide} \ProcessOptions\relax % \end{macrocode} % @@ -122,7 +129,7 @@ }% \newcommand*{\iffree}{\@firstoftwo}% \usepackage{lmodern}% - \@twosidefalse\@openrightfalse + \@twosidefalse\@openrightfalse\@mparswitchfalse \RequirePackage{geometry}% \geometry{papersize={140mm,210mm},% includehead,includemp,reversemp,marginparwidth=2em,% |