From d9a28f240927d595970990e323f189f3ed45bdaf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 31 Mar 2009 00:25:41 +0000 Subject: koma-script update (30mar09) git-svn-id: svn://tug.org/texlive/trunk@12579 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/koma-script/scrbook.cls | 23 +++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/tex/latex/koma-script/scrbook.cls') diff --git a/Master/texmf-dist/tex/latex/koma-script/scrbook.cls b/Master/texmf-dist/tex/latex/koma-script/scrbook.cls index 479de0783b6..c9c9954477e 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrbook.cls +++ b/Master/texmf-dist/tex/latex/koma-script/scrbook.cls @@ -67,8 +67,10 @@ %% See `README'. %% %% The KOMA-Script bundle (but maybe not this file) was based upon the -%% LaTeX2.09 Script family created by Frank Neukam 1993 and the LaTeX2e -%% standard classes created by The LaTeX3 Project 1994-1996. +%% LaTeX 2.09 Script family created by Frank Neukam 1993 and the LaTeX2e +%% standard classes created by The LaTeX3 Project 1994-1996. You may +%% find a complete unmodified copy of LaTeX2e at +%% . %% %%% From File: scrkvers.dtx \begingroup @@ -92,7 +94,7 @@ \fi } \fi - \@CheckKOMAScriptVersion{2009/01/24 v3.02b KOMA-Script}% + \@CheckKOMAScriptVersion{2009/04/01 v3.03 KOMA-Script}% \endgroup \newcommand*{\KOMAClassName}{% scrbook% @@ -169,7 +171,9 @@ \@namedef{scr@v@3.01c}{9} \@namedef{scr@v@3.02}{9} \@namedef{scr@v@3.02b}{9} -\@namedef{scr@v@last}{9} +\@namedef{scr@v@3.02c}{10} +\@namedef{scr@v@3.03}{0} +\@namedef{scr@v@last}{10} %%% From File: scrkmisc.dtx \KOMA@key{draft}[true]{% \KOMA@set@ifkey{draft}{@tempswa}{#1}% @@ -179,7 +183,8 @@ \setlength{\overfullrule}{\z@}% \fi } -\KOMA@DeclareStandardOption{final}{draft=false} +\KOMA@DeclareStandardOption +{final}{draft=false} \DeclareOption{leqno}{\input{leqno.clo}} \DeclareOption{fleqn}{\input{fleqn.clo}} %%% From File: scrklang.dtx @@ -3532,9 +3537,13 @@ } \newenvironment{labeling}[2][]{% \def\sc@septext{#1}% - \list{}{\settowidth{\labelwidth}{#2#1}% + \list{}{\settowidth{\labelwidth}{{% + \usekomafont{labelinglabel}{#1% + \usekomafont{labelingseparator}{\sc@septext}}% + }}% \leftmargin\labelwidth \advance\leftmargin by \labelsep - \let\makelabel\labelinglabel}% + \let\makelabel\labelinglabel + }% }{% \endlist } -- cgit v1.2.3