diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrreprt.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrreprt.cls | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrreprt.cls b/Master/texmf-dist/tex/latex/koma-script/scrreprt.cls index b11db22bf1e..56f2cf7895e 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrreprt.cls +++ b/Master/texmf-dist/tex/latex/koma-script/scrreprt.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 +%% <http://www.ctan.org/pub/tex-archive/macros/latex/base/>. %% %%% 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}{% scrreprt% @@ -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 @@ -3502,9 +3507,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 } |