summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrkliof.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrkliof.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrkliof.dtx46
1 files changed, 37 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrkliof.dtx b/Master/texmf-dist/source/latex/koma-script/scrkliof.dtx
index fd349939f53..ec6d393a22f 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrkliof.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrkliof.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{312}
+% \CheckSum{337}
% \iffalse meta-comment
% ======================================================================
% scrkliof.dtx
@@ -58,7 +58,7 @@
%%% From File: scrkliof.dtx
%<*driver>
% \fi
-\ProvidesFile{scrkliof.dtx}[2008/10/16 v3.00 KOMA-Script (lists of)]
+\ProvidesFile{scrkliof.dtx}[2008/11/13 v3.01 KOMA-Script (lists of)]
% \iffalse
\documentclass[halfparskip-]{scrdoc}
\usepackage[english,ngerman]{babel}
@@ -620,13 +620,7 @@
% \cs{float@listhead} zu nennen, wurde dies in Version 2.8g angepasst.
% \begin{macrocode}
\newcommand*{\float@listhead}[1]{%
- \ClassWarning{\KOMAClassName}{%
- usage of deprecated \string\float@listhead!\MessageBreak
- You should use the features of package `tocbasic'\MessageBreak
- instead of \string\float@listhead.\MessageBreak
- Definition of \string\float@listhead\space my be removed from\MessageBreak
- KOMA-Script soon, so it should not be used
- }%
+ \scr@float@listhead@warning
\float@@listhead{#1}%
\@mkboth{#1}{#1}%
% \end{macrocode}
@@ -647,6 +641,40 @@
\fi
}
% \end{macrocode}
+% \begin{macro}{\scr@float@listhead@warning}
+% \changes{v3.01}{2008/11/13}{Neu (intern)}
+% Die Warnung für die Verwendung von \cs{float@listhead}, dessen Definition
+% irgendwann aus den Klassen verschwinden wird.
+% \begin{macrocode}
+\newcommand*{\scr@float@listhead@warning}{%
+ \ClassWarning{\KOMAClassName}{%
+ Usage of deprecated \string\float@listhead!\MessageBreak
+ You should use the features of package `tocbasic'\MessageBreak
+ instead of \string\float@listhead.\MessageBreak
+ Definition of \string\float@listhead\space my be removed from\MessageBreak
+ `\KOMAClassName' soon, so it should not be used
+ }%
+}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\scr@float@addtolists@warning}
+% \changes{v3.01}{2008/11/13}{Neu (intern)}
+% Die Warning für die Verwendung von \cs{float@addtolists}, dessen
+% Unterstützung irgendwann aus den Klassen verschwinden wird.
+% \begin{macrocode}
+\newcommand*{\scr@float@addtolists@warning}{%
+ \ClassWarningNoLine{\KOMAClassName}{%
+ \string\float@addtolists\space detected!\MessageBreak
+ You should use the features of package `tocbasic'\MessageBreak
+ instead of \string\float@addtolists.\MessageBreak
+ Support for \string\float@addtolists\space may be removed
+ from\MessageBreak
+ `\KOMAClassName' soon
+ }%
+ \global\let\scr@float@addtolists@warning\relax
+}
+% \end{macrocode}
+% \end{macro}
% \end{macro}
%
% \begin{macro}{\listfigurename}