summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-28 20:18:25 +0000
committerKarl Berry <karl@freefriends.org>2022-05-28 20:18:25 +0000
commit8e5d7958406ba072f48f63a11a62ea4785b26cc6 (patch)
tree390dbaeaa4492d3daa95dd846bd656d8596f1b3e /Master/texmf-dist/tex/latex
parent7d948ae1e94a78e333748f27292be16da078074b (diff)
postnotes (28may22)
git-svn-id: svn://tug.org/texlive/trunk@63425 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/postnotes/postnotes.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/postnotes/postnotes.sty b/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
index a58f51b2821..a81a56476a5 100644
--- a/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
+++ b/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
@@ -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@note { mark@ #1 } { \thepage } }
+ { \token_to_str:N \post@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@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 \__postnotes_set_text_page_label:n { x }
\cs_new_protected:Npn \__postnotes_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 \__postnotes_set_print_page_label:n { x }
\cs_new_protected:Npn \__postnotes_get_pageref:Nn #1#2