summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3box.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3box.dtx66
1 files changed, 33 insertions, 33 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3box.dtx b/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
index ed7b1f499a3..2ab05edbc62 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2023-02-07}
+% \date{Released 2023-02-22}
%
% \maketitle
%
@@ -142,12 +142,12 @@
%
% \begin{function}{\box_move_right:nn, \box_move_left:nn}
% \begin{syntax}
-% \cs{box_move_right:nn} \Arg{dimexpr} \Arg{box function}
+% \cs{box_move_right:nn} \Arg{dim expr} \Arg{box function}
% \end{syntax}
% This function operates in vertical mode, and inserts the
% material specified by the \meta{box function}
% such that its reference point is displaced horizontally by the given
-% \meta{dimexpr} from the reference point for typesetting, to the right
+% \meta{dim expr} from the reference point for typesetting, to the right
% or left as appropriate. The \meta{box function} should be
% a box operation such as \cs{box_use:N} |\<box>| or a \enquote{raw}
% box specification such as \cs{vbox:n} |{ xyz }|.
@@ -155,12 +155,12 @@
%
% \begin{function}{\box_move_up:nn, \box_move_down:nn}
% \begin{syntax}
-% \cs{box_move_up:nn} \Arg{dimexpr} \Arg{box function}
+% \cs{box_move_up:nn} \Arg{dim expr} \Arg{box function}
% \end{syntax}
% This function operates in horizontal mode, and inserts the
% material specified by the \meta{box function}
% such that its reference point is displaced vertically by the given
-% \meta{dimexpr} from the reference point for typesetting, up
+% \meta{dim expr} from the reference point for typesetting, up
% or down as appropriate. The \meta{box function} should be
% a box operation such as \cs{box_use:N} |\<box>| or a \enquote{raw}
% box specification such as \cs{vbox:n} |{ xyz }|.
@@ -173,7 +173,7 @@
% \cs{box_dp:N} \meta{box}
% \end{syntax}
% Calculates the depth (below the baseline) of the \meta{box}
-% in a form suitable for use in a \meta{dimension expression}.
+% in a form suitable for use in a \meta{dim expr}.
% \begin{texnote}
% This is the \TeX{} primitive \tn{dp}.
% \end{texnote}
@@ -184,7 +184,7 @@
% \cs{box_ht:N} \meta{box}
% \end{syntax}
% Calculates the height (above the baseline) of the \meta{box}
-% in a form suitable for use in a \meta{dimension expression}.
+% in a form suitable for use in a \meta{dim expr}.
% \begin{texnote}
% This is the \TeX{} primitive \tn{ht}.
% \end{texnote}
@@ -195,7 +195,7 @@
% \cs{box_wd:N} \meta{box}
% \end{syntax}
% Calculates the width of the \meta{box} in a form
-% suitable for use in a \meta{dimension expression}.
+% suitable for use in a \meta{dim expr}.
% \begin{texnote}
% This is the \TeX{} primitive \tn{wd}.
% \end{texnote}
@@ -206,7 +206,7 @@
% \cs{box_ht_plus_dp:N} \meta{box}
% \end{syntax}
% Calculates the total vertical size (height plus depth) of the \meta{box}
-% in a form suitable for use in a \meta{dimension expression}.
+% in a form suitable for use in a \meta{dim expr}.
% \end{function}
%
% \begin{function}[updated = 2019-01-22]
@@ -215,10 +215,10 @@
% \box_gset_dp:Nn, \box_gset_dp:cn
% }
% \begin{syntax}
-% \cs{box_set_dp:Nn} \meta{box} \Arg{dimension expression}
+% \cs{box_set_dp:Nn} \meta{box} \Arg{dim expr}
% \end{syntax}
% Set the depth (below the baseline) of the \meta{box} to the value of
-% the \Arg{dimension expression}.
+% the \Arg{dim expr}.
% \end{function}
%
% \begin{function}[updated = 2019-01-22]
@@ -227,10 +227,10 @@
% \box_gset_ht:Nn, \box_gset_ht:cn
% }
% \begin{syntax}
-% \cs{box_set_ht:Nn} \meta{box} \Arg{dimension expression}
+% \cs{box_set_ht:Nn} \meta{box} \Arg{dim expr}
% \end{syntax}
% Set the height (above the baseline) of the \meta{box} to the value of
-% the \Arg{dimension expression}.
+% the \Arg{dim expr}.
% \end{function}
%
% \begin{function}[updated = 2019-01-22]
@@ -239,10 +239,10 @@
% \box_gset_wd:Nn, \box_gset_wd:cn
% }
% \begin{syntax}
-% \cs{box_set_wd:Nn} \meta{box} \Arg{dimension expression}
+% \cs{box_set_wd:Nn} \meta{box} \Arg{dim expr}
% \end{syntax}
% Set the width of the \meta{box} to the value of the
-% \Arg{dimension expression}.
+% \Arg{dim expr}.
% \end{function}
%
% \section{Box conditionals}
@@ -324,10 +324,10 @@
%
% \begin{function}[added = 2012-05-11]{\box_show:Nnn, \box_show:cnn}
% \begin{syntax}
-% \cs{box_show:Nnn} \meta{box} \Arg{intexpr_1} \Arg{intexpr_2}
+% \cs{box_show:Nnn} \meta{box} \Arg{int expr_1} \Arg{int expr_2}
% \end{syntax}
% Display the contents of \meta{box} in the terminal, showing the first
-% \meta{intexpr_1} items of the box, and descending into \meta{intexpr_2}
+% \meta{int expr_1} items of the box, and descending into \meta{int expr_2}
% group levels.
% \end{function}
%
@@ -340,10 +340,10 @@
%
% \begin{function}[added = 2012-05-11]{\box_log:Nnn, \box_log:cnn}
% \begin{syntax}
-% \cs{box_log:Nnn} \meta{box} \Arg{intexpr_1} \Arg{intexpr_2}
+% \cs{box_log:Nnn} \meta{box} \Arg{int expr_1} \Arg{int expr_2}
% \end{syntax}
% Writes the contents of \meta{box} to the log, showing the first
-% \meta{intexpr_1} items of the box, and descending into \meta{intexpr_2}
+% \meta{int expr_1} items of the box, and descending into \meta{int expr_2}
% group levels.
% \end{function}
%
@@ -364,10 +364,10 @@
%
% \begin{function}[updated = 2017-04-05]{\hbox_to_wd:nn}
% \begin{syntax}
-% \cs{hbox_to_wd:nn} \Arg{dimexpr} \Arg{contents}
+% \cs{hbox_to_wd:nn} \Arg{dim expr} \Arg{contents}
% \end{syntax}
% Typesets the \meta{contents} into a horizontal box of width
-% \meta{dimexpr} and then includes this box in the current list for
+% \meta{dim expr} and then includes this box in the current list for
% typesetting.
% \end{function}
%
@@ -394,9 +394,9 @@
% \hbox_gset_to_wd:Nnn, \hbox_gset_to_wd:cnn
% }
% \begin{syntax}
-% \cs{hbox_set_to_wd:Nnn} \meta{box} \Arg{dimexpr} \Arg{contents}
+% \cs{hbox_set_to_wd:Nnn} \meta{box} \Arg{dim expr} \Arg{contents}
% \end{syntax}
-% Typesets the \meta{contents} to the width given by the \meta{dimexpr}
+% Typesets the \meta{contents} to the width given by the \meta{dim expr}
% and then stores the result inside the \meta{box}.
% \end{function}
%
@@ -447,9 +447,9 @@
% \hbox_gset_to_wd:Nnw, \hbox_gset_to_wd:cnw
% }
% \begin{syntax}
-% \cs{hbox_set_to_wd:Nnw} \meta{box} \Arg{dimexpr} \meta{contents} \cs{hbox_set_end:}
+% \cs{hbox_set_to_wd:Nnw} \meta{box} \Arg{dim expr} \meta{contents} \cs{hbox_set_end:}
% \end{syntax}
-% Typesets the \meta{contents} to the width given by the \meta{dimexpr}
+% Typesets the \meta{contents} to the width given by the \meta{dim expr}
% and then stores the result inside the \meta{box}. In contrast
% to \cs{hbox_set_to_wd:Nnn} this function does not absorb the argument
% when finding the \meta{content}, and so can be used in circumstances
@@ -498,10 +498,10 @@
%
% \begin{function}[updated = 2017-04-05]{\vbox_to_ht:nn}
% \begin{syntax}
-% \cs{vbox_to_ht:nn} \Arg{dimexpr} \Arg{contents}
+% \cs{vbox_to_ht:nn} \Arg{dim expr} \Arg{contents}
% \end{syntax}
% Typesets the \meta{contents} into a vertical box of height
-% \meta{dimexpr} and then includes this box in the current list for
+% \meta{dim expr} and then includes this box in the current list for
% typesetting.
% \end{function}
%
@@ -538,10 +538,10 @@
% \vbox_gset_to_ht:Nnn, \vbox_gset_to_ht:cnn
% }
% \begin{syntax}
-% \cs{vbox_set_to_ht:Nnn} \meta{box} \Arg{dimexpr} \Arg{contents}
+% \cs{vbox_set_to_ht:Nnn} \meta{box} \Arg{dim expr} \Arg{contents}
% \end{syntax}
% Typesets the \meta{contents} to the height given by the
-% \meta{dimexpr} and then stores the result inside the \meta{box}.
+% \meta{dim expr} and then stores the result inside the \meta{box}.
% \end{function}
%
% \begin{function}[updated = 2017-04-05]
@@ -567,9 +567,9 @@
% \vbox_gset_to_ht:Nnw, \vbox_gset_to_ht:cnw
% }
% \begin{syntax}
-% \cs{vbox_set_to_ht:Nnw} \meta{box} \Arg{dimexpr} \meta{contents} \cs{vbox_set_end:}
+% \cs{vbox_set_to_ht:Nnw} \meta{box} \Arg{dim expr} \meta{contents} \cs{vbox_set_end:}
% \end{syntax}
-% Typesets the \meta{contents} to the height given by the \meta{dimexpr}
+% Typesets the \meta{contents} to the height given by the \meta{dim expr}
% and then stores the result inside the \meta{box}. In contrast
% to \cs{vbox_set_to_ht:Nnn} this function does not absorb the argument
% when finding the \meta{content}, and so can be used in circumstances
@@ -585,10 +585,10 @@
% \vbox_gset_split_to_ht:Ncn, \vbox_gset_split_to_ht:ccn
% }
% \begin{syntax}
-% \cs{vbox_set_split_to_ht:NNn} \meta{box_1} \meta{box_2} \Arg{dimexpr}
+% \cs{vbox_set_split_to_ht:NNn} \meta{box_1} \meta{box_2} \Arg{dim expr}
% \end{syntax}
% Sets \meta{box_1} to contain material to the height given by the
-% \meta{dimexpr} by removing content from the top of \meta{box_2}
+% \meta{dim expr} by removing content from the top of \meta{box_2}
% (which must be a vertical box).
% \end{function}
%