[latex3-commits] [l3svn] 03/04: Correct form of colour input for base colours
noreply at latex-project.org
noreply at latex-project.org
Wed Oct 11 09:45:40 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 54bfe8dcb447bb21428818e8dd0c236bb973e171
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 11 08:44:11 2017 +0100
Correct form of colour input for base colours
---
l3trial/l3color-extra/l3color-extra.dtx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/l3trial/l3color-extra/l3color-extra.dtx b/l3trial/l3color-extra/l3color-extra.dtx
index 837efa7..0fcb956 100644
--- a/l3trial/l3color-extra/l3color-extra.dtx
+++ b/l3trial/l3color-extra/l3color-extra.dtx
@@ -582,12 +582,12 @@
% \begin{macrocode}
\color_set:nnn { black } { gray } { 0 }
\color_set:nnn { white } { gray } { 0 }
-\color_set:nnn { cyan } { cmyk } { 1~0~0~0 }
-\color_set:nnn { magenta } { cmyk } { 0~1~0~0 }
-\color_set:nnn { yellow } { cmyk } { 0~0~1~0 }
-\color_set:nnn { red } { rgb } { 1~0~0 }
-\color_set:nnn { grenn } { rgb } { 0~1~0 }
-\color_set:nnn { blue } { rgb } { 0~0~1 }
+\color_set:nnn { cyan } { cmyk } { 1 , 0 , 0 , 0 }
+\color_set:nnn { magenta } { cmyk } { 0 , 1 , 0 , 0 }
+\color_set:nnn { yellow } { cmyk } { 0 , 0 , 1 , 0 }
+\color_set:nnn { red } { rgb } { 1 , 0 , 0 }
+\color_set:nnn { grenn } { rgb } { 0 , 1 , 0 }
+\color_set:nnn { blue } { rgb } { 0 , 0 , 1 }
% \end{macrocode}
%
% \begin{macrocode}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list