summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/postnotes/postnotes.dtx
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/postnotes.dtx
parent98bbe9f6255283aebab5ce6151393e1ff9014577 (diff)
CTAN sync 202205290300
Diffstat (limited to 'macros/latex/contrib/postnotes/postnotes.dtx')
-rw-r--r--macros/latex/contrib/postnotes/postnotes.dtx8
1 files changed, 4 insertions, 4 deletions
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}