summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2025-01-29 20:31:33 +0000
committerKarl Berry <karl@freefriends.org>2025-01-29 20:31:33 +0000
commit021dfff15f3abf9e6a54a1511548a3f403210eeb (patch)
tree5fb7f0edfcc1269196b62b9cbd4dee90510a2794 /Master/texmf-dist/tex/latex
parent821ebe75ad97c9d1fbfc9b9e18893896e454503d (diff)
footnoterange (29jan25)
git-svn-id: svn://tug.org/texlive/trunk@73642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/footnoterange/footnoterange.sty24
1 files changed, 11 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/footnoterange/footnoterange.sty b/Master/texmf-dist/tex/latex/footnoterange/footnoterange.sty
index 066a2e02550..f7ef0598d62 100644
--- a/Master/texmf-dist/tex/latex/footnoterange/footnoterange.sty
+++ b/Master/texmf-dist/tex/latex/footnoterange/footnoterange.sty
@@ -9,10 +9,10 @@
%% This is a generated file.
%%
%% Project: footnoterange
-%% Version: 2023-02-25 v1.1a
+%% Version: 2025-01-27 v1.1b
%% Info: References to ranges of footnotes
%%
-%% Copyright (C) 2012 - 2023 by
+%% Copyright (C) 2012 - 2025 by
%% H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
%% Portions of code copyrighted by other people as marked;
%% lines marked "FMi": code by Frank Mittelbach, thanks!
@@ -43,20 +43,18 @@
%% Hans-Klaus Muench + 2014-08-24
%%
\NeedsTeXFormat{LaTeX2e}[2022-11-01]
-\ProvidesPackage{footnoterange}[2023-02-25 v1.1a %
+\ProvidesPackage{footnoterange}[2025-01-27 v1.1b %
References to ranges of footnotes (HMM)]
%% Provides the footnoterange and footnoterange* environments
%% to refer to ranges of footnotes.
-\@ifl@t@r\fmtversion{2022/11/01}{% would have understood
- % \IfFormatAtLeastTF{2022-11-01}{<true code>}{<false code>}
+\@ifl@t@r\fmtversion{2024/11/01}{% would have understood
+ % \IfFormatAtLeastTF{2024-11-01}{<true code>}{<false code>}
}{\PackageError{footnoterange}{%
Newer LaTeX format needed or older footnoterange package%
- }{Needed LaTeX format version: 2022-11-01 or newer.\MessageBreak%
+ }{Needed LaTeX format version: 2024-11-01 or newer.\MessageBreak%
Found\space\space LaTeX format version: \fmtversion.\MessageBreak%
- Either update your TeX distribution\MessageBreak%
- or use an archived version of footnoterange\MessageBreak%
- (see section History in the documentation).\MessageBreak%
+ Please update your TeX distribution.%
}
}
@@ -76,20 +74,20 @@
\nolinebreak%
% no \footnotemark here
\addtocounter\@mpfn{+1}%
- \IfPackageLoadedTF{hyperref}{\fnr@ifhyperrfn}{\relax}%
+ \IfPackageLoadedT{hyperref}{\fnr@ifhyperrfn}%
\xdef\fnr@opt{#1}% contains the optional argument
\xdef\fnr@arabic{\arabic\@mpfn}%
- \protected@edef\fnr@formated{\thefootnote}%
+ \protected@edef\fnr@formatted{\thefootnote}%
\ifx\fnr@opt\empty\relax%
\footnotetext{\label{fnr:\fnr@arabic}#2}%
\else%
\PackageWarning{footnoterange}{%
Custom footnote-numbers used in a footnoterange\MessageBreak%
environment: Footnote with natural number\MessageBreak%
- \ifx\fnr@formated\fnr@arabic%
+ \ifx\fnr@formatted\fnr@arabic%
\fnr@arabic%
\else%
- \space\fnr@arabic\space (\fnr@formated )%
+ \space\fnr@arabic\space (\fnr@formatted )%
\fi%
\MessageBreak%
was renumbered to \fnr@opt\MessageBreak%