diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-04 23:35:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-04 23:35:12 +0000 |
commit | a60e31b8abec7099c8e6dc5004b173897e28f34f (patch) | |
tree | 8c27c6351041ec3a1b3d176f8246e9e4fd10f813 /Master/texmf-dist/source/latex/tools/longtable.dtx | |
parent | dbe0dfa8444b80708600bb095b9506d3c471a4a9 (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/longtable.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tools/longtable.dtx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/tools/longtable.dtx b/Master/texmf-dist/source/latex/tools/longtable.dtx index 5c5ae0c6380..9cd4852b86f 100644 --- a/Master/texmf-dist/source/latex/tools/longtable.dtx +++ b/Master/texmf-dist/source/latex/tools/longtable.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. % @@ -31,7 +31,7 @@ %<driver> \ProvidesFile{longtable.drv} % \fi % \ProvidesFile{longtable.dtx} - [2004/02/01 v4.11 Multi-page Table package (DPC)] + [2014/10/28 v4.11 Multi-page Table package (DPC)] % % \iffalse %<*driver> @@ -82,7 +82,7 @@ % % \changes{v3.01}{1992/04/06} % {(Michel Goossens) If a chunk ends on a line in which the first -% entry is empty, wierd errors occur. Added special begin and end +% entry is empty, weird errors occur. Added special begin and end % groups, (\cs{ifnum}0 ) stuff as explained in Appendix D.} % % \changes{v3.02}{1992/04/09} @@ -500,11 +500,11 @@ % accordingly. If this has to propagate to chunks before the % "\multicolumn" one, an additional pass will, of course, be % needed. It is possible to construct tables where this rippling up of -% the correct widths taks several passes to `converge' and produce a +% the correct widths takes several passes to `converge' and produce a % table with all chunks aligned. However in % order to need many passes one needs to construct a table with % many overlapping "\multicolumn" entries, all being wider than the -% natural widths of the columns they span, and all occuring in +% natural widths of the columns they span, and all occurring in % different chunks. In the typical case the algorithm will converge % after three or four passes, and, the benefits of not needing to edit % the document before the final run to add "\setlongtables", and the @@ -854,7 +854,7 @@ \ProcessOptions % \end{macrocode} % -% \subsection{User Setable Parameters} +% \subsection{User Settable Parameters} % % \begin{macro}{\LTleft} % \begin{macro}{\LTright} @@ -1059,7 +1059,7 @@ % {(Mike Van Geest) rename \cs{LT@mc} to % \cs{LT@mcol} to allow 1100 tables} % \changes{v4.01}{1996/04/11} -% {(DPC) dont need multicolumn warning} +% {(DPC) don't need multicolumn warning} %\begin{verbatim} % \global\let\LT@mcw@rn\relax %\end{verbatim} @@ -1480,7 +1480,7 @@ % \end{macro} % % \begin{macro}{\LT@xtabularcr} -% This justs looks for an optional argument. +% This just looks for an optional argument. % \begin{macrocode} \def\LT@xtabularcr{% \@ifnextchar[\LT@argtabularcr\LT@ntabularcr} @@ -1539,7 +1539,7 @@ % % Previous releases left the "\lineskip" glue at the end of each chunk % that had been added when the dummy row was added. There was no glue -% at the start of the next chunk as \TeX\ normally dooes not put +% at the start of the next chunk as \TeX\ normally does not put % "\lineskip" glue at the top of a box. This meant that normally the % chunks fitted together perfectly, however "\noalign" material at a % chunk boundary came before the first row of the next chunk @@ -1647,7 +1647,7 @@ % \changes{v4.00}{1996/04/08} % {(DK) Macro added} % \changes{v4.01}{1996/04/11} -% {(DPC) Dont mess with \cs{multicolumn} on draft passes} +% {(DPC) Don't mess with \cs{multicolumn} on draft passes} % Create a blank row if we are not using the info in the ".aux" file. % \begin{macrocode} \def\LT@blank@row{% |