texlive[63425] Master/texmf-dist: postnotes (28may22)
commits+karl at tug.org
commits+karl at tug.org
Sat May 28 22:18:26 CEST 2022
Revision: 63425
http://tug.org/svn/texlive?view=revision&revision=63425
Author: karl
Date: 2022-05-28 22:18:25 +0200 (Sat, 28 May 2022)
Log Message:
-----------
postnotes (28may22)
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.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 2022-05-28 20:18:12 UTC (rev 63424)
+++ trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md 2022-05-28 20:18:25 UTC (rev 63425)
@@ -1,7 +1,12 @@
# 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 at note` in `.aux` file.
+
## [v0.1.2](https://github.com/gusbrs/postnotes/compare/v0.1.1...v0.1.2) (2022-04-27)
### Added
Modified: trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/postnotes/postnotes.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx 2022-05-28 20:18:12 UTC (rev 63424)
+++ trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx 2022-05-28 20:18:25 UTC (rev 63425)
@@ -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 at note { mark@ #1 } { \thepage } }
+ { \token_to_str:N \post at 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 at note { text@ #1 } { \int_use:N \c at page } }
+ { \token_to_str:N \post at note { text@ #1 } { \int_use:N \c at 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 at note { print@ #1 } { \int_use:N \c at page } }
+ { \token_to_str:N \post at note { print@ #1 } { \int_use:N \c at page } }
}
\cs_generate_variant:Nn \@@_set_print_page_label:n { x }
% \end{macrocode}
Modified: trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty 2022-05-28 20:18:12 UTC (rev 63424)
+++ trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty 2022-05-28 20:18:25 UTC (rev 63425)
@@ -53,7 +53,7 @@
}%
\endinput
}%
-\ProvidesExplPackage {postnotes} {2022-04-27} {0.1.2}
+\ProvidesExplPackage {postnotes} {2022-05-28} {0.1.3}
{Endnotes for LaTeX}
\cs_new:Npn \__postnotes_data_name:n #1
{ g__postnotes_ #1 _data_prop }
@@ -117,19 +117,19 @@
\cs_new_protected:Npn \__postnotes_set_mark_page_label:n #1
{
\iow_shipout_x:Nn \@auxout
- { \post at note { mark@ #1 } { \thepage } }
+ { \token_to_str:N \post at note { mark@ #1 } { \thepage } }
}
\cs_generate_variant:Nn \__postnotes_set_mark_page_label:n { x }
\cs_new_protected:Npn \__postnotes_set_text_page_label:n #1
{
\iow_shipout_x:Nn \@auxout
- { \post at note { text@ #1 } { \int_use:N \c at page } }
+ { \token_to_str:N \post at note { text@ #1 } { \int_use:N \c at page } }
}
\cs_generate_variant:Nn \__postnotes_set_text_page_label:n { x }
\cs_new_protected:Npn \__postnotes_set_print_page_label:n #1
{
\iow_shipout_x:Nn \@auxout
- { \post at note { print@ #1 } { \int_use:N \c at page } }
+ { \token_to_str:N \post at note { print@ #1 } { \int_use:N \c at page } }
}
\cs_generate_variant:Nn \__postnotes_set_print_page_label:n { x }
\cs_new_protected:Npn \__postnotes_get_pageref:Nn #1#2
More information about the tex-live-commits
mailing list.