[latex3-commits] [git/LaTeX3-latex3-latex3] master: \tl_range:nnn accepts integer expressions (f437b2d12)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Feb 23 18:02:18 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/f437b2d128f442a61fbb18c358e72a45931ff704
>---------------------------------------------------------------
commit f437b2d128f442a61fbb18c358e72a45931ff704
Author: Florent Rougon <f.rougon at free.fr>
Date: Sun Feb 23 17:51:40 2020 +0100
\tl_range:nnn accepts integer expressions
>---------------------------------------------------------------
f437b2d128f442a61fbb18c358e72a45931ff704
l3kernel/l3tl.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index f9a85ab2a..3d9fe7810 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -1086,7 +1086,7 @@
% Leaves in the input stream the items from the \meta{start index} to the
% \meta{end index} inclusive. Spaces and braces are preserved between
% the items returned (but never at either end of the list).
-% Here \meta{start index} and \meta{end index} should be integer denotations.
+% Here \meta{start index} and \meta{end index} should be \meta{integer expressions}.
% For describing in detail the functions' behavior, let $m$ and $n$ be the start
% and end index respectively. If either is $0$, the result is empty. A positive
% index means `start counting from the left end', and a negative index means
More information about the latex3-commits
mailing list.