texlive[61491] Master/texmf-dist: fnpct (4jan22)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 4 23:28:19 CET 2022


Revision: 61491
          http://tug.org/svn/texlive?view=revision&revision=61491
Author:   karl
Date:     2022-01-04 23:28:19 +0100 (Tue, 04 Jan 2022)
Log Message:
-----------
fnpct (4jan22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/fnpct/README
    trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls
    trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.pdf
    trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex
    trunk/Master/texmf-dist/tex/latex/fnpct/fnpct.sty

Modified: trunk/Master/texmf-dist/doc/latex/fnpct/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fnpct/README	2022-01-04 22:28:05 UTC (rev 61490)
+++ trunk/Master/texmf-dist/doc/latex/fnpct/README	2022-01-04 22:28:19 UTC (rev 61491)
@@ -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 @@
 Web:    https://github.com/cgnieder/fnpct/
 E-Mail: contact at 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

Modified: trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls	2022-01-04 22:28:05 UTC (rev 61490)
+++ trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls	2022-01-04 22:28:19 UTC (rev 61491)
@@ -8,7 +8,7 @@
 % Web:    https://github.com/cgnieder/fnpct/
 % E-Mail: contact at 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

Modified: trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex	2022-01-04 22:28:05 UTC (rev 61490)
+++ trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex	2022-01-04 22:28:19 UTC (rev 61491)
@@ -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 at 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

Modified: trunk/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fnpct/fnpct.sty	2022-01-04 22:28:05 UTC (rev 61490)
+++ trunk/Master/texmf-dist/tex/latex/fnpct/fnpct.sty	2022-01-04 22:28:19 UTC (rev 61491)
@@ -8,7 +8,7 @@
 % Web:    https://github.com/cgnieder/fnpct/
 % E-Mail: contact at 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 @@
                           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



More information about the tex-live-commits mailing list.