summaryrefslogtreecommitdiff
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
parentf2d912f9770d05dc9a89fdffcd3cb9c8ac47f9bd (diff)
fnpct (4jan22)
git-svn-id: svn://tug.org/texlive/trunk@61491 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/fnpct/README4
-rw-r--r--Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls2
-rw-r--r--Master/texmf-dist/doc/latex/fnpct/fnpct-manual.pdfbin472808 -> 489527 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex8
-rw-r--r--Master/texmf-dist/tex/latex/fnpct/fnpct.sty16
5 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/fnpct/README b/Master/texmf-dist/doc/latex/fnpct/README
index c9c58a43815..61706ffbece 100644
--- a/Master/texmf-dist/doc/latex/fnpct/README
+++ b/Master/texmf-dist/doc/latex/fnpct/README
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
-the FNPCT package v1.0 2021/01/21
+the FNPCT package v1.0a 2022/01/04
footnote kerning
@@ -8,7 +8,7 @@ Clemens Niederberger
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
diff --git a/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls b/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls
index 0abdf7e4056..66c97d8cdbd 100644
--- a/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls
+++ b/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls
@@ -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
diff --git a/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.pdf b/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.pdf
index dc85988bb4b..9648cd87ec9 100644
--- a/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.pdf
+++ b/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex b/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex
index 2dbc17dcdbd..c72a9a779c4 100644
--- a/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex
+++ b/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex
@@ -1,7 +1,7 @@
% arara: pdflatex: { shell: on , interaction: nonstopmode }
-% !arara: biber
-% !arara: pdflatex
-% !arara: pdflatex
+% arara: biber
+% arara: pdflatex
+% arara: pdflatex
% --------------------------------------------------------------------------
% the FNPCT package
%
@@ -12,7 +12,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
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