texlive[61800] Master/texmf-dist: fnpct (29jan22)

commits+karl at tug.org commits+karl at tug.org
Sat Jan 29 22:49:08 CET 2022


Revision: 61800
          http://tug.org/svn/texlive?view=revision&revision=61800
Author:   karl
Date:     2022-01-29 22:49:07 +0100 (Sat, 29 Jan 2022)
Log Message:
-----------
fnpct (29jan22)

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-29 21:48:47 UTC (rev 61799)
+++ trunk/Master/texmf-dist/doc/latex/fnpct/README	2022-01-29 21:49:07 UTC (rev 61800)
@@ -1,12 +1,12 @@
 --------------------------------------------------------------------------
-the FNPCT package v1.0a 2022/01/04
+the FNPCT package v1.0b 2022/01/29
 
-  footnote kerning
+  footnotes' interaction with punctuation
 
 --------------------------------------------------------------------------
 Clemens Niederberger
 Web:    https://github.com/cgnieder/fnpct/
-E-Mail: contact at mychemistry.eu
+E-Mail: clemens at cnltx.de
 --------------------------------------------------------------------------
 Copyright 2012--2022 Clemens Niederberger
 

Modified: trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls	2022-01-29 21:48:47 UTC (rev 61799)
+++ trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.cls	2022-01-29 21:49:07 UTC (rev 61800)
@@ -1,12 +1,12 @@
 % --------------------------------------------------------------------------
 % the FNPCT package
 % 
-%   footnote kerning
+%   footnotes' interaction with punctuation
 % 
 % --------------------------------------------------------------------------
 % Clemens Niederberger
 % Web:    https://github.com/cgnieder/fnpct/
-% E-Mail: contact at mychemistry.eu
+% E-Mail: clemens at cnltx.de
 % --------------------------------------------------------------------------
 % Copyright 2012--2022 Clemens Niederberger
 % 
@@ -30,9 +30,9 @@
 
 \setcnltx{
   package  = {fnpct} ,
-  info     = {Footnote kerning and multiple footnotes} ,
+  info     = {footnotes' interaction with punctuation} ,
   authors  = Clemens Niederberger ,
-  email    = contact at mychemistry.eu ,
+  email    = clemens at cnltx.de ,
   url      = https://github.com/cgnieder/fnpct/ ,
   abstract = {%
       The \fnpct\ package basically does two things to footnotes: if footnote

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-29 21:48:47 UTC (rev 61799)
+++ trunk/Master/texmf-dist/doc/latex/fnpct/fnpct-manual.tex	2022-01-29 21:49:07 UTC (rev 61800)
@@ -5,12 +5,12 @@
 % --------------------------------------------------------------------------
 % the FNPCT package
 % 
-%   footnote kerning
+%   footnotes' interaction with punctuation
 % 
 % --------------------------------------------------------------------------
 % Clemens Niederberger
 % Web:    https://github.com/cgnieder/fnpct/
-% E-Mail: contact at mychemistry.eu
+% E-Mail: clemens at cnltx.de
 % --------------------------------------------------------------------------
 % Copyright 2012--2022 Clemens Niederberger
 % 
@@ -609,7 +609,6 @@
 
 \end{document}
 TODO:
-- memoir, \mutfootsep
+- memoir, \multfootsep
 - \thanks
-- French
 - nested notes and \AdaptText\footnotetext{om}{\IfNoValueTF{#1}{#NOTE{#2}}{#NOTE[#1]{#2}}}

Modified: trunk/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fnpct/fnpct.sty	2022-01-29 21:48:47 UTC (rev 61799)
+++ trunk/Master/texmf-dist/tex/latex/fnpct/fnpct.sty	2022-01-29 21:49:07 UTC (rev 61800)
@@ -1,12 +1,12 @@
 % --------------------------------------------------------------------------
 % the FNPCT package
 % 
-%   footnote kerning
+%   footnotes' interaction with punctuation
 % 
 % --------------------------------------------------------------------------
 % Clemens Niederberger
 % Web:    https://github.com/cgnieder/fnpct/
-% E-Mail: contact at mychemistry.eu
+% E-Mail: clemens at cnltx.de
 % --------------------------------------------------------------------------
 % Copyright 2012--2022 Clemens Niederberger
 % 
@@ -27,10 +27,10 @@
 
 \DeclareHookRule {begindocument} {fnpct} {after} {hyperref}
 
-\tl_const:Nn \c_fnpct_date_tl                 {2022/01/04}
+\tl_const:Nn \c_fnpct_date_tl                 {2022/01/29}
 \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   {a}
+\tl_const:Nn \c_fnpct_version_subrelease_tl   {b}
 \tl_const:Nx \c_fnpct_version_number_tl
   {
     \c_fnpct_version_major_number_tl .
@@ -41,7 +41,7 @@
     \c_fnpct_version_number_tl
     \c_fnpct_version_subrelease_tl
   }
-\tl_const:Nn \c_fnpct_info_tl {footnote~ kerning}
+\tl_const:Nn \c_fnpct_info_tl {footnotes'~ interaction~ with~ punctuation}
 
 \ProvidesExplPackage
   {fnpct}
@@ -748,17 +748,7 @@
         \fnpct_if_switched:T
           {
             \fnpct_if_class:nT {punctuation}
-              {
-                \bool_set_false:N \l__fnpct_collection_bool
-                \fnpct_foreach_action:nn {punctuation}
-                  {
-                    \fnpct_if_action:nT {##1}
-                      {
-                        \fnpct_skip_nobreak:c {l__fnpct_before_##1_dim}
-                        \fnpct_action_break:
-                      }
-                  }
-              }
+              { \bool_set_false:N \l__fnpct_collection_bool }
             \bool_set_false:N \l__fnpct_end_collection_bool
             \bool_set_false:N \l__fnpct_switched_bool
           }
@@ -1405,3 +1395,4 @@
                         * drop support of \innernote (maybe re-implement it in
                           future versions, depending on user feedback)
 2022/01/04 v1.0a      - correct file hooks
+2022/01/29 v1.0b      - remove erroneously inserted horizontal skip



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