texlive[69102] Master/texmf-dist: postnotes (12dec23)
commits+karl at tug.org
commits+karl at tug.org
Tue Dec 12 22:08:52 CET 2023
Revision: 69102
https://tug.org/svn/texlive?view=revision&revision=69102
Author: karl
Date: 2023-12-12 22:08:52 +0100 (Tue, 12 Dec 2023)
Log Message:
-----------
postnotes (12dec23)
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/doc/latex/postnotes/postnotes-doc.tex
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 2023-12-12 21:08:43 UTC (rev 69101)
+++ trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md 2023-12-12 21:08:52 UTC (rev 69102)
@@ -1,7 +1,12 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.7...HEAD)
+## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.8...HEAD)
+## [v0.2.8](https://github.com/gusbrs/postnotes/compare/v0.2.7...v0.2.8) (2023-12-12)
+
+## Fixed
+- Fixed `multibool` test in `\__postnotes_verify_multipass:N`.
+
## [v0.2.7](https://github.com/gusbrs/postnotes/compare/v0.2.6...v0.2.7) (2023-11-14)
### Added
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/doc/latex/postnotes/postnotes-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-doc.tex 2023-12-12 21:08:43 UTC (rev 69101)
+++ trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-doc.tex 2023-12-12 21:08:52 UTC (rev 69102)
@@ -293,7 +293,7 @@
\cs{printpostnotes}
\end{syntax}
\end{function}
-Prints the \cs{postnotes} set since the last call of \cs{printpostnotes}, or
+Prints the \cs{postnote}s set since the last call of \cs{printpostnotes}, or
since the beginning of the document. For two basic usage illustrations, see
\zcref{ex:sect:basic,ex:x:multi-print}.
@@ -416,7 +416,7 @@
loaded. \opt{true} does the same thing, but warns if \pkg{hyperref} is not
loaded (\pkg{hyperref} is never loaded for you). \opt{false} means not to use
\pkg{hyperref} regardless of its availability. The \opt{backlink} option
-controls whether only a link from the note to is respective text at
+controls whether only a link from the note's mark to its respective text at
\cs{printpostnotes} is created, or if a back link from the text at
\cs{printpostnotes} back to where the note's mark is placed is also made
available. It is a boolean option, defaults to \texttt{true}, and is only
@@ -632,7 +632,7 @@
example here counts on the lucky circumstance of having only a single
initial unnumbered section. But, in general, if that's not the case,
\cs{counterwithin*} is insufficient and the resetting of the
- \texttt{postnote} counter at unnumbered sections most be handled somehow
+ \texttt{postnote} counter at unnumbered sections must be handled somehow
else.} \cs{pnthechapternextnote} wouldn't possibly work in this case.
Since immediately successive calls to \cs{postnotesection} override the
previous ones, it is straightforward to just manually adjust the exception:
@@ -822,7 +822,7 @@
last notes are equal, write a singular form and just one value but, if they
are different, write a plural form and a range of both values''.
\cs{pnhdchapfirst}, \cs{pnhdchaplast}, \cs{pnhdsectfirst}, and
-\cs{pnhdsectfirst} provide the same for \cs{thechapter} and \cs{thesection}.
+\cs{pnhdsectlast} provide the same for \cs{thechapter} and \cs{thesection}.
\cs{pnhdnamefirst} and \cs{pnhdnamelast} contain the name of the notes
section, the one given with the \opt{name} option of \cs{postnotesection} (and
are empty in case no \opt{name} was provided).
@@ -1078,15 +1078,23 @@
% 2022-04-09: https://github.com/latex3/hyperref/issues/229
% 2023-02-10: https://chat.stackexchange.com/transcript/message/62955941#62955941 (and discussion)
% 2023-02-19: https://tex.stackexchange.com/q/675818#comment1678904_675818
+ % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion)
David Carlisle,
% 2022-03-28: https://chat.stackexchange.com/transcript/message/60754383#60754383
% 2022-04-08: https://tex.stackexchange.com/a/640035 (comments)
% 2023-02-10: https://chat.stackexchange.com/transcript/message/62955941#62955941 (and discussion)
% 2023-02-10: https://tex.stackexchange.com/a/674846
+ % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion)
Moritz Wemheuer,
% 2022-04-05: https://tex.stackexchange.com/q/597359#comment1594585_597389
- and Joseph Wright.
+ Joseph Wright,
% 2023-02-10: https://chat.stackexchange.com/transcript/message/62955941#62955941 (and discussion)
+ % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion)
+ \username{SwitWu},
+ % 2023-11-29: https://github.com/gusbrs/postnotes/pull/4
+ % 2023-11-30: https://github.com/gusbrs/postnotes/pull/5
+ and Jonathan P. Spratte (\username{Skillmon}).
+ % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion)
The package's language support have been provided or improved thanks to:
\username{Pika78} (French)
@@ -1110,4 +1118,5 @@
provide easy local access to it. An archive of historical versions of the
package is also kept at \url{https://github.com/gusbrs/postnotes/releases}.
+
\end{document}
Modified: trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx 2023-12-12 21:08:43 UTC (rev 69101)
+++ trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx 2023-12-12 21:08:52 UTC (rev 69102)
@@ -152,7 +152,7 @@
%
%
% \begin{macrocode}
-\ProvidesExplPackage {postnotes} {2023-11-14} {0.2.7}
+\ProvidesExplPackage {postnotes} {2023-12-12} {0.2.8}
{Endnotes for LaTeX}
% \end{macrocode}
%
@@ -1572,7 +1572,7 @@
\seq_map_inline:Nn #1
{
\@@_prop_get:nnN {##1} { multibool } \l_@@_tmpa_tl
- \tl_if_eq:NnTF \l_@@_tmpa_tl { true }
+ \str_if_eq:VnTF \l_@@_tmpa_tl { true }
{
\cs_if_exist:cT
{ \c_@@_ref_prefix_tl @ mark@ ##1 }
Modified: trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty 2023-12-12 21:08:43 UTC (rev 69101)
+++ trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty 2023-12-12 21:08:52 UTC (rev 69102)
@@ -52,7 +52,7 @@
'postnotes' requires a LaTeX kernel \postnotes at required@kernel\space or newer.%
}%
}%
-\ProvidesExplPackage {postnotes} {2023-11-14} {0.2.7}
+\ProvidesExplPackage {postnotes} {2023-12-12} {0.2.8}
{Endnotes for LaTeX}
\tl_new:N \l__postnotes_tmpa_tl
\tl_new:N \l__postnotes_tmpb_tl
@@ -743,7 +743,7 @@
\seq_map_inline:Nn #1
{
\__postnotes_prop_get:nnN {##1} { multibool } \l__postnotes_tmpa_tl
- \tl_if_eq:NnTF \l__postnotes_tmpa_tl { true }
+ \str_if_eq:VnTF \l__postnotes_tmpa_tl { true }
{
\cs_if_exist:cT
{ \c__postnotes_ref_prefix_tl @ mark@ ##1 }
More information about the tex-live-commits
mailing list.