summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/koma-script/scrwfile.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrwfile.sty')
-rw-r--r--Master/texmf-dist/tex/latex/koma-script/scrwfile.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrwfile.sty b/Master/texmf-dist/tex/latex/koma-script/scrwfile.sty
index 2dd871b278b..9e8023682e8 100644
--- a/Master/texmf-dist/tex/latex/koma-script/scrwfile.sty
+++ b/Master/texmf-dist/tex/latex/koma-script/scrwfile.sty
@@ -39,7 +39,7 @@
%% find a complete unmodified copy of LaTeX2e at
%% <http://mirror.ctan.org/tex-archive/macros/latex/base/>.
%%
-%%% 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 $
\NeedsTeXFormat{LaTeX2e}[1995/06/01]
\ProvidesPackage{scrwfile}
[2013/08/05 v0.1f-alpha KOMA-Script package (write and clone files)]
@@ -214,7 +214,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
@@ -223,14 +223,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}}{}%
}%
}
%%% From File: $Id: scrlogo.dtx 2640 2017-05-08 09:36:55Z kohm $