summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tools/array.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-09 22:39:48 +0000
committerKarl Berry <karl@freefriends.org>2014-05-09 22:39:48 +0000
commit610c45beb863b008027a871701c889fe40bed7fb (patch)
tree5b879b56850db183fd749a497edd1d91172edf69 /Master/texmf-dist/source/latex/tools/array.dtx
parent18fa80c232cf479ae713b01b17d48bdc1d653aac (diff)
latex2e 2014/05/01 (via latex-tds)
git-svn-id: svn://tug.org/texlive/trunk@33946 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.dtx62
1 files changed, 31 insertions, 31 deletions
diff --git a/Master/texmf-dist/source/latex/tools/array.dtx b/Master/texmf-dist/source/latex/tools/array.dtx
index b3b7e2ed293..30410861187 100644
--- a/Master/texmf-dist/source/latex/tools/array.dtx
+++ b/Master/texmf-dist/source/latex/tools/array.dtx
@@ -3,22 +3,22 @@
% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
% 2006 2008 2009
% The LaTeX3 Project and any individual authors listed elsewhere
-% in this file.
-%
+% in this file.
+%
% This file is part of the Standard LaTeX `Tools Bundle'.
% -------------------------------------------------------
-%
+%
% 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.
-%
+%
% The list of all files belonging to the LaTeX `Tools Bundle' is
% given in the file `manifest.txt'.
-%
+%
% \fi
%\iffalse % this is a METACOMMENT !
%
@@ -68,7 +68,7 @@
% centered `parbox.}
%
% \changes{v1.2a}{1987/09/27}{Completely new implementation.}
-% \changes{v1.2b}{1987/10/06}{{\tt !|} does no longer generate space at
+% \changes{v1.2b}{1987/10/06}{{\tt !|} does no longer generate space at
% start or end of the preamble. Otherwise `hline
% is too long.}
% \changes{v1.2b}{1987/10/06}{Enlarged `@arstrutbox by 1pt (Test-Impl)
@@ -191,7 +191,7 @@
% \author{Frank Mittelbach
% \and
% David Carlisle\thanks{David kindly agreed on the inclusion
-% of the \texttt{\textbackslash{}newcolumntype} implementation,
+% of the \texttt{\textbackslash{}newcolumntype} implementation,
% formerly in
% \texttt{newarray.sty} into this package }}
%
@@ -224,7 +224,7 @@
% The reader should be familiar with the general structure of the
% environments
% mentioned above. Further information can be found in
-% \cite{bk:lamport} and \cite{bk:GMS94}.
+% \cite{bk:lamport} and \cite{bk:GMS94}.
% The additional options which can be used in the
% preamble as well as those which now have a slightly different meaning
% are described in table~\ref{tab:opt}.
@@ -484,7 +484,7 @@
%
% \DescribeMacro\firsthline
% \DescribeMacro\lasthline
-% Using "\firsthline" and "\lasthline" will
+% Using "\firsthline" and "\lasthline" will
% cure the problem, and the tables will align properly as long
% as their first or last line does not contain extremely large
% objects.
@@ -519,7 +519,7 @@
% dimension, which is called "\extratabsurround", to add some
% additional space at the top and the bottom of such an environment.
% This is useful if such tables are nested.
-%
+%
% \section{Final Comments}
%
% \subsection{Handling of rules}
@@ -571,7 +571,7 @@
% \hline \null\hskip-.5\arrayrulewidth\vline
% \hskip\tabcolsep
% A\hskip\tabcolsep
-% \vline\hskip-.5\arrayrulewidth\null \\ \hline
+% \vline\hskip-.5\arrayrulewidth\null \\ \hline
%\end{tabular}
% \quad
% instead of
@@ -596,7 +596,7 @@
% \item A preamble such as "{cc*{2}}" with an error in
% a $*$-form will generate different errors in the new version. In
% both cases the error message is not particularly helpful to the
-% casual user.
+% casual user.
% \item Repeated \texttt{<} or \texttt{>} constructions
% generated an error in earlier versions, but are now allowed in
% this package. ">{"\meta{decs1}"}>{"\meta{decs2}"}" is treated the
@@ -661,7 +661,7 @@
%
% \end{itemize}
%
-%
+%
%
% \changes{v2.2b}{1994/02/04}{Removed interactive prompt}
%
@@ -706,9 +706,9 @@
\usepackage{array}
% Allow large table at bottom
- \renewcommand{\bottomfraction}{0.7}
+ \renewcommand{\bottomfraction}{0.7}
-\EnableCrossrefs
+\EnableCrossrefs
%\DisableCrossrefs % Say \DisableCrossrefs if index is ready
\RecordChanges % Gather update information
@@ -1148,7 +1148,7 @@
% is followed by other digits. E.g.\ a =5= saved in the
% \textsf{token} register $2$ would lead \TeX\ to insert the contents
% of \textsf{token} register $15$ instead of $1$ later on.
-%
+%
% The example above referred to an older version of =\save@decl= which
% inserted a =\relex= inside the token register. This is now moved to
% the places where the actual token registers are inserted (look for
@@ -1206,7 +1206,7 @@
% We make sure that there will be no further expansion after reading
% the number, by finishing with =\relax=. The case above is not
% critical since it is ended by =\ignorespaces=.
-% \changes{v2.0c}{1990/08/14}{\cs{relax} added to avoid problem
+% \changes{v2.0c}{1990/08/14}{\cs{relax} added to avoid problem
% \cs{the}\cs{toks0}\cs{the}\cs{toks1}.}
% \begin{macrocode}
\the@toks \the \count@ \relax}
@@ -1618,8 +1618,8 @@
% There is only one incompatibility with the original definition:
% the definition of =\@arrayrule=. In the original a line without
% width\footnote{So the space between \texttt{cc} and \texttt{c|c}
-% is equal.} is created by multiple insertions of
-% =\hskip .5\arrayrulewidth=.
+% is equal.} is created by multiple insertions of
+% =\hskip .5\arrayrulewidth=.
% We only insert a vertical line into the
% preamble. This is done to prevent problems with \TeX's main
% memory when generating tables with many vertical lines in them
@@ -1696,7 +1696,7 @@
% \begin{macrocode}
\def\@classii{\advance \count@ \m@ne
% \end{macrocode}
-% Next we store the current \textsf{token} into the correct
+% Next we store the current \textsf{token} into the correct
% \textsf{token} register by calling =\save@decl= and then
% increase the value of =\count@= again. At this point we
% can save memory once more (at the cost of time) if we use the
@@ -1721,7 +1721,7 @@
% math mode if it was used in an
% \textsf{array}--environment. Therefore we surround it with
% =\d@llar...='s.
-% \changes{v2.0c}{1990/08/14}{\cs{relax} added to avoid problem
+% \changes{v2.0c}{1990/08/14}{\cs{relax} added to avoid problem
% `the`toks0`the`toks1.}
% \begin{macrocode}
\@addtopreamble{\d@llarbegin\the@toks\the\count@\relax\d@llarend}%
@@ -1868,9 +1868,9 @@
% The =\noexpand= in front of =\ialign= does no harm in standard \LaTeX{}
% and was added since some experimental support for using text glyphs in math
% redefines =\halign= with the result that is becomes expandable with
-% disastrous results in cases like this.
+% disastrous results in cases like this.
% In the kernel definition for this macro the problem does
-% not surface because there =\protect= is set (which is not necessary in this
+% 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
@@ -2045,7 +2045,7 @@
% is skipping conditional text.
% \changes{v2.3c}{1995/04/23}{Use \cs{expandafter}'s in conditional}
% \begin{macrocode}
- \expandafter\@xargarraycr\else
+ \expandafter\@xargarraycr\else
\expandafter\@yargarraycr\fi{#1}}
% \end{macrocode}
% \end{macro}
@@ -2072,7 +2072,7 @@
% the command =\multicolumn= must be used. It has three
% arguments: the number of columns to be covered; the format for
% the result column and the actual column entry.
-% \changes{v2.3j}{1998/01/29}{Command made \cs{long} to match
+% \changes{v2.3j}{1998/01/29}{Command made \cs{long} to match
% kernel change for pr/2180}
% \begin{macrocode}
\long\def\multicolumn#1#2#3{%
@@ -2146,8 +2146,8 @@
% local since otherwise nested \textsf{tabular} and \textsf{array}
% environments (via =\multicolumn=) are impossible.
% \changes{v2.0g}{1992/06/18}{`d@llarbegin defined on toplevel.}
-% When the new font selection scheme is in force we have to
-% we surround all =\halign= entries
+% When the new font selection scheme is in force we have to
+% we surround all =\halign= entries
% with braces. See remarks in TUGboat 10\#2. Actually we are going
% to use =\begingroup= and =\endgroup=. However, this is only
% necessary when we are in text mode. In math the surrounding
@@ -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 analoguesly for the star form. We evalute 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
@@ -2315,7 +2315,7 @@
% named "\newcolumn". When the functionality was added to
% \texttt{array.sty} the command was renamed "\newcolumntype".
% Initially both names were supported, but now (In versions of this
-% package distributed for \LaTeXe) the old name is not defined.
+% package distributed for \LaTeXe) the old name is not defined.
% \changes{v2.2a}{1994/02/03}{Now made `newcolumn an error}
% \changes{v2.2a}{1994/02/04}{Removed `newcolumn}
% \begin{macrocode}
@@ -2688,7 +2688,7 @@
% \end{macro}
% \end{macro}
%
-% \subsection{Support for \texttt{\textbackslash firsthline} and
+% \subsection{Support for \texttt{\textbackslash firsthline} and
% \texttt{\textbackslash lasthline}}
%
% The Companion~\cite[p.137]{bk:GMS94} suggests two additional