[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: It is a good idea to declare variables (dfeb4bdd9)

PhelypeOleinik tex.phelype at gmail.com
Sat Mar 21 03:09:42 CET 2020


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

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

commit dfeb4bdd9ddbce827e556cb17a5b2ca8473a4f55
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Mar 20 23:09:42 2020 -0300

    It is a good idea to declare variables


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

dfeb4bdd9ddbce827e556cb17a5b2ca8473a4f55
 l3experimental/l3str/l3str-format.dtx | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/l3experimental/l3str/l3str-format.dtx b/l3experimental/l3str/l3str-format.dtx
index 7a7f834a9..7cdd7be78 100644
--- a/l3experimental/l3str/l3str-format.dtx
+++ b/l3experimental/l3str/l3str-format.dtx
@@ -189,6 +189,13 @@
 %    \end{macrocode}
 % \end{macro}
 %
+% \begin{variable}{\s_@@_stop}
+%   Internal scan marks.
+%    \begin{macrocode}
+\scan_new:N \s_@@_stop
+%    \end{macrocode}
+% \end{variable}
+%
 % \begin{macro}[EXP]{\@@_format_if_digit:NTF}
 %   Here we expect |#1| to be a character with category other, or
 %   \cs{s_@@_stop}.





More information about the latex3-commits mailing list.