summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/postnotes/postnotes.dtx')
-rw-r--r--Master/texmf-dist/source/latex/postnotes/postnotes.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/postnotes/postnotes.dtx b/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
index 703466554b8..7124ed7d70e 100644
--- a/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
+++ b/Master/texmf-dist/source/latex/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}