[latex3-commits] [git/LaTeX3-latex3-latex3] master: The "&" is needed for color spaces (33c5354)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 14 23:12:41 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/33c53542793aff3a3a4d8a5dd4e85c8a4f483a6a
>---------------------------------------------------------------
commit 33c53542793aff3a3a4d8a5dd4e85c8a4f483a6a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 14 22:09:41 2019 +0100
The "&" is needed for color spaces
>---------------------------------------------------------------
33c53542793aff3a3a4d8a5dd4e85c8a4f483a6a
l3kernel/l3drivers-color.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3drivers-color.dtx b/l3kernel/l3drivers-color.dtx
index ae4cde4..70584da 100644
--- a/l3kernel/l3drivers-color.dtx
+++ b/l3kernel/l3drivers-color.dtx
@@ -269,7 +269,7 @@
\cs_new_protected:Npn \@@_color_rgb:nnn #1#2#3
{ \@@_color_select:n { #1 ~ #2 ~ #3 ~ rg ~ #1 ~ #2 ~ #3 ~ RG } }
\cs_new_protected:Npn \driver_color_spot:nn #1#2
- { \@@_color_select:n { /#1 ~ cs ~ /#1 ~ CS ~ #2 ~ sc ~ #2 ~ SC } }
+ { \@@_color_select:n { / ~ cs ~ / ~ CS ~ #2 ~ sc ~ #2 ~ SC } }
\cs_new_protected:Npx \@@_color_select:n #1
{
\cs_if_exist:NTF \tex_pdfextension:D
More information about the latex3-commits
mailing list