summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ifthen.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ifthen.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ifthen.dtx32
1 files changed, 16 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/base/ifthen.dtx b/Master/texmf-dist/source/latex/base/ifthen.dtx
index 5ad576019e7..bf395982761 100644
--- a/Master/texmf-dist/source/latex/base/ifthen.dtx
+++ b/Master/texmf-dist/source/latex/base/ifthen.dtx
@@ -2,29 +2,29 @@
%
% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
% The LaTeX3 Project and any individual authors listed elsewhere
-% in this file.
-%
+% in this file.
+%
% This file is part of the LaTeX base system.
% -------------------------------------------
-%
+%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
-% and version 1.3c or later is part of all distributions of LaTeX
+% and version 1.3c or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
-%
+%
% This file has the LPPL maintenance status "maintained".
-%
+%
% The list of all files belonging to the LaTeX base distribution is
% given in the file `manifest.txt'. See also `legal.txt' for additional
% information.
-%
-% The list of derived (unpacked) files belonging to the distribution
-% and covered by LPPL is defined by the unpacking scripts (with
+%
+% The list of derived (unpacked) files belonging to the distribution
+% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
-%
+%
% \fi
% \iffalse
%%
@@ -62,7 +62,7 @@
% \date{\filedate}
% \author{David Carlisle}
% \maketitle
-%
+%
% \CheckSum{306}
%
%
@@ -127,10 +127,10 @@
% primitive \TeX\ |\if| constructs, for example |\boolean{true}|
% (|\iftrue|), |\boolean{mmode}| (|\ifmmode|) etc.
%
-%
+%
% The commands:\\
-% |\newboolean|\marg{name}\DescribeMacro{\newboolean}\ and\
-% |\provideboolean|\marg{name}\DescribeMacro{\provideboolean}\
+% |\newboolean|\marg{name}\DescribeMacro{\newboolean}\ and\
+% |\provideboolean|\marg{name}\DescribeMacro{\provideboolean}\
% are provided so the user can easily create new boolean flags.
% As for |\newcommand|, |\newboolean| generates an error if the
% command name is not new. |\provideboolean| silently does nothing in
@@ -149,7 +149,7 @@
% first pass in an |\edef| expands clauses in all propositions.)
%
% Apart from the addition of the extra atomic propositions |\isodd|,
-% |\boolean|, |\lengthtest| and |\isundefined|,
+% |\boolean|, |\lengthtest| and |\isundefined|,
% the only known incompatibility is that
% in this package the expression|\not\not|\meta{P} is equivalent to
% \meta{P}.
@@ -274,7 +274,7 @@
\TE@repl\and\TE@and
\TE@repl\not\TE@neg
% \end{macrocode}
-%
+%
% \changes{v1.1c}{2001/05/25}{Added \cs{AND}, \cs{OR} and \cs{NOT} as
% boolean operators as alternative to the lower case versions
% (pr/3297)}