summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/source/scrwfile.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/koma-script/source/scrwfile.dtx')
-rw-r--r--macros/latex/contrib/koma-script/source/scrwfile.dtx19
1 files changed, 12 insertions, 7 deletions
diff --git a/macros/latex/contrib/koma-script/source/scrwfile.dtx b/macros/latex/contrib/koma-script/source/scrwfile.dtx
index 054d051da8..25fa71ad3f 100644
--- a/macros/latex/contrib/koma-script/source/scrwfile.dtx
+++ b/macros/latex/contrib/koma-script/source/scrwfile.dtx
@@ -75,7 +75,7 @@
% Right brace \} Tilde \~}
%
% \iffalse
-%%% From File: $Id: scrwfile.dtx 3137 2019-04-04 06:07:07Z kohm $
+%%% From File: $Id: scrwfile.dtx 3392 2019-11-19 09:37:46Z kohm $
%<*dtx>
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\ProvidesFile{scrwfile.dtx}
@@ -449,6 +449,11 @@
% \end{macro}
%
% \begin{macro}{\TOCclone}
+% \changes{v3.28}{2019/11/18}{\cs{ifstr} umbenannt in \cs{Ifstr}}%^^A
+% \changes{v3.28}{2019/11/19}{\cs{ifattoclist} replaced by
+% \cs{Ifattoclist}}%^^A
+% \changes{v3.28}{2019/11/19}{\cs{iftocfeature} replaced by
+% \cs{Iftocfeature}}%^^A
% Clone the entries from the second (first mandatory) argument TOC to the
% third (second mandatory) argument TOC. If the first (optional) argument was
% given, define |\listof#3name| to this and also define |\listof#3| and clone
@@ -474,7 +479,7 @@
\scr@ifundefinedorrelax{scrwfile@clone@#3}{%
\expandafter\let\csname scrwfile@clone@#3\endcsname\@empty
}{}%
- \ifattoclist{#3}{%
+ \Ifattoclist{#3}{%
\PackageWarning{scrwfile}{`#3' already under control of
tocbasic.\MessageBreak
Nevertheless features will be set
@@ -483,14 +488,14 @@
\addtotoclist[TOCclone]{#3}%
}%
\setuptoc{#3}{nobabel}%
- \ifstr{#1}{}{%
+ \Ifstr{#1}{}{%
}{%
\@namedef{listof#3name}{#1}%
\@namedef{listof#3}{\listoftoc{#3}}%
- \iftocfeature{#2}{leveldown}{\setuptoc{#3}{leveldown}}{}%
- \iftocfeature{#2}{numbered}{\setuptoc{#3}{numbered}}{}%
- \iftocfeature{#2}{onecolumn}{\setuptoc{#3}{leveldownonecolumn}}{}%
- \iftocfeature{#2}{totoc}{\setuptoc{#3}{totoc}}{}%
+ \Iftocfeature{#2}{leveldown}{\setuptoc{#3}{leveldown}}{}%
+ \Iftocfeature{#2}{numbered}{\setuptoc{#3}{numbered}}{}%
+ \Iftocfeature{#2}{onecolumn}{\setuptoc{#3}{leveldownonecolumn}}{}%
+ \Iftocfeature{#2}{totoc}{\setuptoc{#3}{totoc}}{}%
}%
}
% \end{macrocode}