summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fnpct
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-04 22:28:19 +0000
committerKarl Berry <karl@freefriends.org>2022-01-04 22:28:19 +0000
commitaed6f913084c995b5dfac04796c74db1904ffc66 (patch)
tree13895a6ffe96d972ee4b5d30d1ddfd28d55914ca /Master/texmf-dist/tex/latex/fnpct
parentf2d912f9770d05dc9a89fdffcd3cb9c8ac47f9bd (diff)
fnpct (4jan22)
git-svn-id: svn://tug.org/texlive/trunk@61491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fnpct')
-rw-r--r--Master/texmf-dist/tex/latex/fnpct/fnpct.sty16
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/fnpct/fnpct.sty b/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
index 4485a3badab..16a81850bac 100644
--- a/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
+++ b/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
@@ -8,7 +8,7 @@
% Web: https://github.com/cgnieder/fnpct/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2012--2021 Clemens Niederberger
+% Copyright 2012--2022 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -27,10 +27,10 @@
\DeclareHookRule {begindocument} {fnpct} {after} {hyperref}
-\tl_const:Nn \c_fnpct_date_tl {2021/01/21}
+\tl_const:Nn \c_fnpct_date_tl {2022/01/04}
\tl_const:Nn \c_fnpct_version_major_number_tl {1}
\tl_const:Nn \c_fnpct_version_minor_number_tl {0}
-\tl_const:Nn \c_fnpct_version_subrelease_tl {}
+\tl_const:Nn \c_fnpct_version_subrelease_tl {a}
\tl_const:Nx \c_fnpct_version_number_tl
{
\c_fnpct_version_major_number_tl .
@@ -986,8 +986,11 @@
{
\ifcurrentbaselanguage {French}
{
- \cs_set_eq:NN \@footnotemark \@footnotemarkORI
- \StandardFootnotes
+ \cs_if_exist:NT \StandardFootnotes
+ {
+ \cs_set_eq:NN \@footnotemark \@footnotemarkORI
+ \StandardFootnotes
+ }
\keys_set:nn {fnpct} { before-footnote-space = .16667em }
}
{}
@@ -1015,7 +1018,7 @@
\cs_new_protected:Npn \fnpct_special_treatment:nn #1#2
{
\fnpct_if_package_loaded:nTF {#1} {#2}
- { \hook_gput_code:nnn {package/after/#1} {fnpct} {#2} }
+ { \hook_gput_code:nnn {package/#1/after} {fnpct} {#2} }
}
% `manyfoot' (loaded by `bigfoot') saves its footnote classes in a 2e list:
@@ -1401,3 +1404,4 @@ tablefootnote
with less commands
* drop support of \innernote (maybe re-implement it in
future versions, depending on user feedback)
+2022/01/04 v1.0a - correct file hooks