[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missed some backend parts (fcf5a0fe7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Feb 18 13:20:41 CET 2021
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/fcf5a0fe7e92605e129af20cbb3c7b22d7eb97bf
>---------------------------------------------------------------
commit fcf5a0fe7e92605e129af20cbb3c7b22d7eb97bf
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 15 18:53:00 2021 +0000
Missed some backend parts
>---------------------------------------------------------------
fcf5a0fe7e92605e129af20cbb3c7b22d7eb97bf
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.