[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct an internal variable name (e892c80b2)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Sep 9 16:38:46 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/e892c80b29b031906027a2c4bb8fc82cc9ce104e

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

commit e892c80b29b031906027a2c4bb8fc82cc9ce104e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 9 15:38:20 2020 +0100

    Correct an internal variable name


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

e892c80b29b031906027a2c4bb8fc82cc9ce104e
 l3backend/l3backend-color.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index cd2c8affb..da09dbfc9 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -490,7 +490,7 @@
     \@@_backend_separation_init:nnnnn
       {#2}
       { \pdf_object_ref:n { @@_illuminant_cielab_ #1 } }
-      { \c_@@_model_range_lab_tl }
+      { \c_@@_model_range_cielab_tl }
       { 100 ~ 0 ~ 0 }
       { #3 ~ #4 ~ #5 }
   }
@@ -505,7 +505,7 @@
         <<
          /WhitePoint ~
            [ \tl_use:c { c_@@_model_whitepoint_cielab_ #1 _tl } ]
-         /Range ~ [ \c_@@_model_range_lab_tl ]
+         /Range ~ [ \c_@@_model_range_cielab_tl ]
         >>
      }
   }





More information about the latex3-commits mailing list.