diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3int.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3int.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx index 2d5be22ab66..db82e1993a1 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: l3int.dtx Copyright (C) 1990-2011 The LaTeX3 Project +%% File: l3int.dtx Copyright (C) 1990-2012 The LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3int.dtx 3086 2011-12-22 17:55:46Z bruno $ +\GetIdInfo$Id: l3int.dtx 3139 2012-01-07 19:53:09Z bruno $ {L3 Experimental integers} %</driver|package> %<*driver> @@ -192,7 +192,7 @@ % \end{syntax} % Ensures that the \meta{integer} exists globally by applying % \cs{int_new:N} if necessary, then applies \cs{int_(g)zero:N} to leave -% the \meta{integer} is set to zero. +% the \meta{integer} set to zero. % \end{function} % % \begin{function} @@ -302,9 +302,9 @@ % \begin{center} % \begin{tabular}{ll} % Equal & |=| or |==| \\ -% Greater than or equal to & |=>| \\ +% Greater than or equal to & |>=| \\ % Greater than & |>| \\ -% Less than or equal to & |=<| \\ +% Less than or equal to & |<=| \\ % Less than & |<| \\ % Not equal & |!=| \\ % \end{tabular} |