summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/source-doc/english/common-footnotes-experts.tex
blob: 142ec880f2b8e1da6860738f64cdd7a157bcc192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
% ======================================================================
% common-footnotes-experts.tex
% Copyright (c) Markus Kohm, 2022
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
% This work may be distributed and/or modified under the conditions of
% the LaTeX Project Public License, version 1.3c of the license.
% The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of LaTeX 
% version 2005/12/01 or later and of this work.
%
% This work has the LPPL maintenance status "author-maintained".
%
% The Current Maintainer and author of this work is Markus Kohm.
%
% This work consists of all files listed in manifest.txt.
% ======================================================================
%
% Paragraphs that are common for several chapters of the KOMA-Script guide
% Maintained by Markus Kohm
%
% ======================================================================

\KOMAProvidesFile{common-footnotes-experts.tex}
                 [$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: 2022-02-16

\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.hooks}). The first of these is used at the very
beginning of \Macro{@makefntext} before
\DescRef{maincls.cmd.raggedfootnote} is executed. The second one at the end
before the paragraph is finished. Currently neither hook is used by
\KOMAScript{} itself.%
\EndIndexGroup

%%% Local Variables:
%%% mode: latex
%%% coding: utf-8
%%% ispell-local-dictionary: "en_US"
%%% eval: (flyspell-mode 1)
%%% TeX-master: "../guide"
%%% End: