From aed6f913084c995b5dfac04796c74db1904ffc66 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 4 Jan 2022 22:28:19 +0000 Subject: fnpct (4jan22) git-svn-id: svn://tug.org/texlive/trunk@61491 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/fnpct/fnpct.sty | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/latex/fnpct') 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 -- cgit v1.2.3