diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3skip.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3skip.dtx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx index 1f23ab65c23..2b7b432bd34 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2019-03-05} +% \date{Released 2019-03-26} % % \maketitle % @@ -209,6 +209,8 @@ % Less than & |<| \\ % \end{tabular} % \end{center} +% This function is less flexible than \cs{dim_compare:nTF} but around +% $5$~times faster. % \end{function} % % \begin{function}[updated = 2013-01-13, EXP, pTF]{\dim_compare:n} @@ -252,6 +254,8 @@ % Not equal & |!=| \\ % \end{tabular} % \end{center} +% This function is more flexible than \cs{dim_compare:nNnTF} but +% around $5$~times slower. % \end{function} % % \begin{function}[added = 2013-07-24, EXP, noTF]{\dim_case:nn} |