[latex3-commits] [git/LaTeX3-latex3-latex3] master: Tidy up a name (bdaad10)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue May 7 20:25:40 CEST 2019


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

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

commit bdaad10b5680c86e87e319a7b583dba2253c66c8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue May 7 19:25:40 2019 +0100

    Tidy up a name


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

bdaad10b5680c86e87e319a7b583dba2253c66c8
 l3kernel/l3drivers-image.dtx |   14 +++++++-------
 l3trial/l3image/l3image.dtx  |    4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/l3kernel/l3drivers-image.dtx b/l3kernel/l3drivers-image.dtx
index f8f88d2..2d27f50 100644
--- a/l3kernel/l3drivers-image.dtx
+++ b/l3kernel/l3drivers-image.dtx
@@ -121,7 +121,7 @@
     \tl_clear:N \l_image_pagebox_tl
     \tl_set:Nx \l_@@_image_attr_tl
       {
-        \tl_if_empty:NF \l_image_decode_tl
+        \tl_if_empty:NF \l_image_decodearray_tl
           { :D \l_image_decodearray_tl }
         \bool_if:NT \l_image_interpolate_bool
           { :I }
@@ -132,7 +132,7 @@
 \cs_new_eq:NN \@@_image_getbb_png:n \@@_image_getbb_jpg:n
 \cs_new_protected:Npn \@@_image_getbb_pdf:n #1
   {
-    \tl_clear:N \l_image_decode_tl
+    \tl_clear:N \l_image_decodearray_tl
     \bool_set_false:N \l_image_interpolate_bool
     \tl_set:Nx \l_@@_image_attr_tl
       {
@@ -162,7 +162,7 @@
         {
           attr ~
             {
-              \tl_if_empty:NF \l_image_decode_tl
+              \tl_if_empty:NF \l_image_decodearray_tl
                 { /Decode~[ \l_image_decodearray_tl ] }
               \bool_if:NT \l_image_interpolate_bool
                 { /Interpolate~true }
@@ -230,7 +230,7 @@
 \cs_new_eq:NN \@@_image_getbb_png:n \@@_image_getbb_jpg:n
 \cs_new_protected:Npn \@@_image_getbb_pdf:n #1
   {
-    \tl_clear:N \l_image_decode_tl
+    \tl_clear:N \l_image_decodearray_tl
     \bool_set_false:N \l_image_interpolate_bool
     \image_extract_bb:n {#1}
   }
@@ -283,7 +283,7 @@
           { : \l_image_pagebox_tl }
         \int_compare:nNnT \l_image_page_int > 1
           { :P \int_use:N \l_image_page_int }
-        \tl_if_empty:NF \l_image_decode_tl
+        \tl_if_empty:NF \l_image_decodearray_tl
           { :D \l_image_decodearray_tl }
         \bool_if:NT \l_image_interpolate_bool
            { :I }
@@ -331,7 +331,7 @@
           { ! \tl_if_empty_p:N \l_image_decodearray_tl }
           {
             <<
-              \tl_if_empty:NF \l_image_decode_tl
+              \tl_if_empty:NF \l_image_decodearray_tl
                 { /Decode~[ \l_image_decodearray_tl ] }
               \bool_if:NT \l_image_interpolate_bool
                 { /Interpolate~true> }
@@ -380,7 +380,7 @@
 \cs_new_eq:NN \@@_image_getbb_png:n \@@_image_getbb_jpg:n
 \cs_new_protected:Npn \@@_image_getbb_pdf:n #1
   {
-    \tl_clear:N \l_image_decode_tl
+    \tl_clear:N \l_image_decodearray_tl
     \bool_set_false:N \l_image_interpolate_bool
     \@@_image_getbb_auxi:nN {#1} \tex_XeTeXpdffile:D
   }
diff --git a/l3trial/l3image/l3image.dtx b/l3trial/l3image/l3image.dtx
index d6b845c..7fbdd0c 100644
--- a/l3trial/l3image/l3image.dtx
+++ b/l3trial/l3image/l3image.dtx
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: l3image.dtx Copyright(C) 2017-2018 The LaTeX3 Project
+%% File: l3image.dtx Copyright(C) 2017-2019 The LaTeX3 Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -58,7 +58,7 @@
 % the driver layer. These functions are primarily aimed at supporting this
 % work.
 %
-% \begin{variable}{\l_image_decode_tl}
+% \begin{variable}{\l_image_decodearray_tl}
 %   Array to decode color in bitmap image: when non-empty, this should
 %   be in the form of one, two or three pairs of real numbers in the range
 %   $[0,1]$, separated by spaces.





More information about the latex3-commits mailing list