[latex3-commits] [git/LaTeX3-latex3-latex3] color-models: Simplify an internal descriptor (6c82fd4a4)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Aug 6 11:30:03 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : color-models
Link       : https://github.com/latex3/latex3/commit/6c82fd4a46ef67576f26b1a668420244f3ce0dcb

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

commit 6c82fd4a46ef67576f26b1a668420244f3ce0dcb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Aug 6 10:30:03 2020 +0100

    Simplify an internal descriptor
    
    In general, we avoid "l3" in names at the code level.


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

6c82fd4a46ef67576f26b1a668420244f3ce0dcb
 l3experimental/l3color/l3color.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3experimental/l3color/l3color.dtx b/l3experimental/l3color/l3color.dtx
index 06537b6a7..416ef5abb 100644
--- a/l3experimental/l3color/l3color.dtx
+++ b/l3experimental/l3color/l3color.dtx
@@ -1566,7 +1566,7 @@
     \cs_new_protected:cpx { @@_backend_select_ #6 :n } ##1
       {
         \@@_backend_family_separation:nn
-          { l3color \int_use:N \g_@@_separation_int } {##1}
+          { color \int_use:N \g_@@_separation_int } {##1}
       }
     \use:c { @@_model_separation_ #8 :nnnnnn }
       {#6} {#7} {#1} {#2} {#3} {#4}
@@ -1701,7 +1701,7 @@
       {
         \pdfcoredict_gput:nnn
           { Page / Resources / ColorSpace }
-          { l3color \int_use:N \g_@@_separation_int }
+          { color \int_use:N \g_@@_separation_int }
           { \pdf_object_last: }
       }
   }





More information about the latex3-commits mailing list.