summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/lterror.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/lterror.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/lterror.dtx48
1 files changed, 24 insertions, 24 deletions
diff --git a/Master/texmf-dist/source/latex/base/lterror.dtx b/Master/texmf-dist/source/latex/base/lterror.dtx
index ebc070f11d1..510b59e9e2f 100644
--- a/Master/texmf-dist/source/latex/base/lterror.dtx
+++ b/Master/texmf-dist/source/latex/base/lterror.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
@@ -68,14 +68,14 @@
% \changes{v1.1d}{1994/05/21}{(ASAJ) Made the error commands robust.}
% \changes{v1.1e}{1994/05/22}{(ASAJ) Replaced bgroup by begingroup in
% error messages, to stop extra mathords creeping into math mode.}
-% \changes{v1.2a}{1994/05/22}{(ASAJ) Replaced \cs{@generic@message} and
-% \cs{@generic@error} by \cs{GenericError}, \cs{GenericWarning} and
+% \changes{v1.2a}{1994/05/22}{(ASAJ) Replaced \cs{@generic@message} and
+% \cs{@generic@error} by \cs{GenericError}, \cs{GenericWarning} and
% \cs{GenericInfo}.}
-% \changes{v1.2a}{1994/05/22}{(ASAJ) Made \cs{GenericError},
+% \changes{v1.2a}{1994/05/22}{(ASAJ) Made \cs{GenericError},
% \cs{GenericWarning} and \cs{GenericInfo} robust.}
-% \changes{v1.2a}{1994/05/22}{(ASAJ) Replaced \cmd\\ and tilde by
+% \changes{v1.2a}{1994/05/22}{(ASAJ) Replaced \cmd\\ and tilde by
% \cs{MessageBreak} and \cs{space}.}
-% \changes{v1.2a}{1994/05/22}{(ASAJ) Replaces \cs{string} by
+% \changes{v1.2a}{1994/05/22}{(ASAJ) Replaces \cs{string} by
% \cs{protect} in some messages.}
% \changes{v1.2f}{1994/05/24}{(DPC) wrap long lines}
% \changes{v1.2h}{1994/11/17}
@@ -106,9 +106,9 @@
% \subsection{General commands}
%
% \begin{macro}{\MessageBreak}
-% This command prints a new-line inside a message, followed by a
-% continuation line begun with |\@msg@continuation|. Normally it is
-% defined to be |\relax|, but inside messages, it is let to
+% This command prints a new-line inside a message, followed by a
+% continuation line begun with |\@msg@continuation|. Normally it is
+% defined to be |\relax|, but inside messages, it is let to
% |\@message@break|.
% \begin{macrocode}
\let\MessageBreak\relax
@@ -119,7 +119,7 @@
% \cs{Generic*} commands. ASAJ.}
%
% \begin{macro}{\GenericInfo}
-% This takes two arguments: a continuation and a message, and sends
+% This takes two arguments: a continuation and a message, and sends
% the result to the log file.
% \begin{macrocode}
\DeclareRobustCommand{\GenericInfo}[2]{%
@@ -133,7 +133,7 @@
% \end{macro}
%
% \begin{macro}{\GenericWarning}
-% This takes two arguments: a continuation and a message, and sends
+% This takes two arguments: a continuation and a message, and sends
% the result to the screen.
% \begin{macrocode}
\DeclareRobustCommand{\GenericWarning}[2]{%
@@ -285,7 +285,7 @@ Type H <return> for immediate help.}%
% interactive prompt. The |WarningNoLine| commands do the same,
% but don't print the input line number. The |Info| commands write
% the message to the
-% |log| file. Within the messages, the command
+% |log| file. Within the messages, the command
% |\MessageBreak| can be used to
% break a line, |\protect| can be used to protect command names,
% and |\space| is a space, for example:
@@ -708,7 +708,7 @@ Type H <return> for immediate help.}%
% \begin{macrocode}
\gdef\@badlinearg{%
%<!autoload> \@latex@error{%
-%<!autoload> Bad \protect\line\space or \protect\vector
+%<!autoload> Bad \protect\line\space or \protect\vector
%<!autoload> \space argument}\@ehb}
%<autoload> \@autoerr\@badlinearg}
% \end{macrocode}
@@ -799,10 +799,10 @@ Type H <return> for immediate help.}%
%\def\@invalidchar{\@latex@error{Invalid character in input}\@ehc}
% \end{macrocode}
% \end{macro}
-%
+%
% As well as the above error commands some error messages are directly
% coded to save space. The Messages alrerady present in \LaTeX2.09
-% included:
+% included:
%
% |Environment --- undefined|\\
% Issued by |\begin| for undefined environment.