summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/tocbasic.dtx
diff options
context:
space:
mode:
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''}