diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrbook.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrbook.cls | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrbook.cls b/Master/texmf-dist/tex/latex/koma-script/scrbook.cls index 22020c4c848..8268961f4d5 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrbook.cls +++ b/Master/texmf-dist/tex/latex/koma-script/scrbook.cls @@ -59,7 +59,8 @@ %% the file `manifest.txt'. See also `lppl.txt' or `lppl-de.txt' for %% additional information. %% -%% If this file is a beta version, you are not allowed to distribute it. +%% If this file is a beta version, you may not be allowed to distribute +%% it. Look at the comments below to see if this is the case. %% %% English and German manuals are part of KOMA-Script bundle. %% ---------------------------------------------------------- @@ -94,7 +95,7 @@ \fi } \fi - \@CheckKOMAScriptVersion{2009/04/03 v3.03a KOMA-Script}% + \@CheckKOMAScriptVersion{2009/07/07 v3.04 KOMA-Script}% \endgroup \newcommand*{\KOMAClassName}{% scrbook% @@ -108,7 +109,7 @@ %%% From File: scrkbase.dtx \RequirePackage{scrkbase}[\KOMAScriptVersion] %%% From File: tocbasic.dtx -\def\tocbasicversion{2009/01/20 v3.02a} +\def\tocbasicversion{2009/06/08 v3.03b} \edef\@tempa{\noexpand\RequirePackage{tocbasic}[\tocbasicversion]} \@tempa \AtAddToTocList[\@currname.\@currext]{\setuptoc{\@currext}{onecolumn}}% @@ -172,8 +173,10 @@ \@namedef{scr@v@3.02}{9} \@namedef{scr@v@3.02b}{9} \@namedef{scr@v@3.02c}{10} -\@namedef{scr@v@3.03}{0} -\@namedef{scr@v@3.03a}{0} +\@namedef{scr@v@3.03}{10} +\@namedef{scr@v@3.03a}{10} +\@namedef{scr@v@3.03b}{10} +\@namedef{scr@v@3.04}{10} \@namedef{scr@v@last}{10} %%% From File: scrkmisc.dtx \KOMA@key{draft}[true]{% @@ -1806,7 +1809,9 @@ \thechapter\autodot\enskip} \newcounter{section}[chapter] \renewcommand*\thesection{% - \ifnum \scr@compatibility>\@nameuse{scr@v@2.97d}\relax + \ifnum \scr@compatibility>\@nameuse{scr@v@2.97d} % the space before this + % comment should be \relax but hyperref has a + % not documented problem with \relax \if@mainmatter\thechapter.\fi \else \thechapter.% |