[latex3-commits] [git/LaTeX3-latex3-xcolor] testl3color: cmy is now supported (4946045)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed Aug 24 10:54:44 CEST 2022
Repository : https://github.com/latex3/xcolor
On branch : testl3color
Link : https://github.com/latex3/xcolor/commit/4946045228345f4a4cd0dcbd262c107105acc1b4
>---------------------------------------------------------------
commit 4946045228345f4a4cd0dcbd262c107105acc1b4
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Aug 24 10:54:44 2022 +0200
cmy is now supported
>---------------------------------------------------------------
4946045228345f4a4cd0dcbd262c107105acc1b4
xcolor.dtx | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/xcolor.dtx b/xcolor.dtx
index dfde333..719614c 100644
--- a/xcolor.dtx
+++ b/xcolor.dtx
@@ -4855,13 +4855,7 @@
\ExplSyntaxOn
\cs_set_protected:Npn \XC at expl@color at set@@nnn #1#2#3
{
- \str_if_eq:nnTF {#2}{ cmy }
- {
- \color_set:nnn{#1}{ cmyk }{#3,0}
- }
- {
- \color_set:nnn{#1}{#2}{#3}
- }
+ \color_set:nnn{#1}{#2}{#3}
}
% \end{macrocode}
%
More information about the latex3-commits
mailing list.