summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3skip.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3skip.dtx27
1 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
index 404b24bef11..e22e024ef16 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
@@ -38,7 +38,7 @@
\documentclass[full]{l3doc}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: l3skip.dtx 6366 2016-01-05 22:18:59Z joseph $
+\GetIdInfo$Id: l3skip.dtx 6692 2016-08-19 22:29:47Z bruno $
{L3 Dimensions and skips}
%</driver|package>
%<*driver>
@@ -112,7 +112,8 @@
% \cs{dim_zero_new:N} \meta{dimension}
% \end{syntax}
% Ensures that the \meta{dimension} exists globally by applying
-% \cs{dim_new:N} if necessary, then applies \cs{dim_(g)zero:N} to leave
+% \cs{dim_new:N} if necessary, then applies
+% \cs[index=dim_zero:N]{dim_(g)zero:N} to leave
% the \meta{dimension} set to zero.
% \end{function}
%
@@ -272,7 +273,7 @@
% \end{center}
% \end{function}
%
-% \begin{function}[added = 2013-07-24, EXP, TF]{\dim_case:nn}
+% \begin{function}[added = 2013-07-24, EXP, noTF]{\dim_case:nn}
% \begin{syntax}
% \cs{dim_case:nnTF} \Arg{test dimension expression} \\
% ~~|{| \\
@@ -598,7 +599,8 @@
% \cs{skip_zero_new:N} \meta{skip}
% \end{syntax}
% Ensures that the \meta{skip} exists globally by applying
-% \cs{skip_new:N} if necessary, then applies \cs{skip_(g)zero:N} to leave
+% \cs{skip_new:N} if necessary, then applies
+% \cs[index=skip_zero:N]{skip_(g)zero:N} to leave
% the \meta{skip} set to zero.
% \end{function}
%
@@ -816,7 +818,8 @@
% \cs{muskip_zero_new:N} \meta{muskip}
% \end{syntax}
% Ensures that the \meta{muskip} exists globally by applying
-% \cs{muskip_new:N} if necessary, then applies \cs{muskip_(g)zero:N}
+% \cs{muskip_new:N} if necessary, then applies
+% \cs[index=muskip_zero:N]{muskip_(g)zero:N}
% to leave the \meta{muskip} set to zero.
% \end{function}
%
@@ -1268,13 +1271,12 @@
% \end{macro}
% \end{macro}
%
-% \begin{macro}[EXP]{\dim_case:nn}
-% \begin{macro}[EXP, TF]{\dim_case:nn}
+% \begin{macro}[EXP, noTF]{\dim_case:nn}
% \begin{macro}[aux]{\@@_case:nnTF}
% \begin{macro}[aux]{\@@_case:nw, \@@_case_end:nw}
% For dimension cases, the first task to fully expand the check
% condition. The over all idea is then much the same as for
-% \cs{str_case:nn(TF)} as described in \pkg{l3basics}.
+% \cs[index=str_case:nnTF]{str_case:nn(TF)} as described in \pkg{l3basics}.
% \begin{macrocode}
\cs_new:Npn \dim_case:nnTF #1
{
@@ -1309,7 +1311,6 @@
% \end{macro}
% \end{macro}
% \end{macro}
-% \end{macro}
%
% \subsection{Dimension expression loops}
%
@@ -1499,7 +1500,7 @@
% Diagnostics. We don't use the \TeX{} primitive \tn{showthe} to show
% dimension expressions: this gives a more unified output.
% \begin{macrocode}
-\cs_new_protected_nopar:Npn \dim_show:n
+\cs_new_protected:Npn \dim_show:n
{ \__msg_show_wrap:Nn \dim_eval:n }
% \end{macrocode}
% \end{macro}
@@ -1507,7 +1508,7 @@
% \subsection{Constant dimensions}
%
% \begin{variable}{\c_zero_dim, \c_max_dim}
-% Constant dimensions: in package mode, a couple of registers can be saved.
+% Constant dimensions.
% \begin{macrocode}
\dim_const:Nn \c_zero_dim { 0 pt }
\dim_const:Nn \c_max_dim { 16383.99999 pt }
@@ -1741,7 +1742,7 @@
% Diagnostics. We don't use the \TeX{} primitive \tn{showthe} to show
% skip expressions: this gives a more unified output.
% \begin{macrocode}
-\cs_new_protected_nopar:Npn \skip_show:n
+\cs_new_protected:Npn \skip_show:n
{ \__msg_show_wrap:Nn \skip_eval:n }
% \end{macrocode}
% \end{macro}
@@ -1931,7 +1932,7 @@
% Diagnostics. We don't use the \TeX{} primitive \tn{showthe} to show
% muskip expressions: this gives a more unified output.
% \begin{macrocode}
-\cs_new_protected_nopar:Npn \muskip_show:n
+\cs_new_protected:Npn \muskip_show:n
{ \__msg_show_wrap:Nn \muskip_eval:n }
% \end{macrocode}
% \end{macro}