summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/tocbasic.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-20 18:10:03 +0000
committerKarl Berry <karl@freefriends.org>2009-07-20 18:10:03 +0000
commitc085420206defb618b877e4e046024830c6ef8e1 (patch)
tree4871a44a4250285bfd69467785548085cf5ab21e /Master/texmf-dist/source/latex/koma-script/tocbasic.dtx
parentd0d80da633ecb4209bb8355828026d5cf5419ea7 (diff)
koma-script update (8jul09)
git-svn-id: svn://tug.org/texlive/trunk@14345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/tocbasic.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/tocbasic.dtx22
1 files changed, 16 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/tocbasic.dtx b/Master/texmf-dist/source/latex/koma-script/tocbasic.dtx
index bce4387a7e4..ec055861e4b 100644
--- a/Master/texmf-dist/source/latex/koma-script/tocbasic.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/tocbasic.dtx
@@ -66,7 +66,7 @@
%%% From File: tocbasic.dtx
%<*dtx|package|driver|doc|load>
% \fi
-\def\tocbasicversion{2009/01/20 v3.02a}
+\def\tocbasicversion{2009/06/08 v3.03b}
% \iffalse
%</dtx|package|driver|doc|load>
%<*dtx>
@@ -79,10 +79,10 @@
%<doc>\ProvidesFile{tocbasic.tex}
%<package>\ProvidesPackage{tocbasic}
%<*dtx|package|driver|doc>
- [\tocbasicversion
+ [\tocbasicversion\space KOMA-Script package
%</dtx|package|driver|doc>
%<driver> (driver)%
-%<package> (package)%
+%<package> (handling toc-files)%
%<doc> (manual)%
%<*dtx>
(dtx)%
@@ -1402,6 +1402,9 @@ be defined and used in \Macro{tocbasic@listhead}.
% \end{macro}
%
% \begin{macro}{\addtoeachtocfile}
+% \begin{macro}{\@addtoeachtocfile}
+% \begin{macro}{\@@addtoeachtocfile}
+% \changes{v3.03b}{2009/06/08}{typo fix at usage of \cs{doforeachtocfile}}
% This command calls \cs{addtocontents} with the section, mandatory
% argument for each toc-file at the list of toc-files. If the first,
% optional argument was given this will be done only for the toc-files of
@@ -1417,10 +1420,12 @@ be defined and used in \Macro{tocbasic@listhead}.
\doforeachtocfile[{#1}]{\addtocontents{\@currext}{#2}}%
}
\newcommand{\@@addtoeachtocfile}[1]{%
- \doforeachfocfile{\addtocontents{\@currext}{#1}}%
+ \doforeachtocfile{\addtocontents{\@currext}{#1}}%
}
% \end{macrocode}
% \end{macro}
+% \end{macro}
+% \end{macro}
%
% \begin{macro}{\addcontentslinetoeachtocfile}
% Something like a combination of \cs{addtoeachtocfile} and
@@ -1547,7 +1552,10 @@ be defined and used in \Macro{tocbasic@listhead}.
% \end{macro}
%
% \begin{macro}{\listofeachtoc}
-% Another example of using \cs{doforeachtoc}.
+% \begin{macro}{\@listofeachtoc}
+% \begin{macro}{\@@listofeachtoc}
+% \changes{v3.03b}{2009/06/08}{typo fix at usage of \cs{doforeachtocfile}}
+% Another example of using \cs{doforeachtocfile}.
% \begin{macrocode}
\newcommand*{\listofeachtoc}{%
\@ifnextchar [%]
@@ -1557,10 +1565,12 @@ be defined and used in \Macro{tocbasic@listhead}.
\doforeachtocfile[{#1}]{\listoftoc{\@currext}}%
}
\newcommand{\@@listofeachtoc}[1]{%
- \doforeachfocfile{\listoftoc{\@currext}}%
+ \doforeachtocfile{\listoftoc{\@currext}}%
}
% \end{macrocode}
% \end{macro}
+% \end{macro}
+% \end{macro}
%
% \begin{macro}{\tocbasic@listhead}
% \changes{v3.02a}{2009/01/20}{no explicite marks if ``numbered''}