[latex3-commits] [git/LaTeX3-latex3-latex3] pdf: Missed some backend parts (7e5b1fd0d)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Feb 15 19:53:00 CET 2021
Repository : https://github.com/latex3/latex3
On branch : pdf
Link : https://github.com/latex3/latex3/commit/7e5b1fd0db58cab442e537c47056bde8f8d6bc0b
>---------------------------------------------------------------
commit 7e5b1fd0db58cab442e537c47056bde8f8d6bc0b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 15 18:53:00 2021 +0000
Missed some backend parts
>---------------------------------------------------------------
7e5b1fd0db58cab442e537c47056bde8f8d6bc0b
l3backend/l3backend-color.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 8b4eb6c8c..473b0d02c 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -802,7 +802,7 @@
{
/Separation ~
/ \str_convert_pdfname:n {#1} ~ #2 ~
- \pdf_object_last:
+ \pdf_object_ref_last:
}
\cs_if_exist:NT \pdfmanagement_add:nnn
{
@@ -811,7 +811,7 @@
\pdfmanagement_add:nnn
{ Page / Resources / ColorSpace }
{ color \int_use:N \g_@@_model_int }
- { \pdf_object_last: }
+ { \pdf_object_ref_last: }
}
}
}
@@ -890,7 +890,7 @@
/DeviceN ~
[ ~ #1 ~ ] ~
#2 ~
- \pdf_object_last:
+ \pdf_object_ref_last:
}
\cs_if_exist:NT \pdfmanagement_add:nnn
{
@@ -899,7 +899,7 @@
\pdfmanagement_add:nnn
{ Page / Resources / ColorSpace }
{ color \int_use:N \g_@@_model_int }
- { \pdf_object_last: }
+ { \pdf_object_ref_last: }
}
}
}
More information about the latex3-commits
mailing list.