diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3skip.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3skip.dtx | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx index 9145e7d59cf..8655a41201c 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3skip.dtx 2526 2011-08-09 08:58:42Z joseph $ +\GetIdInfo$Id: l3skip.dtx 2665 2011-08-25 22:15:27Z joseph $ {L3 Experimental dimensions and skips} %</driver|package> %<*driver> @@ -258,11 +258,6 @@ % Less than & |<| \\ % \end{tabular} % \end{center} -% The branching versions then leave either \meta{true code} or -% \meta{false code} in the input stream, as appropriate to the truth -% of the test and the variant of the function chosen. The logical -% truth of the test is left in the input stream by the predicate -% version. % \end{function} % % \begin{function}[EXP,pTF]{\dim_compare:n} @@ -286,11 +281,6 @@ % Not equal & |!=| \\ % \end{tabular} % \end{center} -% The branching versions then leave either \meta{true code} or -% \meta{false code} in the input stream, as appropriate to the truth -% of the test and the variant of the function chosen. The logical -% truth of the test is left in the input stream by the predicate -% version. % \end{function} % % \section{Dimension expression loops} @@ -582,11 +572,7 @@ % \meta{skip expressions} as described for \cs{skip_eval:n}. % The two results are then compared for exact equality, % \emph{i.e.}~both the fixed and rubber components must be the same -% for the test to be true. The branching versions then leave either -% \meta{true code} or \meta{false code} in the input stream, as -% appropriate to the truth of the test and the variant of the function -% chosen. The logical truth of the test is left in the input stream by -% the predicate version. +% for the test to be true. % \end{function} % % \begin{function}[EXP,pTF]{\skip_if_infinite_glue:n} @@ -598,10 +584,6 @@ % Evaluates the \meta{skip expression} as described for \cs{skip_eval:n}, % and then tests if this contains an infinite stretch or shrink % component (or both). -% The branching versions then leave either \meta{true code} or -% \meta{false code} in the input stream, as appropriate to the truth -% of the test and the variant of the function chosen. The logical -% truth of the test is left in the input stream by the predicate % \end{function} % % \section{Using \texttt{skip} expressions and variables} |