summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/source-doc/english/scrlfile.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/koma-script/source-doc/english/scrlfile.tex')
-rw-r--r--macros/latex/contrib/koma-script/source-doc/english/scrlfile.tex25
1 files changed, 8 insertions, 17 deletions
diff --git a/macros/latex/contrib/koma-script/source-doc/english/scrlfile.tex b/macros/latex/contrib/koma-script/source-doc/english/scrlfile.tex
index 1796a163c4..f3333d3140 100644
--- a/macros/latex/contrib/koma-script/source-doc/english/scrlfile.tex
+++ b/macros/latex/contrib/koma-script/source-doc/english/scrlfile.tex
@@ -46,11 +46,11 @@
% ============================================================================
\KOMAProvidesFile{scrlfile.tex}
- [$Date: 2019-10-10 10:04:30 +0200 (Thu, 10 Oct 2019) $
+ [$Date: 2019-12-03 09:41:21 +0100 (Tue, 03 Dec 2019) $
KOMA-Script guide (chapter: scrlfile)]
\translator{Gernot Hassenpflug\and Markus Kohm\and Karl Hagen}
-% Date of the translated German file: 2019-10-10
+% Date of the translated German file: 2019-12-03
\chapter{Controlling Package Dependencies with \Package{scrlfile}}
\labelbase{scrlfile}
@@ -215,25 +215,16 @@ later and outside the context of that class or package, you can use
The following example for class and package authors shows how \KOMAScript{}
itself makes use of the new commands. The class \Class{scrbook} contains the
following:
-% CORRECTED MESSAGE:
-% You are using an old version of the hyperref
-% package!\MessageBreak%
-% This version has a buggy hack in many
-% drivers,\MessageBreak%
-% causing \string\addchap\space to behave
-% strangely.\MessageBreak%
-% Please update hyperref to at least version
-% 6.71b}%
\begin{lstcode}
\AfterPackage{hyperref}{%
\@ifpackagelater{hyperref}{2001/02/19}{}{%
\ClassWarningNoLine{scrbook}{%
- You are using an old version of hyperref package!%
- \MessageBreak%
- This version has a buggy hack at many drivers%
- \MessageBreak%
- causing \string\addchap\space to behave strange.%
- \MessageBreak%
+ You are using an old version of the hyperref
+ package!\MessageBreak%
+ This version has a buggy hack in many
+ drivers,\MessageBreak%
+ causing \string\addchap\space to behave
+ strangely.\MessageBreak%
Please update hyperref to at least version
6.71b}}}
\end{lstcode}