summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/postnotes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-29 03:00:41 +0000
committerNorbert Preining <norbert@preining.info>2022-05-29 03:00:41 +0000
commitc00656779e19523d32d1d563e37f48709e487ce3 (patch)
tree034e8df24d02e8ff4d8ad7169f6ec68c8b1c0599 /macros/latex/contrib/postnotes
parent98bbe9f6255283aebab5ce6151393e1ff9014577 (diff)
CTAN sync 202205290300
Diffstat (limited to 'macros/latex/contrib/postnotes')
-rw-r--r--macros/latex/contrib/postnotes/CHANGELOG.md7
-rw-r--r--macros/latex/contrib/postnotes/postnotes-code.pdfbin808643 -> 809579 bytes
-rw-r--r--macros/latex/contrib/postnotes/postnotes.dtx8
-rw-r--r--macros/latex/contrib/postnotes/postnotes.pdfbin177239 -> 177238 bytes
4 files changed, 10 insertions, 5 deletions
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
--- a/macros/latex/contrib/postnotes/postnotes-code.pdf
+++ b/macros/latex/contrib/postnotes/postnotes-code.pdf
Binary files 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
--- a/macros/latex/contrib/postnotes/postnotes.pdf
+++ b/macros/latex/contrib/postnotes/postnotes.pdf
Binary files differ