summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tools/array.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-04 23:35:12 +0000
committerKarl Berry <karl@freefriends.org>2014-11-04 23:35:12 +0000
commita60e31b8abec7099c8e6dc5004b173897e28f34f (patch)
tree8c27c6351041ec3a1b3d176f8246e9e4fd10f813 /Master/texmf-dist/source/latex/tools/array.dtx
parentdbe0dfa8444b80708600bb095b9506d3c471a4a9 (diff)
latex2e multicol+doc (4nov14)
git-svn-id: svn://tug.org/texlive/trunk@35512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/array.dtx')
-rw-r--r--Master/texmf-dist/source/latex/tools/array.dtx30
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/tools/array.dtx b/Master/texmf-dist/source/latex/tools/array.dtx
index 30410861187..5b48c6d1538 100644
--- a/Master/texmf-dist/source/latex/tools/array.dtx
+++ b/Master/texmf-dist/source/latex/tools/array.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
-% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
-% 2006 2008 2009
+% Copyright 1993-2014
+%
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -26,7 +26,7 @@
%% Copyright (C) 1989-1998 Frank Mittelbach, all rights reserved.
%<+package>\NeedsTeXFormat{LaTeX2e}[1995/06/01]
%<+package>\ProvidesPackage{array}
-%<+package> [2008/09/09 v2.4c Tabular extension package (FMi)]
+%<+package> [2014/10/28 v2.4c Tabular extension package (FMi)]
%
% \fi
%
@@ -129,7 +129,7 @@
% \changes{v1.9f}{1988/05/20}{Small changes finally carried out:
% 1) `par!=`@empty.
% 2) \{..ifnum0!=!`\}... $\to$ `bgroup and
-% analoguously `egroup.}
+% analogously `egroup.}
% \changes{v1.9g}{1988/02/24}{Inserted again \{..ifnum0!=!`\}..,
% c.f. Appendix D of the \protect\TeX{}book.}
% \changes{v1.9h}{1988/06/28}{No longer necessary to read in the file
@@ -534,7 +534,7 @@
% \end{enumerate}
% \texttt{array.sty} implements the second possibility while the
% default implementation in the \LaTeX{} kernel implements the first
-% concept. Both concepts have their merrits but one has to be aware of
+% concept. Both concepts have their merits but one has to be aware of
% the individual implications.
% \begin{itemize}
% \item
@@ -837,7 +837,7 @@
% \texttt{latex.tex},
% which is the reason why the following three lines of code are
% commented out.
-% Later throughout the text I will not mention it again explicitely
+% Later throughout the text I will not mention it again explicitly
% whenever I use a =%= sign. These parts are already defined in
% \texttt{latex.tex}.
% \begin{macrocode}
@@ -1167,7 +1167,7 @@
% \texttt{r}, \texttt{p}, \texttt{m} or \texttt{b} in the user
% preamble? In this case we have the problem of the \textsf{token}
% register from =>{..}= and =<{..}= having to be inserted at this
-% moment because formating instructions like =\hfil= have to be set
+% moment because formatting instructions like =\hfil= have to be set
% around them. On the other hand it is not known yet, if any =<{..}=
% instruction will appear in the user preamble at all.
%
@@ -1497,7 +1497,7 @@
\prepnext@tok
% \end{macrocode}
% Now the preamble must be extended with the column whose format
-% can be determinated by =\@chnum=.
+% can be determined by =\@chnum=.
% \begin{macrocode}
\@addtopreamble{\ifcase \@chnum
% \end{macrocode}
@@ -1763,7 +1763,7 @@
% \end{macrocode}
% The argument is the width of the box. This information has to be
% assigned to =\hsize=.
-% Then we assain default values to several parameters used in a
+% Then we assign default values to several parameters used in a
% \textsf{parbox}.
% \changes{v2.3k}{1998/05/12}{Use \cs{setlength} to set \cs{hsize},
% so that the calc package can be applied here (pr/2793)}
@@ -1873,7 +1873,7 @@
% not surface because there =\protect= is set (which is not necessary in this
% implementation as there is no arbitrary user input that can get expanded) and
% the experimental code made the redefinition robust. Whether this is the right
-% approach is open to question; consider the =\noexpand= a curtesy to allow an
+% approach is open to question; consider the =\noexpand= a courtesy to allow an
% unsupported redefinition of a \TeX{} primitive for the moment (as people rely
% on that experimental code).
% \begin{macrocode}
@@ -2194,7 +2194,7 @@
% \begin{macrocode}
\def\tabular{\gdef\@halignto{}\@tabular}
% \end{macrocode}
-% and analoguesly for the star form. We evalute the argument first
+% and analogously for the star form. We evaluate the argument first
% using =\setlength= so that users of the \texttt{calc} package can
% write code like\\ =\begin{tabular*}{(\columnwidth-1cm)/2}...=
% \changes{v2.3l}{1998/05/13}{Use \cs{setlength} evaluate arg
@@ -2352,7 +2352,7 @@
{\PackageWarning{array}{Column \NC@char\space is already defined}}%
% \end{macrocode}
% Now we define a macro with an argument delimited by the new column
-% specifier, this is used to find occurences of this specifier in the
+% specifier, this is used to find occurrences of this specifier in the
% user preamble.
% \begin{macrocode}
\@namedef{NC@find@\NC@char}##1#1{\NC@{##1}}%
@@ -2378,7 +2378,7 @@
% \end{macrocode}
% \end{macro}
% \begin{macro}{\NC@}
-% Having found an occurence of the new column, save the preamble
+% Having found an occurrence of the new column, save the preamble
% before the column in "\@temptokena", then check to see if we
% are at the end of the preamble. (A dummy occurrence of the column
% specifier will be placed at the end of the preamble by "\NC@do".
@@ -2440,7 +2440,7 @@
% definition of "\NC@rewrite@C". Actually as the the list always
% starts off with "\NC@do *" and we do not want to print the
% definition of the $*$-form, define "\NC@do" to throw away the first
-% item in the list, and then redefine itsef to print the rest of the
+% item in the list, and then redefine itself to print the rest of the
% definitions.
% \begin{macrocode}
\def\showcols{{\def\NC@do##1{\let\NC@do\NC@show}\the\NC@list}}
@@ -2692,7 +2692,7 @@
% \texttt{\textbackslash lasthline}}
%
% The Companion~\cite[p.137]{bk:GMS94} suggests two additional
-% commands to control the allignments in case of tabulars with
+% commands to control the alignments in case of tabulars with
% horizontal lines. They are now added to this package.
%
% \begin{macro}{\extratabsurround}