summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/source-doc/english/common-footnotes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/koma-script/source-doc/english/common-footnotes.tex')
-rw-r--r--macros/latex/contrib/koma-script/source-doc/english/common-footnotes.tex47
1 files changed, 21 insertions, 26 deletions
diff --git a/macros/latex/contrib/koma-script/source-doc/english/common-footnotes.tex b/macros/latex/contrib/koma-script/source-doc/english/common-footnotes.tex
index 05f3555233..fbf2d311db 100644
--- a/macros/latex/contrib/koma-script/source-doc/english/common-footnotes.tex
+++ b/macros/latex/contrib/koma-script/source-doc/english/common-footnotes.tex
@@ -1,6 +1,6 @@
% ======================================================================
% common-footnotes.tex
-% Copyright (c) Markus Kohm, 2001-2021
+% Copyright (c) Markus Kohm, 2001-2022
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -16,41 +16,19 @@
% The Current Maintainer and author of this work is Markus Kohm.
%
% This work consists of all files listed in manifest.txt.
-% ----------------------------------------------------------------------
-% common-footnotes.tex
-% Copyright (c) Markus Kohm, 2001-2021
-%
-% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
-% Version 1.3c, verteilt und/oder veraendert werden.
-% Die neuste Version dieser Lizenz ist
-% http://www.latex-project.org/lppl.txt
-% und Version 1.3c ist Teil aller Verteilungen von LaTeX
-% Version 2005/12/01 oder spaeter und dieses Werks.
-%
-% Dieses Werk hat den LPPL-Verwaltungs-Status "author-maintained"
-% (allein durch den Autor verwaltet).
-%
-% Der Aktuelle Verwalter und Autor dieses Werkes ist Markus Kohm.
-%
-% Dieses Werk besteht aus den in manifest.txt aufgefuehrten Dateien.
% ======================================================================
%
% Paragraphs that are common for several chapters of the KOMA-Script guide
% Maintained by Markus Kohm
%
-% ----------------------------------------------------------------------
-%
-% Absaetze, die mehreren Kapiteln der KOMA-Script-Anleitung gemeinsam sind
-% Verwaltet von Markus Kohm
-%
% ======================================================================
\KOMAProvidesFile{common-footnotes.tex}
- [$Date: 2021-02-25 09:21:33 +0100 (Thu, 25 Feb 2021) $
+ [$Date: 2022-02-16 10:57:02 +0100 (Mi, 16. Feb 2022) $
KOMA-Script guide (common paragraphs: Footnotes)]
\translator{Markus Kohm\and Krickette Murabayashi\and Karl Hagen}
-% Date of the translated German file: 2021-05-25
+% Date of the translated German file: 2022-02-16
\section{Footnotes}
\seclabel{footnotes}%
@@ -630,12 +608,29 @@ empty definition, which is the default. The alignment commands of the
\end{Example}%
\fi
\EndIndexGroup
+
+\begin{Declaration}
+ \DoHook{footnote/text/begin}%
+ \DoHook{footnote/text/end}%
+\end{Declaration}
+\BeginIndex{}{hook}%
+For\ChangedAt{v3.36}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}\and \Package{scrextend}} experts there are also two hooks
+of type \emph{do-hook} (see \autoref{sec:scrbase.hooks} from
+\autopageref{sec:scrbase.hook}). The first of these is used at the very
+beginning of \Macro{@makefntext} before
+\DescRef{\LabelBase.cmd.raggedfootnote} is executed. The second one at the end
+before the paragraph is finished. Currently neither hook is used by
+\KOMAScript{} itself.%
+\EndIndexGroup
%
\EndIndexGroup
%%% Local Variables:
%%% mode: latex
-%%% coding: us-ascii
+%%% coding: utf-8
+%%% ispell-local-dictionary: "en_US"
+%%% eval: (flyspell-mode 1)
%%% TeX-master: "../guide"
%%% End: