From f8a7af47d643e11841911d1d6d7bcfad29af5a87 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 8 May 2014 05:45:04 +0000 Subject: latex 2e release (7May) git-svn-id: svn://tug.org/texlive/trunk@33913 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/base/lttab.dtx | 56 +++++++++++++-------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'Master/texmf-dist/source/latex/base/lttab.dtx') diff --git a/Master/texmf-dist/source/latex/base/lttab.dtx b/Master/texmf-dist/source/latex/base/lttab.dtx index 0e2b5c240a6..9bbbb68a095 100644 --- a/Master/texmf-dist/source/latex/base/lttab.dtx +++ b/Master/texmf-dist/source/latex/base/lttab.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 % % \iffalse @@ -87,7 +87,7 @@ % \changes{v1.0f}{1994/05/21}{Use new error commands} % \changes{v1.0j}{1994/11/17} % {\cs{@tempa} to \cs{reserved@a}} -% +% % \subsection{tabbing} % % \begin{oldcomments} @@ -115,7 +115,7 @@ % be right-justified at the right margin. % % \tabbingsep = distance left by the \' command between the -% current position and the field that is +% current position and the field that is % ``left-shifted''. % % UTILITY MACROS @@ -192,7 +192,7 @@ % \` == \@tabrj % \' == \@tablab % \\ == BEGIN \@stopline \@startline END -% \\[DIST] == BEGIN +% \\[DIST] == BEGIN % \@stopline \vskip DIST \@startline\ignorespaces END % \\* == BEGIN \@stopline \penalty 10000 \@startline END % \\*[DIST] == BEGIN \@stopline \penalty 10000 \vskip DIST @@ -205,7 +205,7 @@ % if @minipage = F then \vskip \parskip fi % \box\@tabfbox = \rlap{\indent\the\everypar} % % note: \the\everypar sets @inlabel :=G F -% \@itemfudge == BEGIN \box\@tabfbox END +% \@itemfudge == BEGIN \box\@tabfbox END % \@startline % \ignorespaces % END @@ -330,12 +330,12 @@ % \changes{v1.0c}{1994/05/07}{Changed \cs{@maxtab} to \cs{chardef}} % \begin{macrocode} %<*2ekernel|autoload> -\newdimen\@gtempa +\newdimen\@gtempa \chardef\@firsttab=\the\allocationnumber \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa -\newdimen\@gtempa +\newdimen\@gtempa \chardef\@maxtab=\the\allocationnumber \dimen\@firsttab=0pt % \end{macrocode} @@ -359,7 +359,7 @@ % \end{macro} % \end{macro} % \end{macro} -% +% % \begin{macro}{\@curline} % \begin{macro}{\@curfield} % \begin{macro}{\@tabfbox} @@ -386,7 +386,7 @@ % \begin{macro}{\@startline} % \changes{v1.1f}{1995/10/23}{(CAR)Ensure that \cs{@nxttabmar} is never % larger than \cs{@hightab}} -% It is, in some sense, an error if the current margin +% It is, in some sense, an error if the current margin % tab setting is higher than the value of |\@hightab| (which is % a local variable). That this is allowed is a fundamental design % flaw which is not going to be corrected now. @@ -640,7 +640,7 @@ \@contfield} % \end{macrocode} % \end{macro} -% +% % \begin{macrocode} % % \end{macrocode} @@ -667,7 +667,7 @@ % \begin{oldcomments} % % ARRAY PARMETERS: -% \arraycolsep +% \arraycolsep % : half the width separating columns in an array environment % \tabcolsep % : half the width separating columns in a tabular environment @@ -916,14 +916,14 @@ \set@typeset@protect \lineskip\z@skip\baselineskip\z@skip % \end{macrocode} -% If the parsing of the preamble goes wrong there my be some +% If the parsing of the preamble goes wrong there my be some % characters left which \TeX{} then tries to typeset, i.e., we % would be in horizontal mode. That would produce an endless loop % because the |\halign| expects vertical mode thus issues a |\par| % but that is a no-op at this point. So we better test this case % issue some error message and make a crude recovery by ending that % horizontal mode with force. -% A better fix would be to ensure that we never pick up more than a +% A better fix would be to ensure that we never pick up more than a % single character token (not done). % \changes{v1.1m}{1998/11/13}{Check for hmode to see if something % went wrong during parsing (pr/2884)} @@ -1032,11 +1032,11 @@ % |\tabcolsep| glue inserted by |\multicolumn|. % % -% \changes{v1.0h}{1994/11/04}{(ASAJ) added \cs{set@typeset@protect}.} +% \changes{v1.0h}{1994/11/04}{(ASAJ) added \cs{set@typeset@protect}.} % \changes{v1.1i}{1996/10/21}{Make \cs{multicolumn} long (latex/2180)} % This has been made long so that, for example, a |p|-column can % contain multiple paragraphs; maybe the arguments of |@|-expressions -% should also be able to contain multiple paragraphs. +% should also be able to contain multiple paragraphs. % \begin{macrocode} \long\def\multicolumn#1#2#3{\multispan{#1}\begingroup \@mkpream{#2}% @@ -1166,19 +1166,19 @@ % end case % END % -% \@arrayclassiv == +% \@arrayclassiv == % BEGIN \@preamble := \@preamble * $ \@nextchar$ END % % \@tabclassiv == same as \@arrayclassv except without the $ ... $ % % \@classv == % BEGIN -% \@preamble := +% \@preamble := % \@preamble * \@startpbox{\@nextchar}\ignorespaces\@sharp % \@endpbox % END % -% \@expast{S}: +% \@expast{S}: % Sets \reserved@a := S with all instances of *{N}{STRING} % replaced by N copies of STRING, where N > 0. An * % appearing inside braces is ignored, but *-expressions @@ -1522,7 +1522,7 @@ \advance\@multispan\m@ne \ifnum\@multicnt=\@ne\@firstofone{&\omit}\fi \@multicnt#2% - \advance\@multicnt-#1% + \advance\@multicnt-#1% \advance\@multispan\@ne % \end{macrocode} % The original had |\unskip| at this point, -- cgit v1.2.3