summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/proc.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/proc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/proc.dtx32
1 files changed, 16 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/base/proc.dtx b/Master/texmf-dist/source/latex/base/proc.dtx
index ad341108d7e..2bab3793e09 100644
--- a/Master/texmf-dist/source/latex/base/proc.dtx
+++ b/Master/texmf-dist/source/latex/base/proc.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
% \CheckSum{173}
%% \CharacterTable
@@ -114,7 +114,7 @@
% \fi
%
% \title{Producing proceedings articles with \LaTeXe\thanks
-% {File version \fileversion, dated \filedate}}
+% {File version \fileversion, dated \filedate}}
%
% \author{%
% Johannes Braams\and
@@ -124,7 +124,7 @@
% Frank Mittelbach\and
% Chris Rowley\and
% Rainer Sch\"opf}
-%
+%
% \date{\filedate}
%
% \maketitle
@@ -163,7 +163,7 @@
% \section{Implementation}
%
% In this case a check is needed to see wether \LaTeXe\ runs in
-% compatibility mode.
+% compatibility mode.
% \changes{v1.3i}{1994/05/27}{Added missing docstrip guard}
% \begin{macrocode}
%<*style>
@@ -192,7 +192,7 @@
% \end{macrocode}
%
% Also the \Lopt{onecolumn} option is disabled in this document
-% class.
+% class.
% \begin{macrocode}
\DeclareOption{onecolumn}%
{\ClassError{proc}{Option `onecolumn' not supported}{}}
@@ -379,7 +379,7 @@
\hss\@textsuperscript{\normalfont\@thefnmark}}##1}%
% \end{macrocode}
% This document class always uses two column mode but the title is
-% set to the full width of the text.
+% set to the full width of the text.
% \begin{macrocode}
\twocolumn[\@maketitle]%
\@thanks
@@ -444,7 +444,7 @@
% \begin{macro}{\pagename}
% This document class is for documents prepared in the English
% language. To prepare a version for another language, one English
-% word must be replaced. It is defined below in a command name.
+% word must be replaced. It is defined below in a command name.
% \begin{macrocode}
\newcommand\pagename{Page}
%</class|style>