[latex3-commits] [git/LaTeX3-latex3-latex3] color-models: Update 'pickup' code for per-separation model approach (94aa846ea)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jul 29 13:57:27 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : color-models
Link       : https://github.com/latex3/latex3/commit/94aa846ea37e3ec1a16845fc6ffdaec30011277b

>---------------------------------------------------------------

commit 94aa846ea37e3ec1a16845fc6ffdaec30011277b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jul 29 12:57:27 2020 +0100

    Update 'pickup' code for per-separation model approach


>---------------------------------------------------------------

94aa846ea37e3ec1a16845fc6ffdaec30011277b
 l3backend/l3backend-color.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index b8946a325..c3b5977c2 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -90,8 +90,8 @@
           {
             \tl_set:Nx #1
                {
-                 { spot }
-                 { \exp_after:wN \use:n \current at color \c_space_tl 1 }
+                 { \exp_after:wN \use:n \current at color }
+                 { 1 }
                }
           }
           {
@@ -187,7 +187,7 @@
                    {
                      \str_if_eq:nnTF {#2} { cs }
                        {
-                         \tl_set:Nx #7 { { spot } { \use_none:n #1 ~ #5 } }
+                         \tl_set:Nx #7 { { \use:n #1 } { #5 } }
                        }
                        {
                          \tl_set:Nn #7 { { gray } { 0 } }





More information about the latex3-commits mailing list.