diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-14 18:47:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-14 18:47:01 +0000 |
commit | 899fb3d535cb0d801d8f1f8b528b47581e73f2f7 (patch) | |
tree | cd0411c7573a7f8b5675d22616e86acb3fdb4ef1 /Master/texmf-dist/tex/latex/koma-script/scrbook.cls | |
parent | 36abc440c0bf73c8e646035470099b88b1b41ce2 (diff) |
koma-script update (7jan09)
git-svn-id: svn://tug.org/texlive/trunk@11872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrbook.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrbook.cls | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrbook.cls b/Master/texmf-dist/tex/latex/koma-script/scrbook.cls index b5cd0cfebe6..ff3bd2d5ce2 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrbook.cls +++ b/Master/texmf-dist/tex/latex/koma-script/scrbook.cls @@ -40,7 +40,7 @@ %% scrklist.dtx (with options: `class,book,body') %% scrlogo.dtx (with options: `logo') %% -%% Copyright (c) 1994-2007 +%% Copyright (c) 1994-2009 %% Markus Kohm and any individual authors listed elsewhere in this file. %% %% This file was generated from file(s) of the KOMA-Script bundle. @@ -92,7 +92,7 @@ \fi } \fi - \@CheckKOMAScriptVersion{2008/12/09 v3.01b KOMA-Script}% + \@CheckKOMAScriptVersion{2009/01/01 v3.02 KOMA-Script}% \endgroup \newcommand*{\KOMAClassName}{% scrbook% @@ -106,7 +106,7 @@ %%% From File: scrkbase.dtx \RequirePackage{scrkbase}[\KOMAScriptVersion] %%% From File: tocbasic.dtx -\def\tocbasicversion{2008/11/13 v3.01} +\def\tocbasicversion{2009/01/01 v3.02} \edef\@tempa{\noexpand\RequirePackage{tocbasic}[\tocbasicversion]} \@tempa \AtAddToTocList[\@currname.\@currext]{\setuptoc{\@currext}{onecolumn}}% @@ -166,6 +166,8 @@ \@namedef{scr@v@3.01}{8} \@namedef{scr@v@3.01a}{8} \@namedef{scr@v@3.01b}{9} +\@namedef{scr@v@3.01c}{9} +\@namedef{scr@v@3.02}{9} \@namedef{scr@v@last}{9} %%% From File: scrkmisc.dtx \KOMA@key{draft}[true]{% @@ -1851,6 +1853,13 @@ \newcommand*{\partheadendvskip}{% \vfil\newpage } +\newcommand*{\partheademptypage}{% + \if@twoside\if@openright + \null% + \thispagestyle{empty}% + \newpage + \fi\fi +} \newcommand\part{\if@openright\cleardoublepage\else\clearpage\fi \thispagestyle{\partpagestyle}% \if@twocolumn @@ -1899,11 +1908,7 @@ } \newcommand*{\@endpart}{\vbox to\z@{\use@preamble{part@u}\vss}% \partheadendvskip - \if@twoside\if@openright - \null% - \thispagestyle{empty}% - \newpage - \fi\fi + \partheademptypage \if@tempswa \twocolumn \fi @@ -3532,7 +3537,10 @@ }{% \endlist } -\newcommand\labelinglabel[1]{#1\hfil\sc@septext} +\newcommand\labelinglabel[1]{% + \usekomafont{labelinglabel}{#1\hfil + \usekomafont{labelingseparator}{\sc@septext}}% +} \newenvironment{verse}{% \let\\=\@centercr \list{}{\itemsep=\z@ @@ -3600,6 +3608,8 @@ } \newcommand*\descfont{\sffamily\bfseries} \newcommand*{\scr@fnt@descriptionlabel}{\descfont} +\newkomafont{labelinglabel}{} +\newkomafont{labelingseparator}{} %%% From File: scrlogo.dtx \@ifundefined{KOMAScript}{% \DeclareRobustCommand{\KOMAScript}{\textsf{K\kern.05em O\kern.05em% |