[latex3-commits] [git/LaTeX3-latex3-latex3] master: Markup [ci skip] (b27c27e)

Bruno Le Floch bruno at le-floch.fr
Sun Jan 13 21:43:38 CET 2019


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

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

commit b27c27e4d3b25e65047966a011e49afedaaf4a74
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sun Jan 13 21:43:38 2019 +0100

    Markup [ci skip]


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

b27c27e4d3b25e65047966a011e49afedaaf4a74
 l3kernel/l3box.dtx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 7fd072d..58f6c50 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -162,13 +162,13 @@
 %     \group_end:
 %     \box_show:N \l_tmpa_box
 %   \end{verbatim}
-%   the first use of |\box_show:N| will show an entirely cleared (void) box, and the
+%   the first use of \cs{box_show:N} will show an entirely cleared (void) box, and the
 %   second will show the letter |A| in the box.
 %
 %   This function is useful as boxes can contain an open-ended amount of material. As
 %   such, they can have a significant memory impact on \TeX{}. At the same time, it is
 %   often the case that once a box has been inserted, it is no longer needed at all.
-%   Using |\box_use_drop:N| in these circumstances therefore offers improved memory
+%   Using \cs{box_use_drop:N} in these circumstances therefore offers improved memory
 %   use and performance. It should therefore be preferred over \cs{box_use:N} where
 %   it is clear that the content is no longer needed in the variable.
 %   \begin{texnote}
@@ -185,8 +185,8 @@
 %   such that its reference point is displaced horizontally by the given
 %   \meta{dimexpr} from the reference point for typesetting, to the right
 %   or left as appropriate. The \meta{box function} should be
-%   a box operation such as |\box_use:N \<box>| or a \enquote{raw}
-%   box specification such as |\vbox:n { xyz }|.
+%   a box operation such as \cs{box_use:N} |\<box>| or a \enquote{raw}
+%   box specification such as \cs{vbox:n} |{ xyz }|.
 % \end{function}
 %
 % \begin{function}{\box_move_up:nn, \box_move_down:nn}
@@ -198,8 +198,8 @@
 %   such that its reference point is displaced vertically by the given
 %   \meta{dimexpr} from the reference point for typesetting, up
 %   or down as appropriate. The \meta{box function} should be
-%   a box operation such as |\box_use:N \<box>| or a \enquote{raw}
-%   box specification such as |\vbox:n { xyz }|.
+%   a box operation such as \cs{box_use:N} |\<box>| or a \enquote{raw}
+%   box specification such as \cs{vbox:n} |{ xyz }|.
 % \end{function}
 %
 % \section{Measuring and setting box dimensions}





More information about the latex3-commits mailing list