diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/tocbasic.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/tocbasic.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty b/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty index f9e2d2a6f07..a696bbe8914 100644 --- a/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty +++ b/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty @@ -39,7 +39,7 @@ %% standard classes created by The LaTeX3 Project 1994-1996. %% %%% From File: tocbasic.dtx -\def\tocbasicversion{2009/01/01 v3.02} +\def\tocbasicversion{2009/01/20 v3.02a} \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{tocbasic} [\tocbasicversion @@ -289,21 +289,21 @@ \subsection[##1]{##1}% }{% \subsection*{##1}% + \ifx\@mkboth\@gobbletwo\else\markright{\MakeMarkcase{##1}}\fi \iftocfeature{\@currext}{totoc}{% \addcontentsline{toc}{subsection}{##1}% }{}% }% - \ifx\@mkboth\@gobbletwo\else\markright{\MakeMarkcase{##1}}\fi }{% \iftocfeature{\@currext}{numbered}{% \section[##1]{##1\@mkboth{##1}{##1}}% }{% \section*{##1}% + \@mkboth{\MakeMarkcase{##1}}{\MakeMarkcase{##1}}% \iftocfeature{\@currext}{totoc}{% \addcontentsline{toc}{section}{##1}% }{}% }% - \@mkboth{\MakeMarkcase{##1}}{\MakeMarkcase{##1}}% }% }% \else @@ -316,18 +316,18 @@ \iftocfeature{\@currext}{totoc}{% \addcontentsline{toc}{section}{##1}% }{}% + \ifx\@mkboth\@gobbletwo\else\markright{\MakeMarkcase{##1}}\fi }% - \ifx\@mkboth\@gobbletwo\else\markright{\MakeMarkcase{##1}}\fi }{% \iftocfeature{\@currext}{numbered}{% \chapter[##1]{##1\@mkboth{##1}{##1}}% }{% \chapter*{##1}% + \@mkboth{\MakeMarkcase{##1}}{\MakeMarkcase{##1}}% \iftocfeature{\@currext}{totoc}{% \addcontentsline{toc}{chapter}{##1}% }{}% }% - \@mkboth{\MakeMarkcase{##1}}{\MakeMarkcase{##1}}% }% }% \fi |