[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Replace quarks by scan marks in l3graphics (8316525ed)

PhelypeOleinik tex.phelype at gmail.com
Sat Mar 21 03:12:33 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : scan-quark
Link       : https://github.com/latex3/latex3/commit/8316525ed40f91933cc8293c84fda7fb62c05723

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

commit 8316525ed40f91933cc8293c84fda7fb62c05723
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Mar 20 23:12:33 2020 -0300

    Replace quarks by scan marks in l3graphics


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

8316525ed40f91933cc8293c84fda7fb62c05723
 l3experimental/l3graphics/l3graphics.dtx | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/l3experimental/l3graphics/l3graphics.dtx b/l3experimental/l3graphics/l3graphics.dtx
index e877b69ca..2b2003458 100644
--- a/l3experimental/l3graphics/l3graphics.dtx
+++ b/l3experimental/l3graphics/l3graphics.dtx
@@ -254,6 +254,13 @@
 %    \end{macrocode}
 % \end{variable}
 %
+% \begin{variable}{\s_@@_stop}
+%   Internal scan marks.
+%    \begin{macrocode}
+\scan_new:N \s_@@_stop
+%    \end{macrocode}
+% \end{variable}
+%
 % \subsection{Image feature support}
 %
 % \begin{macro}
@@ -408,7 +415,7 @@
         \ior_str_map_inline:Nn \exp_not:N \l_@@_tmp_ior
           {
             \exp_not:N \@@_read_bb_auxiii:w
-              ##1 ~ \c_colon_str \exp_not:N \q_stop
+              ##1 ~ \c_colon_str \exp_not:N \s_@@_stop
           }
       }
     \exp_not:n
@@ -425,12 +432,12 @@
 \use:x
   {
     \cs_new_protected:Npn \exp_not:N \@@_read_bb_auxiii:w
-      ##1 \c_colon_str ##2 \exp_not:N \q_stop
+      ##1 \c_colon_str ##2 \exp_not:N \s_@@_stop
       {
         \exp_not:N \str_if_eq:nnT
           { \c_percent_str \c_percent_str BoundingBox }
           {##1}
-          { \exp_not:N \@@_read_bb_auxiv:w ##2 ( ) \exp_not:N \q_stop }
+          { \exp_not:N \@@_read_bb_auxiv:w ##2 ( ) \exp_not:N \s_@@_stop }
       }
   }
 %    \end{macrocode}
@@ -441,7 +448,7 @@
 %   whitespace. \TeX{} will then tidy up for us, with just a leading space to
 %   worry about: that is taken out by the |\use:n| here.
 %    \begin{macrocode}
-\cs_new_protected:Npn \@@_read_bb_auxiv:w #1 ( #2 ) #3 \q_stop
+\cs_new_protected:Npn \@@_read_bb_auxiv:w #1 ( #2 ) #3 \s_@@_stop
   {
     \str_if_eq:nnF {#2} { atend }
       {
@@ -451,14 +458,14 @@
             \char_set_catcode_space:n { 32 }
           }
           { \use:n #1 }
-        \exp_after:wN \@@_read_bb_auxv:w \l_@@_tmp_tl \q_stop
+        \exp_after:wN \@@_read_bb_auxv:w \l_@@_tmp_tl \s_@@_stop
       }
   }
 %    \end{macrocode}
 %   A trailing space was deliberately added earlier so we know that the final
 %   data point is terminated by a space.
 %    \begin{macrocode}
-\cs_new_protected:Npn \@@_read_bb_auxv:w #1~#2~#3~#4~#5 \q_stop
+\cs_new_protected:Npn \@@_read_bb_auxv:w #1~#2~#3~#4~#5 \s_@@_stop
   {
     \dim_set:Nn \l_graphics_llx_dim { #1 bp }
     \dim_set:Nn \l_graphics_lly_dim { #2 bp }





More information about the latex3-commits mailing list.