texlive[73202] Master/texmf-dist: footmisc (24dec24)

commits+karl at tug.org commits+karl at tug.org
Tue Dec 24 22:13:10 CET 2024


Revision: 73202
          https://tug.org/svn/texlive?view=revision&revision=73202
Author:   karl
Date:     2024-12-24 22:13:10 +0100 (Tue, 24 Dec 2024)
Log Message:
-----------
footmisc (24dec24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/footmisc/changes.txt
    trunk/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf
    trunk/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf
    trunk/Master/texmf-dist/source/latex/footmisc/footmisc.dtx
    trunk/Master/texmf-dist/tex/latex/footmisc/footmisc.sty

Modified: trunk/Master/texmf-dist/doc/latex/footmisc/changes.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/footmisc/changes.txt	2024-12-24 21:12:57 UTC (rev 73201)
+++ trunk/Master/texmf-dist/doc/latex/footmisc/changes.txt	2024-12-24 21:13:10 UTC (rev 73202)
@@ -1,3 +1,8 @@
+2024-12-24  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+
+	* footmisc.dtx (subsection{The requirements of \cs{@footnotetext}}):
+	Add \@currentcounter added to LaTeX a while back (gh/15)
+
 2023-07-05  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* footmisc.dtx:

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

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

Modified: trunk/Master/texmf-dist/source/latex/footmisc/footmisc.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/footmisc/footmisc.dtx	2024-12-24 21:12:57 UTC (rev 73201)
+++ trunk/Master/texmf-dist/source/latex/footmisc/footmisc.dtx	2024-12-24 21:13:10 UTC (rev 73202)
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 %% File: footmisc.dtx (C) Copyright 1995-2011 Robin Fairbairns
-%%                    (C) Copyright 2018-2023 Frank Mittelbach
+%%                    (C) Copyright 2018-2024 Frank Mittelbach
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -38,7 +38,7 @@
 %<+package>\DeclareCurrentRelease{}{2022-02-14}
 %<package>\ProvidesPackage{footmisc}%
 %<*!debugins>
-        [2023/07/05 v6.0f
+        [2024/12/24 v6.0g
 %</!debugins>
 %<package>     a miscellany of footnote facilities%
 %<*dtx>
@@ -1615,6 +1615,10 @@
       \floatingpenalty\@MM 
       \hsize\columnwidth
       \@parboxrestore
+%    \end{macrocode}
+% \changes{v6.0g}{2024/12/24}{Add \cs{@currentcounter} added to \LaTeX{} a while back (gh/15)}
+%    \begin{macrocode}
+      \def\@currentcounter{footnote}%
       \protected at edef\@currentlabel{\csname p at footnote\endcsname\@thefnmark}%
       \color at begingroup
 %    \end{macrocode}
@@ -1668,6 +1672,10 @@
           \let\baselinestretch\FN at baselinestretch
         \fi
         \reset at font\footnotesize
+%    \end{macrocode}
+% \changes{v6.0g}{2024/12/24}{Add \cs{@currentcounter} added to \LaTeX{} a while back (gh/15)}
+%    \begin{macrocode}
+        \def\@currentcounter{footnote}%
         \protected at edef\@currentlabel{%
           \csname p at footnote\endcsname\@thefnmark
         }%
@@ -1695,6 +1703,10 @@
         \floatingpenalty\@MM 
         \hsize\columnwidth
         \@parboxrestore
+%    \end{macrocode}
+% \changes{v6.0g}{2024/12/24}{Add \cs{@currentcounter} added to \LaTeX{} a while back (gh/15)}
+%    \begin{macrocode}
+        \def\@currentcounter{footnote}%
         \protected at edef\@currentlabel{%
           \csname p at footnote\endcsname\@thefnmark
         }%

Modified: trunk/Master/texmf-dist/tex/latex/footmisc/footmisc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/footmisc/footmisc.sty	2024-12-24 21:12:57 UTC (rev 73201)
+++ trunk/Master/texmf-dist/tex/latex/footmisc/footmisc.sty	2024-12-24 21:13:10 UTC (rev 73202)
@@ -35,7 +35,7 @@
 %% where one can also log issues in case there are any.
 %% 
 %% File: footmisc.dtx (C) Copyright 1995-2011 Robin Fairbairns
-%%                    (C) Copyright 2018-2023 Frank Mittelbach
+%%                    (C) Copyright 2018-2024 Frank Mittelbach
 \NeedsTeXFormat{LaTeX2e}
 \providecommand\DeclareRelease[3]{}
 \providecommand\DeclareCurrentRelease[2]{}
@@ -43,7 +43,7 @@
 \DeclareRelease{v5}{2011-06-06}{footmisc-2011-06-06.sty}
 \DeclareCurrentRelease{}{2022-02-14}
 \ProvidesPackage{footmisc}%
-        [2023/07/05 v6.0f
+        [2024/12/24 v6.0g
      a miscellany of footnote facilities%
                    ]
 
@@ -364,6 +364,7 @@
       \floatingpenalty\@MM
       \hsize\columnwidth
       \@parboxrestore
+      \def\@currentcounter{footnote}%
       \protected at edef\@currentlabel{\csname p at footnote\endcsname\@thefnmark}%
       \color at begingroup
         \setbox\FN at tempboxa\hbox{%
@@ -388,6 +389,7 @@
           \let\baselinestretch\FN at baselinestretch
         \fi
         \reset at font\footnotesize
+        \def\@currentcounter{footnote}%
         \protected at edef\@currentlabel{%
           \csname p at footnote\endcsname\@thefnmark
         }%
@@ -412,6 +414,7 @@
         \floatingpenalty\@MM
         \hsize\columnwidth
         \@parboxrestore
+        \def\@currentcounter{footnote}%
         \protected at edef\@currentlabel{%
           \csname p at footnote\endcsname\@thefnmark
         }%



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