texlive[72850] Master/texmf-dist: postnotes (14nov24)
commits+karl at tug.org
commits+karl at tug.org
Thu Nov 14 21:42:02 CET 2024
Revision: 72850
https://tug.org/svn/texlive?view=revision&revision=72850
Author: karl
Date: 2024-11-14 21:42:02 +0100 (Thu, 14 Nov 2024)
Log Message:
-----------
postnotes (14nov24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-doc.pdf
trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
Modified: trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md 2024-11-14 20:41:52 UTC (rev 72849)
+++ trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md 2024-11-14 20:42:02 UTC (rev 72850)
@@ -1,7 +1,12 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.4.0...HEAD)
+## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.4.1...HEAD)
+## [v0.4.1](https://github.com/gusbrs/postnotes/compare/v0.4.0...v0.4.1) (2024-11-14)
+
+### Fixed
+- Explicitly set `\@currentHref` before storing data at `\postnote`.
+
## [v0.4.0](https://github.com/gusbrs/postnotes/compare/v0.3.0...v0.4.0) (2024-11-04)
*WARNING*: You may need to clear your .aux files after this update.
Modified: trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx 2024-11-14 20:41:52 UTC (rev 72849)
+++ trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx 2024-11-14 20:42:02 UTC (rev 72850)
@@ -153,7 +153,7 @@
%
%
% \begin{macrocode}
-\ProvidesExplPackage {postnotes} {2024-11-04} {0.4.0}
+\ProvidesExplPackage {postnotes} {2024-11-14} {0.4.1}
{Endnotes for LaTeX}
% \end{macrocode}
%
@@ -1247,6 +1247,8 @@
{ \l_postnotes_note_id_tl }
\cs_set:Npn \@currentcounter { postnote }
\cs_set:Npe \@currentlabel { \p at postnote \l_@@_mark_tl }
+ \cs_gset:Npe \@currentHref
+ { postnote. \l_postnotes_note_id_tl .mark }
\@@_store:nn { \l_postnotes_note_id_tl } {#2}
\tl_set_eq:NN \l_@@_mark_typeset_tl \l_@@_mark_tl
% \end{macrocode}
Modified: trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty 2024-11-14 20:41:52 UTC (rev 72849)
+++ trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty 2024-11-14 20:42:02 UTC (rev 72850)
@@ -52,7 +52,7 @@
'postnotes' requires a LaTeX kernel \postnotes at required@kernel\space or newer.%
}%
}%
-\ProvidesExplPackage {postnotes} {2024-11-04} {0.4.0}
+\ProvidesExplPackage {postnotes} {2024-11-14} {0.4.1}
{Endnotes for LaTeX}
\tl_new:N \l__postnotes_tmpa_tl
\tl_new:N \l__postnotes_tmpb_tl
@@ -569,6 +569,8 @@
{ \l_postnotes_note_id_tl }
\cs_set:Npn \@currentcounter { postnote }
\cs_set:Npe \@currentlabel { \p at postnote \l__postnotes_mark_tl }
+ \cs_gset:Npe \@currentHref
+ { postnote. \l_postnotes_note_id_tl .mark }
\__postnotes_store:nn { \l_postnotes_note_id_tl } {#2}
\tl_set_eq:NN \l__postnotes_mark_typeset_tl \l__postnotes_mark_tl
\bool_lazy_or:nnT
More information about the tex-live-commits
mailing list.