diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/proc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/proc.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/base/proc.dtx b/Master/texmf-dist/source/latex/base/proc.dtx index 2bab3793e09..3b5418dc1e2 100644 --- a/Master/texmf-dist/source/latex/base/proc.dtx +++ b/Master/texmf-dist/source/latex/base/proc.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 +% Copyright 1993-2014 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -64,7 +64,7 @@ % \subsection{Identification} % % This document class can only be used with \LaTeXe, so it is made -% sure that an appropiate message is displayed when another \TeX{} +% sure that an appropriate message is displayed when another \TeX{} % format is used. % \changes{v1.3l}{1995/11/30}{Added date of \LaTeX\ format to argument % of \cs{NeedsTeXFormat}} @@ -89,7 +89,7 @@ %</driver> %<+class>\ProvidesClass{proc} %<+style>\ProvidesFile{proc.sty} - [1995/11/30 v1.3l + [2014/09/29 v1.3l %<+class> Standard LaTeX document class] %<+style> LaTeX 2.09 compatibility style option `proc'] % \end{macrocode} @@ -346,7 +346,7 @@ % number is printed in the lower right side of the page. % % This works as long as he doesn't use either |\pagestyle| or -% |\thispagestyle| comands. +% |\thispagestyle| commands. % \changes{v1.3f}{1994/05/26}{changed \cs{rm} to % \cs{normalfont}\cs{rmfamily}} % \changes{v1.3j}{1995/05/26}{Removed \cs{rmfamily} (PR 1578)} @@ -365,7 +365,7 @@ % % \begin{macro}{\maketitle} % \changes{v1.3k}{1995/07/18}{Modify footnote handling (PR 1735)} -% The defintion of |\maketitle| here is basically the same as the +% The definition of |\maketitle| here is basically the same as the % one in the document class \texttt{article}, but the pagestyle is % \emph{not} set to \texttt{plain}. % @@ -395,8 +395,8 @@ % This macro takes care of formatting the title information. % % The information is set inside |\vbox| with a width of -% |\textwidth| and a hight of 2.25in. The text is vertically and -% hirizontally centered. +% |\textwidth| and a height of 2.25in. The text is vertically and +% horizontally centered. % \begin{macrocode} \def\@maketitle{% \vbox to 2.25in{% |