summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfmanagement-testphase/l3ref-tmp.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/pdfmanagement-testphase/l3ref-tmp.sty')
-rw-r--r--macros/latex/contrib/pdfmanagement-testphase/l3ref-tmp.sty17
1 files changed, 5 insertions, 12 deletions
diff --git a/macros/latex/contrib/pdfmanagement-testphase/l3ref-tmp.sty b/macros/latex/contrib/pdfmanagement-testphase/l3ref-tmp.sty
index 32ec132f77..f5d2a8ba3a 100644
--- a/macros/latex/contrib/pdfmanagement-testphase/l3ref-tmp.sty
+++ b/macros/latex/contrib/pdfmanagement-testphase/l3ref-tmp.sty
@@ -1,10 +1,4 @@
-%%
%% This is file `l3ref-tmp.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% l3ref.dtx (with options: `package')
%%
%% Copyright (C) 2020-2021 The LaTeX Project
%%
@@ -15,11 +9,10 @@
%%
%% http://www.latex-project.org/lppl.txt
%%
-%% This file is part of the "l3ref bundle" (The Work in LPPL)
-%% and all files in that bundle must be distributed together.
+%% This file is a tmp file in place of a future kernel module
+%% and subject to change without notice.
%%
-%% File: l3ref.dtx
-\ProvidesExplPackage{l3ref-tmp}{2020-10-09}{}
+\ProvidesExplPackage{l3ref-tmp}{2021-06-23}{}
{L3 Experimental cross-referencing}
\cs_new_protected:Npn \ref_attribute_gset:nnnn #1#2#3#4
{
@@ -105,8 +98,8 @@
\cs_new_protected:Npn \__ref_data:nnn #1#2#3
{
\quark_if_recursion_tail_stop:n {#2}
- \tl_gclear_new:c { g__ref_label_ #1 _ #2 _tl }
- \tl_gset:cn { g__ref_label_ #1 _ #2 _tl } {#3}
+ \tl_gclear_new:c { g__ref_label_ \tl_to_str:n {#1} _ \tl_to_str:n {#2} _tl }
+ \tl_gset:cn { g__ref_label_ \tl_to_str:n {#1} _ \tl_to_str:n {#2} _tl } {#3}
\__ref_data:nnn {#1}
}
\ref_attribute_gset:nnnn { abspage } { 0 } { shipout }