From c00656779e19523d32d1d563e37f48709e487ce3 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 29 May 2022 03:00:41 +0000 Subject: CTAN sync 202205290300 --- macros/latex/contrib/postnotes/CHANGELOG.md | 7 ++++++- macros/latex/contrib/postnotes/postnotes-code.pdf | Bin 808643 -> 809579 bytes macros/latex/contrib/postnotes/postnotes.dtx | 8 ++++---- macros/latex/contrib/postnotes/postnotes.pdf | Bin 177239 -> 177238 bytes 4 files changed, 10 insertions(+), 5 deletions(-) (limited to 'macros/latex/contrib/postnotes') diff --git a/macros/latex/contrib/postnotes/CHANGELOG.md b/macros/latex/contrib/postnotes/CHANGELOG.md index 27ebf1ab31..384af1bb2e 100644 --- a/macros/latex/contrib/postnotes/CHANGELOG.md +++ b/macros/latex/contrib/postnotes/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.1.2...HEAD) +## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.1.3...HEAD) + +## [v0.1.3](https://github.com/gusbrs/postnotes/compare/v0.1.2...v0.1.3) (2022-05-28) + +### Fixed +- Prevent spurious space after `\post@note` in `.aux` file. ## [v0.1.2](https://github.com/gusbrs/postnotes/compare/v0.1.1...v0.1.2) (2022-04-27) diff --git a/macros/latex/contrib/postnotes/postnotes-code.pdf b/macros/latex/contrib/postnotes/postnotes-code.pdf index 8271b11509..b1af0cc1e0 100644 Binary files a/macros/latex/contrib/postnotes/postnotes-code.pdf and b/macros/latex/contrib/postnotes/postnotes-code.pdf differ diff --git a/macros/latex/contrib/postnotes/postnotes.dtx b/macros/latex/contrib/postnotes/postnotes.dtx index 703466554b..7124ed7d70 100644 --- a/macros/latex/contrib/postnotes/postnotes.dtx +++ b/macros/latex/contrib/postnotes/postnotes.dtx @@ -147,7 +147,7 @@ % % % \begin{macrocode} -\ProvidesExplPackage {postnotes} {2022-04-27} {0.1.2} +\ProvidesExplPackage {postnotes} {2022-05-28} {0.1.3} {Endnotes for LaTeX} % \end{macrocode} % @@ -300,19 +300,19 @@ \cs_new_protected:Npn \@@_set_mark_page_label:n #1 { \iow_shipout_x:Nn \@auxout - { \post@note { mark@ #1 } { \thepage } } + { \token_to_str:N \post@note { mark@ #1 } { \thepage } } } \cs_generate_variant:Nn \@@_set_mark_page_label:n { x } \cs_new_protected:Npn \@@_set_text_page_label:n #1 { \iow_shipout_x:Nn \@auxout - { \post@note { text@ #1 } { \int_use:N \c@page } } + { \token_to_str:N \post@note { text@ #1 } { \int_use:N \c@page } } } \cs_generate_variant:Nn \@@_set_text_page_label:n { x } \cs_new_protected:Npn \@@_set_print_page_label:n #1 { \iow_shipout_x:Nn \@auxout - { \post@note { print@ #1 } { \int_use:N \c@page } } + { \token_to_str:N \post@note { print@ #1 } { \int_use:N \c@page } } } \cs_generate_variant:Nn \@@_set_print_page_label:n { x } % \end{macrocode} diff --git a/macros/latex/contrib/postnotes/postnotes.pdf b/macros/latex/contrib/postnotes/postnotes.pdf index 69960a6f33..af17232cc1 100644 Binary files a/macros/latex/contrib/postnotes/postnotes.pdf and b/macros/latex/contrib/postnotes/postnotes.pdf differ -- cgit v1.2.3