diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-23 21:10:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-23 21:10:03 +0000 |
commit | 475e83fff3141e2a85e09558f86e0ff1b62bd96a (patch) | |
tree | 827d1a7870432ba26bcdc38e42741796665d28bd /Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx | |
parent | d4a963839eed143fad031114eec397d3327e60f3 (diff) |
l3kernel (23feb23)
git-svn-id: svn://tug.org/texlive/trunk@66094 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx index d7a9faaf36e..7b4ce3695ce 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2023-02-07} +% \date{Released 2023-02-22} % % \maketitle % @@ -117,7 +117,7 @@ % \end{syntax} % Adjusts the bounding box of the \meta{box} \meta{left} is removed from % the left-hand edge of the bounding box, \meta{right} from the right-hand -% edge and so fourth. All adjustments are \meta{dimension expressions}. +% edge and so fourth. All adjustments are \meta{dim exprs}. % Material outside of the bounding box is still displayed in the output % unless \cs{box_clip:N} is subsequently applied. % The updated \meta{box} is an @@ -138,7 +138,7 @@ % Adjusts the bounding box of the \meta{box} such that it has lower-left % co-ordinates (\meta{llx}, \meta{lly}) and upper-right co-ordinates % (\meta{urx}, \meta{ury}). All four co-ordinate positions are -% \meta{dimension expressions}. Material outside of the bounding box is +% \meta{dim exprs}. Material outside of the bounding box is % still displayed in the output unless \cs{box_clip:N} is % subsequently applied. % The updated \meta{box} is an @@ -166,9 +166,9 @@ % % \begin{function}[pTF, added = 2019-08-25]{\fp_if_nan:n} % \begin{syntax} -% \cs{fp_if_nan:n} \Arg{fpexpr} +% \cs{fp_if_nan:n} \Arg{fp expr} % \end{syntax} -% Evaluates the \meta{fpexpr} and tests whether the result is exactly +% Evaluates the \meta{fp expr} and tests whether the result is exactly % \nan{}. The test returns \texttt{false} for any other result, even % a tuple containing \nan{}. % \end{function} @@ -437,14 +437,14 @@ % \begin{function}[added = 2021-04-29, noTF] % {\seq_set_item:Nnn, \seq_set_item:cnn, \seq_gset_item:Nnn, \seq_gset_item:cnn} % \begin{syntax} -% \cs{seq_set_item:Nnn} \meta{seq~var} \Arg{intexpr} \Arg{item} -% \cs{seq_set_item:NnnTF} \meta{seq~var} \Arg{intexpr} \Arg{item} \Arg{true code} \Arg{false code} +% \cs{seq_set_item:Nnn} \meta{seq~var} \Arg{int expr} \Arg{item} +% \cs{seq_set_item:NnnTF} \meta{seq~var} \Arg{int expr} \Arg{item} \Arg{true code} \Arg{false code} % \end{syntax} % Removes the item of \meta{sequence} at the position given by -% evaluating the \meta{integer expression} and replaces it by +% evaluating the \meta{int expr} and replaces it by % \meta{item}. Items are indexed from $1$ on the left/top of the % \meta{sequence}, or from $-1$ on the right/bottom. If the -% \meta{integer expression} is zero or is larger (in absolute value) +% \meta{int expr} is zero or is larger (in absolute value) % than the number of items in the sequence, the \meta{sequence} is not % modified. In these cases, \cs{seq_set_item:Nnn} raises an error % while \cs{seq_set_item:NnnTF} runs the \meta{false code}. In cases @@ -455,10 +455,10 @@ % \begin{function}[added = 2021-04-28, noTF] % {\seq_pop_item:NnN, \seq_pop_item:cnN, \seq_gpop_item:NnN, \seq_gpop_item:cnN} % \begin{syntax} -% \cs{seq_pop_item:NnN} \meta{seq~var} \Arg{intexpr} \Arg{tl~var} -% \cs{seq_pop_item:NnNTF} \meta{seq~var} \Arg{intexpr} \Arg{tl~var} \Arg{true code} \Arg{false code} +% \cs{seq_pop_item:NnN} \meta{seq~var} \Arg{int expr} \Arg{tl~var} +% \cs{seq_pop_item:NnNTF} \meta{seq~var} \Arg{int expr} \Arg{tl~var} \Arg{true code} \Arg{false code} % \end{syntax} -% Removes the \meta{item} at position \meta{integer expression} in the +% Removes the \meta{item} at position \meta{int expr} in the % \meta{sequence}, and places it in the \meta{token list variable}. % Items are indexed from $1$ on the left/top of the \meta{sequence}, % or from $-1$ on the right/bottom. If the position is zero or is |