[latex3-commits] [git/LaTeX3-latex3-latex3] master: Document that one can use dim instead of skip in a few functions (see #421) (221edac)

Bruno Le Floch bruno at le-floch.fr
Tue Sep 25 07:02:05 CEST 2018


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

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

commit 221edac03baf109cec828ccdeade40df3cee6eb2
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Tue Sep 25 07:02:05 2018 +0200

    Document that one can use dim instead of skip in a few functions (see #421)


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

221edac03baf109cec828ccdeade40df3cee6eb2
 l3kernel/l3skip.dtx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3skip.dtx b/l3kernel/l3skip.dtx
index 5b12985..0dbf76f 100644
--- a/l3kernel/l3skip.dtx
+++ b/l3kernel/l3skip.dtx
@@ -746,7 +746,7 @@
 %   Recovers the content of a \meta{skip} and places it directly
 %   in the input stream. An error is raised if the variable does
 %   not exist or if it is invalid. Can be omitted in places where a
-%   \meta{dimension} is required (such as in the argument of
+%   \meta{dimension} or \meta{skip} is required (such as in the argument of
 %   \cs{skip_eval:n}).
 %   \begin{texnote}
 %     \cs{skip_use:N} is the \TeX{} primitive \tn{the}: this is one of
@@ -822,6 +822,7 @@
 %     \cs{skip_horizontal:n} \Arg{skipexpr}
 %   \end{syntax}
 %   Inserts a horizontal \meta{skip} into the current list.
+%   The argument can also be a \meta{dim}.
 %   \begin{texnote}
 %     \cs{skip_horizontal:N} is the \TeX{} primitive \tn{hskip} renamed.
 %   \end{texnote}
@@ -834,6 +835,7 @@
 %     \cs{skip_vertical:n} \Arg{skipexpr}
 %   \end{syntax}
 %   Inserts a vertical \meta{skip} into the current list.
+%   The argument can also be a \meta{dim}.
 %   \begin{texnote}
 %     \cs{skip_vertical:N} is the \TeX{} primitive \tn{vskip} renamed.
 %   \end{texnote}





More information about the latex3-commits mailing list