[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct some variable names (818e2ccb5)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Apr 6 10:47:51 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/818e2ccb5d33ec03402d6f74e912970465337baf
>---------------------------------------------------------------
commit 818e2ccb5d33ec03402d6f74e912970465337baf
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Apr 6 09:47:51 2022 +0100
Correct some variable names
>---------------------------------------------------------------
818e2ccb5d33ec03402d6f74e912970465337baf
l3experimental/l3graphics/l3graphics.dtx | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/l3experimental/l3graphics/l3graphics.dtx b/l3experimental/l3graphics/l3graphics.dtx
index f884efc08..b3e6851f8 100644
--- a/l3experimental/l3graphics/l3graphics.dtx
+++ b/l3experimental/l3graphics/l3graphics.dtx
@@ -170,11 +170,11 @@
{L3 Experimental graphics inclusion support}
% \end{macrocode}
%
-% \begin{variable}{\l_@@_tmp_ior, \l_@@_tmp_tl}
+% \begin{variable}{\l_@@_internal_ior, \l_@@_internal_tl}
% Scratch space.
% \begin{macrocode}
-\ior_new:N \l_@@_tmp_ior
-\tl_new:N \l_@@_tmp_tl
+\ior_new:N \l_@@_internal_ior
+\tl_new:N \l_@@_internal_tl
% \end{macrocode}
% \end{variable}
%
@@ -326,13 +326,13 @@
\cs_new_protected:Npn \@@_extract_bb_auxiv:nnn #1#2#3
{
\@@_read_bb_auxi:nnnn {#1} {#2}
- { \ior_shell_open:Nn \l_@@_tmp_ior { extractbb~#3-O~#1 } }
+ { \ior_shell_open:Nn \l_@@_internal_ior { extractbb~#3-O~#1 } }
{ pipe-failed }
}
\cs_new_protected:Npn \@@_read_bb:n #1
{
\@@_read_bb_auxi:nnnn {#1} { }
- { \ior_open:Nn \l_@@_tmp_ior {#1} }
+ { \ior_open:Nn \l_@@_internal_ior {#1} }
{ graphic-not-found }
}
% \end{macrocode}
@@ -354,10 +354,10 @@
\cs_new_protected:Npx \@@_read_bb_auxii:nnnn #1#2#3#4
{
#1
- \exp_not:N \ior_if_eof:NTF \exp_not:N \l_@@_tmp_ior
+ \exp_not:N \ior_if_eof:NTF \exp_not:N \l_@@_internal_ior
{ \msg_error:nnn { graphics } {#2} {#3} }
{
- \ior_str_map_inline:Nn \exp_not:N \l_@@_tmp_ior
+ \ior_str_map_inline:Nn \exp_not:N \l_@@_internal_ior
{
\exp_not:N \@@_read_bb_auxiii:w
##1 ~ \c_colon_str \s_@@_stop
@@ -365,7 +365,7 @@
}
\exp_not:n
{
- \ior_close:N \l_@@_tmp_ior
+ \ior_close:N \l_@@_internal_ior
\dim_compare:nNnF \l_@@_llx_dim = { 0pt }
{ \dim_const:cn { c_@@_ #3#4 _llx_dim } { \l_@@_llx_dim } }
\dim_compare:nNnF \l_@@_lly_dim = { 0pt }
@@ -397,13 +397,13 @@
{
\str_if_eq:nnF {#2} { atend }
{
- \tl_set_rescan:Nnx \l_@@_tmp_tl
+ \tl_set_rescan:Nnx \l_@@_internal_tl
{
\char_set_catcode_space:n { 9 }
\char_set_catcode_space:n { 32 }
}
{ \use:n #1 }
- \exp_after:wN \@@_read_bb_auxv:w \l_@@_tmp_tl \s_@@_stop
+ \exp_after:wN \@@_read_bb_auxv:w \l_@@_internal_tl \s_@@_stop
}
}
% \end{macrocode}
More information about the latex3-commits
mailing list.