summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-27 02:00:27 +0000
committerKarl Berry <karl@freefriends.org>2009-01-27 02:00:27 +0000
commit990207a7872817b3d9945d710a389a0d76fe0260 (patch)
tree5cfe1dd7e1b3a5f32a086b2a4626260a46301c1e /Master/texmf-dist/tex/latex/koma-script/tocbasic.sty
parent859083925d4a5369db7c4336785eab6ce24a155e (diff)
koma-script update (26jan09)
git-svn-id: svn://tug.org/texlive/trunk@11990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/tocbasic.sty')
-rw-r--r--Master/texmf-dist/tex/latex/koma-script/tocbasic.sty10
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