Add an initial model for testing TU encodings
[latex2e.git] / latex2e-20160331 / base / lttab.dtx
blob40381f30c3a7d30bf2ffcea17fedfbc9bd1380c7
1 % \iffalse meta-comment
3 % Copyright 1993-2016
4 % The LaTeX3 Project and any individual authors listed elsewhere
5 % in this file.
7 % This file is part of the LaTeX base system.
8 % -------------------------------------------
10 % It may be distributed and/or modified under the
11 % conditions of the LaTeX Project Public License, either version 1.3c
12 % of this license or (at your option) any later version.
13 % The latest version of this license is in
14 %    http://www.latex-project.org/lppl.txt
15 % and version 1.3c or later is part of all distributions of LaTeX
16 % version 2005/12/01 or later.
18 % This file has the LPPL maintenance status "maintained".
20 % The list of all files belonging to the LaTeX base distribution is
21 % given in the file `manifest.txt'. See also `legal.txt' for additional
22 % information.
24 % The list of derived (unpacked) files belonging to the distribution
25 % and covered by LPPL is defined by the unpacking scripts (with
26 % extension .ins) which are part of the distribution.
28 % \fi
30 % \iffalse
31 %%% From File: lttab.dtx
32 %<*driver>
33 % \fi
34 \ProvidesFile{lttab.dtx}[2015/02/21 v1.1n LaTeX Kernel (Columns)]
35 % \iffalse
36 \documentclass{ltxdoc}
37 \GetFileInfo{lttab.dtx}
38 \title{\filename}
39 \date{\filedate}
40  \author{%
41   Johannes Braams\and
42   David Carlisle\and
43   Alan Jeffrey\and
44   Leslie Lamport\and
45   Frank Mittelbach\and
46   Chris Rowley\and
47   Rainer Sch\"opf}
49 \begin{document}
50  \MaintainedByLaTeXTeam{latex}
51  \maketitle
52  \DocInput{\filename}
53 \end{document}
54 %</driver>
55 % \fi
59 % \changes{v1.0l}{1995/05/07}{Use \cs{hb@xt@}}
60 % \changes{v1.1a}{1995/05/22}{Support autoloading feature}
61 % \changes{v1.1b}{1995/06/14}{Use \cs{ProvidesFile} in autoload}
62 % \changes{v1.1d}{1995/10/04}{Modify autoload support}
63 % \changes{v1.1k}{1998/06/18}{Small addition to documentation}
64 % \changes{v1.1l}{1998/07/06}{Small correction to documentation}
65 % \changes{v1.1n}{2015/02/21}{Removed autoload code}
67 % \section{Tabbing, Tabular and Array Environments}
68 % This section deals with `Lining It Up in Columns'. First the
69 % |tabbing| environment is defined, and then in second part, |tabular|
70 % together with its variants, |tabular*| and |array|.
72 % Note that the |tabular| defined here is essentially the original
73 % \LaTeX~2.09 version, not the extended version described in \emph{The
74 % \LaTeX\ Companion}. Use the |array| package to obtain the extended
75 % version.
77 % \StopEventually{}
80 % \changes{v1.0a}{1994/03/04}{Initial version, split from latex.dtx}
81 % \changes{v1.0a}{1994/03/07}{Long lines wrapped to 72 columns}
82 % \changes{v1.0b}{1994/03/28}{Improve documentation}
83 % \changes{v1.0c}{1994/05/07}{Removed definition of \cs{+}}
84 % \changes{v1.0c}{1994/05/07}{Removed surplus braces from
85 %                             \cs{@ifnextchar} constructs}
86 % \changes{v1.0f}{1994/05/21}{Use new error commands}
87 % \changes{v1.0j}{1994/11/17}
88 %         {\cs{@tempa} to \cs{reserved@a}}
90 % \subsection{tabbing}
92 % \begin{oldcomments}
94 %  \dimen(\@firsttab + i) = distance of tab stop i from left margin
95 %         0 <= i <= 15 (?).
97 %  \dimen\@firsttab is initialized to \@totalleftmargin, so it starts
98 %      at the prevailing left margin.
100 %  \@maxtab          = number of highest defined tab register
101 %                       probably = \@firsttab + 12
102 %  \@nxttabmar = tab stop number of next line's left margin
103 %  \@curtabmar = tab stop number of current line's left margin
104 %  \@curtab    = number of the current tab. At start of line,
105 %                      it equals \@curtabmar
106 %  \@hightab   = largest tab number currently defined.
107 %  \@tabpush   = depth of \pushtab's
109 %  \box\@curline     = contents of current line, excluding left margin
110 %                       skip, and excluding contents of current field
111 %  \box\@curfield    = contents of current field
113 %  @rjfield          = switch: T iff the last field of the line should
114 %                       be right-justified at the right margin.
116 %  \tabbingsep          = distance left by the \' command between the
117 %                       current position and the field that is
118 %                       ``left-shifted''.
120 %  UTILITY MACROS
121 %   \@stopfield  : closes the current field
122 %   \@addfield   : adds the current field to the current line.
123 %   \@contfield  : continues the current field
124 %   \@startfield : begins the next field
125 %   \@stopline   : closes the current line and outputs it
126 %   \@startline  : starts the next line
127 %   \@ifatmargin : an \if that is true iff the current line.
128 %                  has width zero
130 % \@startline ==
131 %  BEGIN
132 %   \@curtabmar :=G \@nxttabmar
133 %   \@curtab :=G \@curtabmar
134 %   \box\@curline :=G null
135 %   \@startfield
136 %   \strut
137 %  END
139 % \@stopline ==
140 %  BEGIN
141 %   \unskip
142 %   \@stopfield
143 %   if @rjfield = T
144 %     then  @rjfield :=G F
145 %           \@tempdima := \@totalleftmargin + \linewidth
146 %           \hb@xt@ \@tempdima{\@itemfudge
147 %                               \hskip \dimen\@curtabmar
148 %                               \box\@curline
149 %                               \hfil
150 %                               \box\@curfield}
151 %     else \@addfield
152 %          \hbox {\@itemfudge
153 %                 \hskip \dimen\@curtabmar
154 %                 \box\@curline}
155 %   fi
156 %  END
158 % \@startfield ==
159 %  BEGIN
160 %    \box\@curfield :=G \hbox {
161 %  END
163 % \@stopfield ==
164 %  BEGIN
165 %     }
166 %  END
168 % \@contfield ==
169 %  BEGIN
170 %   \box\@curfield :=G \hbox { \unhbox\@currfield  %%} brace matching
171 %  END
172 % \@addfield ==
173 %  BEGIN
174 %   \box\@curline :=G \unbox\@curline * \unbox\@curfield
175 %  END
177 % \@ifatmargin ==
178 %  BEGIN
179 %   if  dim of box\@curline = 0pt  then
180 %  END
183 % \tabbing ==
184 %  BEGIN
185 %   \lineskip :=L 0pt
186 %   \> == \@rtab
187 %   \< == \@ltab
188 %   \= == \@settab
189 %   \+ == \@tabplus
190 %   \- == \@tabminus
191 %   \` == \@tabrj
192 %   \' == \@tablab
193 %   \\ == BEGIN \@stopline \@startline END
194 %   \\[DIST] == BEGIN
195 %                \@stopline \vskip DIST \@startline\ignorespaces END
196 %   \\* == BEGIN \@stopline \penalty 10000 \@startline END
197 %   \\*[DIST] == BEGIN \@stopline \penalty 10000 \vskip DIST
198 %                      \@startline\ignorespaces               END
199 %   \@hightab :=  \@nxttabmar :=G \@firsttab
200 %   \@tabpush :=G 0
201 %   \dimen\@firsttab := \@totalleftmargin
202 %   @rjfield :=G F
203 %   \trivlist  \item\relax
204 %   if @minipage = F then \vskip \parskip fi
205 %   \box\@tabfbox = \rlap{\indent\the\everypar}
206 %                          % note: \the\everypar sets @inlabel :=G F
207 %   \@itemfudge == BEGIN \box\@tabfbox END
208 %   \@startline
209 %   \ignorespaces
210 %  END
212 % \@endtabbing ==
213 %  BEGIN
214 %   \@stopline
215 %   if \@tabpush > 0 then error message: ''unmatched \poptabs'' fi
216 %   \endtrivlist
217 %  END
219 % \@rtab ==
220 %  BEGIN
221 %   \@stopfield
222 %   \@addfield
223 %   if \@curtab < \@hightab
224 %     then \@curtab :=G \@curtab + 1
225 %     else error message ``Undefined Tab''   fi
226 %   \@tempdima := \dimen\@curtab - \dimen\@curtabmar
227 %                        - width of box \@curline
228 %   \box\@curline :=G \hbox{\unhbox\@curline + \hskip\@tempdima}
229 %   \@startfield
230 %  END
232 % \@settab ==
233 %  BEGIN
234 %   \@stopfield
235 %   \@addfield
236 %   if \@curtab < \@maxtab
237 %     then \@curtab :=G \@curtab+1
238 %     else error message: ``Too many tabs''    fi
239 %   if \@curtab > \@hightab
240 %     then \@hightab :=L \@curtab    fi
241 %   \dimen\@curtab :=L \dimen\@curtabmar + width of \box\@curline
242 %   \@startfield
243 %  END
245 % \@ltab ==
246 %  BEGIN
247 %   \@ifatmargin
248 %     then if \@curtabmar > \@firsttab
249 %            then \@curtab :=G \@curtab - 1
250 %                 \@curtabmar :=G \@curtabmar - 1
251 %            else error message ``Too many untabs''      fi
252 %     else error message ``Left tab in middle of line''
253 %   fi
254 %  END
256 % \@tabplus ==
257 %  BEGIN
258 %        if  \@nxttabmar < \@hightab
259 %           then \@nxttabmar :=G \@nxttabmar+1
260 %           else error message ``Undefined tab''
261 %        fi
262 %  END
264 % \@tabminus ==
265 %  BEGIN
266 %        if \@nxttabmar > \@firsttab
267 %           then \@nxttabmar :=G \@nxttabmar-1
268 %           else error message ``Too many untabs''
269 %        fi
270 %  END
272 % \@tabrj ==
273 %  BEGIN \@stopfield
274 %        \@addfield
275 %        @rjfield :=G T
276 %        \@startfield
277 %  END
279 % \@tablab ==
280 %  BEGIN \@stopfield
281 %      \box\@curline G:= \hbox{\box\@curline %% `G' added 17 Jun 86
282 %                              \hskip - width of \box\@curfield
283 %                              \hskip -\tabbingsep
284 %                              \box\@curfield
285 %                              \hskip \tabbingsep }
286 %        \@startfield
287 %  END
289 % \pushtabs ==
290 %   BEGIN
291 %     \@stopfield
292 %     \@tabpush :=G \@tabpush + 1
293 %     \begingroup
294 %     \@contfield
295 %   END
297 % \poptabs ==
298 %  BEGIN
299 %    \@stopfield
300 %    if \@tabpush > 0
301 %      then \endgroup
302 %           \@tabpush :=G \@tabpush - 1
303 %      else error message: ``Too many \poptabs''
304 %    fi
305 %    \@contfield
306 %  END
308 % \end{oldcomments}
310 % \begin{macro}{\a}
311 % The accents |\`| , |\'| , and |\=| that have been redefined inside a
312 % tabbing environment can be called by typing |\a`| , |\a'| , and |\a=|.
313 % The macro |\a| is defined in |ltoutenc.dtx|.
314 % \changes{v1.0d}{1994/05/13}
315 %         {moved to ltoutenc}
316 % \end{macro}
319 % The `2ekernel' code ensures that a |\usepackage{autotabg}| is
320 % essentially ignored if a `full' format is being used that has
321 % picture mode already in the format.
322 %    \begin{macrocode}
323 %<2ekernel>\expandafter\let\csname ver@autotabg.sty\endcsname\fmtversion
324 %    \end{macrocode}
326 % \begin{macro}{\@firsttab}
327 % \begin{macro}{\@maxtab}
328 % \changes{v1.0c}{1994/05/07}{Changed \cs{@firsttab} to \cs{chardef}}
329 % \changes{v1.0c}{1994/05/07}{Changed \cs{@maxtab} to \cs{chardef}}
330 %    \begin{macrocode}
331 %<*2ekernel>
332 \newdimen\@gtempa
333 \chardef\@firsttab=\the\allocationnumber
334 \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa
335 \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa
336 \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa
337 \newdimen\@gtempa
338 \chardef\@maxtab=\the\allocationnumber
339 \dimen\@firsttab=0pt
340 %    \end{macrocode}
341 % \end{macro}
342 % \end{macro}
344 % \begin{macro}{\@nxttabmar}
345 % \begin{macro}{\@curtabmar}
346 % \begin{macro}{\@curtab}
347 % \begin{macro}{\@hightab}
348 % \begin{macro}{\@tabpush}
349 %    \begin{macrocode}
350 \newcount\@nxttabmar
351 \newcount\@curtabmar
352 \newcount\@curtab
353 \newcount\@hightab
354 \newcount\@tabpush
355 %    \end{macrocode}
356 % \end{macro}
357 % \end{macro}
358 % \end{macro}
359 % \end{macro}
360 % \end{macro}
362 % \begin{macro}{\@curline}
363 % \begin{macro}{\@curfield}
364 % \begin{macro}{\@tabfbox}
365 %    \begin{macrocode}
366 \newbox\@curline
367 \newbox\@curfield
368 \newbox\@tabfbox
369 %    \end{macrocode}
370 % \end{macro}
371 % \end{macro}
372 % \end{macro}
375 % \begin{macro}{\if@rjfield}
376 %    \begin{macrocode}
377 \newif\if@rjfield
378 %    \end{macrocode}
379 % \end{macro}
381 % \begin{macro}{\@startline}
382 % \changes{v1.1f}{1995/10/23}{(CAR)Ensure that \cs{@nxttabmar} is never
383 % larger than \cs{@hightab}}
384 %    It is, in some sense, an error if the current margin
385 %    tab setting is higher than the value of |\@hightab| (which is
386 %    a local variable).  That this is allowed is a fundamental design
387 %    flaw which is not going to be corrected now.
388 %    \begin{macrocode}
389 \gdef\@startline{%
390      \ifnum \@nxttabmar >\@hightab
391        \@badtab
392        \global\@nxttabmar \@hightab
393      \fi
394      \global\@curtabmar \@nxttabmar
395      \global\@curtab \@curtabmar
396      \global\setbox\@curline \hbox {}%
397      \@startfield
398      \strut}
399 %    \end{macrocode}
400 % \end{macro}
402 % \begin{macro}{\@stopline}
403 %    \begin{macrocode}
404 \gdef\@stopline{%
405   \unskip
406   \@stopfield
407   \if@rjfield
408     \global\@rjfieldfalse
409     \@tempdima\@totalleftmargin
410     \advance\@tempdima\linewidth
411     \hb@xt@\@tempdima{%
412       \@itemfudge\hskip\dimen\@curtabmar
413       \box\@curline
414       \hfil
415       \box\@curfield}%
416   \else
417     \@addfield
418     \hbox{\@itemfudge\hskip\dimen\@curtabmar\box\@curline}%
419   \fi}
420 %    \end{macrocode}
421 % \end{macro}
423 % \begin{macro}{\@startfield}
424 % \changes{v1.0d}{1994/05/13}
425 %         {Colour support}
426 %    \begin{macrocode}
427 \gdef\@startfield{%
428   \global\setbox\@curfield\hbox\bgroup\color@begingroup}
429 %    \end{macrocode}
430 % \end{macro}
432 % \begin{macro}{\@stopfield}
433 % \changes{v1.0d}{1994/05/13}
434 %         {Colour support}
435 %    \begin{macrocode}
436 \gdef\@stopfield{%
437   \color@endgroup\egroup}
438 %    \end{macrocode}
439 % \end{macro}
441 % \begin{macro}{\@contfield}
442 % \changes{v1.0d}{1994/05/13}
443 %         {Colour support}
444 %    \begin{macrocode}
445 \gdef\@contfield{%
446   \global\setbox\@curfield\hbox\bgroup\color@begingroup
447   \unhbox\@curfield}
448 %    \end{macrocode}
449 % \end{macro}
451 % \begin{macro}{\@addfield}
452 %    \begin{macrocode}
453 \gdef\@addfield{\global\setbox\@curline\hbox{\unhbox
454      \@curline\unhbox\@curfield}}
455 %    \end{macrocode}
456 % \end{macro}
458 % \begin{macro}{\@ifatmargin}
459 %    \begin{macrocode}
460 \gdef\@ifatmargin{\ifdim \wd\@curline =\z@}
461 %    \end{macrocode}
462 % \end{macro}
464 % \begin{macro}{\@tabcr}
465 %    \begin{macrocode}
466 \gdef\@tabcr{\@stopline \@ifstar{\penalty \@M \@xtabcr}\@xtabcr}
467 %    \end{macrocode}
468 % \end{macro}
470 % \begin{macro}{\@xtabcr}
471 %    \begin{macrocode}
472 \gdef\@xtabcr{\@ifnextchar[\@itabcr{\@startline\ignorespaces}}
473 %    \end{macrocode}
474 % \end{macro}
476 % \begin{macro}{\@itabcr}
477 %    \begin{macrocode}
478 \gdef\@itabcr[#1]{\vskip #1\@startline\ignorespaces}
479 %    \end{macrocode}
481 %    \begin{macrocode}
482 \gdef\kill{\@stopfield\@startline\ignorespaces}
483 %    \end{macrocode}
484 % \end{macro}
486 % \begin{macro}{\tabbing}
487 % \changes{v1.1f}{1995/10/23}{(CAR)Make \cs{@hightab} consistently a
488 % local variable}
489 % \changes{latex2e}{1993/12/13}{Removed optional argument of \cs{item}}
490 %    We use |\relax| to prevent |\item| from scanning too far.
491 %    \begin{macrocode}
492 \gdef\tabbing{\lineskip \z@skip\let\>\@rtab\let\<\@ltab\let\=\@settab
493      \let\+\@tabplus\let\-\@tabminus\let\`\@tabrj\let\'\@tablab
494      \let\\=\@tabcr
495      \@hightab\@firsttab
496      \global\@nxttabmar\@firsttab
497      \dimen\@firsttab\@totalleftmargin
498      \global\@tabpush\z@ \global\@rjfieldfalse
499      \trivlist \item\relax
500      \if@minipage\else\vskip\parskip\fi
501 %    \end{macrocode}
502 % \changes{v1.1i}{1996/10/21}{Moved the \cs{indent} so that the
503 % \cs{everypar} can remove it when necessary; this is needed because
504 % the code for items in lists has changed (see pr/22111)}
505 %    \begin{macrocode}
506      \setbox\@tabfbox\hbox{%
507        \rlap{\hskip\@totalleftmargin\indent\the\everypar}}%
508      \def\@itemfudge{\box\@tabfbox}%
509      \@startline\ignorespaces}
510 %    \end{macrocode}
511 % \end{macro}
513 % \begin{macro}{\endtabbing}
514 %    \begin{macrocode}
515 \gdef\endtabbing{%
516   \@stopline\ifnum\@tabpush >\z@ \@badpoptabs \fi\endtrivlist}
517 %    \end{macrocode}
518 % \end{macro}
520 % \begin{macro}{\@rtab}
521 % Omitted |\global| added to |\@rtab| 17 Jun 86
522 %    \begin{macrocode}
523 \gdef\@rtab{\@stopfield\@addfield\ifnum \@curtab<\@hightab
524       \global\advance\@curtab \@ne \else\@badtab\fi
525       \@tempdima\dimen\@curtab
526       \advance\@tempdima -\dimen\@curtabmar
527       \advance\@tempdima -\wd\@curline
528       \global\setbox\@curline\hbox{\unhbox\@curline\hskip\@tempdima}%
529       \@startfield\ignorespaces}
530 %    \end{macrocode}
531 % \end{macro}
533 % \begin{macro}{\@settab}
534 % \changes{v1.1f}{1995/10/23}{(CAR)Ensure that \cs{@hightab} increases
535 % by at most one}
536 %    \begin{macrocode}
537 \gdef\@settab{\@stopfield\@addfield
538   \ifnum \@curtab <\@maxtab
539     \ifnum\@curtab =\@hightab
540       \advance\@hightab \@ne
541     \fi
542     \global\advance\@curtab \@ne
543   \else
544     \@latex@error{Tab overflow}\@ehd
545   \fi
546   \dimen\@curtab \dimen\@curtabmar
547   \advance\dimen\@curtab \wd\@curline
548   \@startfield
549   \ignorespaces}
550 %    \end{macrocode}
551 % \end{macro}
553 % \begin{macro}{\@ltab}
554 %    \begin{macrocode}
555 \gdef\@ltab{\@ifatmargin\ifnum\@curtabmar >\@firsttab
556       \global\advance\@curtab \m@ne \global\advance\@curtabmar\m@ne\else
557       \@badtab\fi\else
558       \@latex@error{\string\<\space in mid line}\@ehd\fi\ignorespaces}
559 %    \end{macrocode}
560 % \end{macro}
562 % \begin{macro}{\@tabplus}
563 %    \begin{macrocode}
564 \gdef\@tabplus{%
565   \ifnum\@nxttabmar<\@hightab
566     \global\advance\@nxttabmar\@ne
567   \else
568     \@badtab
569   \fi
570   \ignorespaces}
571 %    \end{macrocode}
572 % \end{macro}
574 % \begin{macro}{\@tabminus}
575 %    \begin{macrocode}
576 \gdef\@tabminus{%
577   \ifnum\@nxttabmar>\@firsttab
578     \global\advance\@nxttabmar\m@ne
579   \else
580     \@badtab
581   \fi
582   \ignorespaces}
583 %    \end{macrocode}
584 % \end{macro}
586 % \begin{macro}{\@tabrj}
587 %    \begin{macrocode}
588 \gdef\@tabrj{%
589   \@stopfield\@addfield\global\@rjfieldtrue\@startfield\ignorespaces}
590 %    \end{macrocode}
591 % \end{macro}
593 % \begin{macro}{\@tablab}
594 % |\setbox\@curline| made |\global| in |\@tablab|. 17 Jun 86
595 %    \begin{macrocode}
596 \gdef\@tablab{%
597   \@stopfield
598   \global\setbox\@curline\hbox{%
599     \box\@curline
600     \hskip-\wd\@curfield \hskip-\tabbingsep
601     \box\@curfield
602     \hskip\tabbingsep}%
603   \@startfield
604   \ignorespaces}
605 %    \end{macrocode}
606 % \end{macro}
608 % \begin{macro}{\pushtabs}
609 %    \begin{macrocode}
610 \gdef\pushtabs{%
611   \@stopfield\@addfield\global\advance\@tabpush \@ne \begingroup
612        \@contfield}
613 %    \end{macrocode}
614 % \end{macro}
616 % \begin{macro}{\poptabs}
617 % \changes{v1.1f}{1995/10/23}{(CAR)Ensure that \cs{@curtab} is never
618 % larger than \cs{@hightab}}
619 %    It is, in some sense, an error if, after the endgroup, the current
620 %    tab setting is higher than the new value of |\@hightab| (which is
621 %    a local variable).  That this is allowed is a fundamental design
622 %    flaw which is not going to be corrected now.
623 %    \begin{macrocode}
624 \gdef\poptabs{\@stopfield\@addfield
625   \ifnum \@tabpush >\z@
626     \endgroup
627     \global\advance\@tabpush \m@ne
628     \ifnum \@curtab >\@hightab
629       \global \@curtab \@hightab
630       \@badtab
631     \fi
632   \else
633     \@badpoptabs
634   \fi
635   \@contfield}
636 %    \end{macrocode}
637 % \end{macro}
640 % \begin{macro}{\tabbingsep}
641 %    \begin{macrocode}
642 \newdimen\tabbingsep
643 %    \end{macrocode}
644 % \end{macro}
648 % \subsection{array and tabular environments}
650 % \begin{oldcomments}
652 % ARRAY PARAMETERS:
653 %  \arraycolsep
654 %       : half the width separating columns in an array environment
655 %  \tabcolsep
656 %       : half the width separating columns in a tabular environment
657 %  \arrayrulewidth
658 %       : width of rules
659 %  \doublerulesep
660 %       : space between adjacent rules in array or tabular
661 %  \arraystretch
662 %       : line spacing in array and tabular environments is done by
663 %         placing a strut in every row of height and depth
664 %         \arraystretch times the height and depth of the strut
665 %         produced by an ordinary \strut command.
667 % PREAMBLE:
668 %  The PREAMBLE argument of an array or tabular environment can
669 %  contain the following:
670 %    l,r,c  : indicate where entry is to be placed.
671 %    |      : for vertical rule
672 %    @{EXP} : inserts the text EXP in every column.
673 %              \arraycolsep or \tabcolsep  spacing is suppressed.
674 %    *{N}{PRE} : equivalent to writing N copies of PRE in the preamble.
675 %                PRE may contain *{N'}{EXP'} expressions.
676 %    p{LEN} : makes entry in parbox of width LEN.
678 % SPECIAL ARRAY COMMANDS:
679 %   \multicolumn{N}{FORMAT}{ITEM} : replaces the next N column
680 %    items by ITEM, formatted according to FORMAT.
681 %    FORMAT should contain at most one l,r or c.
682 %    If it contains none, then ITEM is ignored.
684 %   \vline : draws a vertical line the height of the current row.  May
685 %            appear in an array element entry.
686 %   \hline : draws a horizontal line between rows.  Must appear either
687 %            before the first entry (to appear above the first row) or
688 %             right after a \\ command.  If followed by another \hline,
689 %             then adds a \vskip of \doublerulesep.
691 %   \cline[i-j] : draws horizontal lines between rows covering columns
692 %                 i through j, inclusive.  Multiple commands may follow
693 %                 one another to provide lines covering several disjoint
694 %                 columns
695 %   \extracolsep{WIDTH} : for use inside an @ in the preamble.  Causes
696 %               a WIDTH space to be added between columns for the rest
697 %                of the columns.  This is in addition to the ordinary
698 %                intercolumn space.
700 %  \array ==
701 %    BEGIN
702 %      \@acol    == \@arrayacol
703 %      \@classz  == \@arrayclassz
704 %      \@classiv == \@arrayclassiv
705 %      \\        == \@arraycr
706 %      \@halignto == NULL
707 %      \@tabarray
708 %    END
710 %  \endarray{NAME} ==  BEGIN  \crcr }}  END
712 %  \tabular  ==
713 %    BEGIN
714 %      \@halignto == NULL
715 %      \@tabular
716 %    END
718 %  \tabular*{WIDTH} ==
719 %    BEGIN
720 %      \@halignto == to WIDTH
721 %      \@tabular
722 %    END
724 %  \@tabular ==
725 %    BEGIN
726 %      \leavevmode
727 %      \hbox { $
728 %         \@acol    == \@tabacol
729 %         \@classz  == \@tabclassz
730 %         \@classiv == \@tabclassiv
731 %         \\        == \@tabularcr
732 %         \@tabarray
733 %    END
735 %  \endtabular == BEGIN \crcr}} $} END
737 %  \@tabarray == if next char = [ then \@array else \@array[c] fi
739 %  \@array[POS]{PREAMBLE} ==
740 %    BEGIN
741 %      define \@arstrutbox to make \@arstrut produce strut of height
742 %        and depth \arraystretch times the height and
743 %        depth of a normal strut.
744 %      \@mkpream{PREAMBLE}
745 %      \@preamble == \halign \@halignto {\tabskip=0pt\@arstrut
746 %                              eval{\@preamble}\tabskip = 0pt\cr %%}
747 %      \@startpbox == \@@startpbox
748 %      \@endpbox == \@@endpbox
749 %      if POS = t then \vtop
750 %                 else if POS = b then \vbox
751 %                                 else \vcenter
752 %      fi              fi
753 %     {
754 %      \par          ==L {} % changed 92/09/18
755 %      \@sharp       == #
756 %      \protect      == \relax
757 %      \lineskip     :=L 0pt
758 %      \baselineskip :=L 0pt
759 %      \@preamble
760 %    END
763 %  \@arraycr ==
764 %   BEGIN
765 %     $              %% Prevents extra space at end of row's last entry.
766 %     if next char = [
767 %      then  \@argarraycr
768 %      else  $ \cr         %% Needed to balance $
769 %   END
771 %  \@argarraycr[LENGTH] ==
772 %   BEGIN
773 %     $                    %% Needed to balance $ of \@arraycr
774 %     if LENGTH > 0
775 %       then  \@tempdima := depth of \@arstrutbox + LENGTH
776 %             \vrule height 0pt width 0pt depth \@tempdima
777 %             \cr
778 %       else  \cr \noalign{\vskip LENGTH}
779 %   END
781 %  \@tabularcr and \@argtabularcr  same as \@arraycr and \@argarraycr
782 %  except without the extra $'s.
783 % \end{oldcomments}
786 % \begin{macro}{\extracolsep}
787 %    \begin{macrocode}
788 \def\extracolsep#1{\tabskip #1\relax}
789 %    \end{macrocode}
790 % \end{macro}
792 % \begin{macro}{\array}
793 %    \begin{macrocode}
794 \def\array{\let\@acol\@arrayacol \let\@classz\@arrayclassz
795  \let\@classiv\@arrayclassiv
796  \let\\\@arraycr\let\@halignto\@empty\@tabarray}
797 %    \end{macrocode}
798 % \end{macro}
800 % \begin{macro}{\endarray}
801 % \begin{macro}{\endtabular}
802 % \begin{macro}{\endtabular*}
803 %    \begin{macrocode}
804 \def\endarray{\crcr\egroup\egroup}
805 \def\endtabular{\crcr\egroup\egroup $\egroup}
806 \expandafter \let \csname endtabular*\endcsname = \endtabular
807 %    \end{macrocode}
808 % \end{macro}
809 % \end{macro}
810 % \end{macro}
812 % \begin{macro}{\tabular}
813 %    \begin{macrocode}
814 \def\tabular{\let\@halignto\@empty\@tabular}
815 %    \end{macrocode}
816 % \end{macro}
818 % \begin{macro}{\tabular*}
819 % \changes{v1.1j}{1998/05/18}{Use \cs{setlength}, so that
820 %           calc extensions apply.}
821 %    Note that the change to use |\setlength| slightly alters the
822 %    timing of the expansion and use of the length in |#1| but this is
823 %    very unlikely to have any practical effect.
824 % \changes{latex2e}{1993/08/05}{Replaced \cs{expandafter}\cs{def}
825 %             by \cs{@namedef}.}
826 %    \begin{macrocode}
827 \@namedef{tabular*}#1{%
828  \setlength\dimen@{#1}%
829    \edef\@halignto{to\the\dimen@}\@tabular}
830 %    \end{macrocode}
831 % \end{macro}
833 % \begin{macro}{\@tabular}
834 %    \begin{macrocode}
835 \def\@tabular{\leavevmode \hbox \bgroup $\let\@acol\@tabacol
836    \let\@classz\@tabclassz
837    \let\@classiv\@tabclassiv \let\\\@tabularcr\@tabarray}
838 %    \end{macrocode}
839 % \end{macro}
841 % \begin{macro}{\@tabarray}
842 % RmS 91/11/04 added |\m@th|.
843 %    \begin{macrocode}
844 \def\@tabarray{\m@th\@ifnextchar[\@array{\@array[c]}}
845 %    \end{macrocode}
846 % \end{macro}
848 % RmS 1993/11/03 changed |\halign| to |\ialign| and removed superfluous
849 %              |\tabskip| assignment
852 % \changes{v1.1i}{1996/10/21}{Moved the code associated with
853 % \cs{@mkpream} into the group provided by the box, for robustness
854 % (latex/2183)}
855 % \begin{macro}{\@array}
856 %    \begin{macrocode}
857 \def\@array[#1]#2{%
858   \if #1t\vtop \else \if#1b\vbox \else \vcenter \fi\fi
859 %    \end{macrocode}
860 % \changes{LaTeX2.09}{1992/09/18}
861 %     {Changed \cs{par} to \cs{@empty} to avoid starting new row
862 %               e.g. after \cs{hline}}
863 %    \begin{macrocode}
864   \bgroup
865 %    \end{macrocode}
866 % This next bit of code sets up the strut and then builds the halign
867 % and its preamble according to the specification in the second
868 % argument.
870 % This code has been moved inside the box.
871 % A side effect of this has been to expose what was a buglet in the
872 % previous version: since the |\@arstrut| below is expanded and
873 % contains an |\ifmmode| then it could produce an unnecessary extra
874 % box in every row, thus wasting `lots of' main memory.
875 %    \begin{macrocode}
876   \setbox\@arstrutbox\hbox{%
877     \vrule \@height\arraystretch\ht\strutbox
878            \@depth\arraystretch \dp\strutbox
879            \@width\z@}%
880   \@mkpream{#2}%
881   \edef\@preamble{%
882     \ialign \noexpand\@halignto
883       \bgroup \@arstrut \@preamble \tabskip\z@skip \cr}%
884 %    \end{macrocode}
885 % That is the end of setting up the preamble; now we reset
886 % things before executing the halign built-up in |\@preamble|.
887 % The restorations could be done by introducing an extra group,
888 % thus saving tokens.
889 % \changes{v1.0k}{1994/12/08}{Add \cs{tabularnewline}}
890 % \changes{v1.1i}{1996/10/21}{Use \cs{set@typeset@protect}}
891 %    \begin{macrocode}
892   \let\@startpbox\@@startpbox \let\@endpbox\@@endpbox
893   \let\tabularnewline\\%
894     \let\par\@empty
895     \let\@sharp##%
896     \set@typeset@protect
897     \lineskip\z@skip\baselineskip\z@skip
898 %    \end{macrocode}
899 %    If the parsing of the preamble goes wrong there my be some
900 %    characters left which \TeX{} then tries to typeset, i.e., we
901 %    would be in horizontal mode. That would produce an endless loop
902 %    because the |\halign| expects vertical mode thus issues a |\par|
903 %    but that is a no-op at this point. So we better test this case
904 %    issue some error message and make a crude recovery by ending that
905 %    horizontal mode with force.
906 %    A better fix would be to ensure that we never pick up more than a
907 %    single character token (not done).
908 % \changes{v1.1m}{1998/11/13}{Check for hmode to see if something
909 %     went wrong during parsing (pr/2884)}
910 %    \begin{macrocode}
911     \ifhmode \@preamerr\z@ \@@par\fi
912     \@preamble}
913 %    \end{macrocode}
914 % \end{macro}
916 %  \begin{macro}{\@arraycr}
917 % Array version of |\\|.
918 %    \begin{macrocode}
919 \def\@arraycr{%
920   ${\ifnum0=`}\fi\@ifstar\@xarraycr\@xarraycr}
921 %    \end{macrocode}
922 % \end{macro}
924 %  \begin{macro}{\@arraycr}
925 %    \begin{macrocode}
926 \def\@xarraycr{\@ifnextchar[\@argarraycr{\ifnum0=`{\fi}${}\cr}}
927 %    \end{macrocode}
928 % \end{macro}
930 %  \begin{macro}{\@argarraycr}
931 %    \begin{macrocode}
932 \def\@argarraycr[#1]{%
933   \ifnum0=`{\fi}${}\ifdim #1>\z@ \@xargarraycr{#1}\else
934    \@yargarraycr{#1}\fi}
935 %    \end{macrocode}
936 % \end{macro}
938 %  \begin{macro}{\tabularnewline}
939 % \changes{v1.0i}{1994/11/14}{(DPC) Macro added}
940 % \changes{v1.0k}{1994/12/08}{(DPC) Made it \cs{relax}}
941 % Tabular version of |\\|.
942 %    \begin{macrocode}
943 \let\tabularnewline\relax
944 %    \end{macrocode}
945 % \end{macro}
947 %  \begin{macro}{\@tabularcr}
948 %    \begin{macrocode}
949 \def\@tabularcr{%
950   {\ifnum0=`}\fi\@ifstar\@xtabularcr\@xtabularcr}
951 %    \end{macrocode}
952 % \end{macro}
954 %  \begin{macro}{\@xtabularcr}
955 %    \begin{macrocode}
956 \def\@xtabularcr{\@ifnextchar[\@argtabularcr{\ifnum0=`{\fi}\cr}}
957 %    \end{macrocode}
958 % \end{macro}
960 %  \begin{macro}{\@argtabularcr}
961 %    \begin{macrocode}
962 \def\@argtabularcr[#1]{%
963   \ifnum0=`{\fi}%
964     \ifdim #1>\z@
965       \unskip\@xargarraycr{#1}%
966     \else
967       \@yargarraycr{#1}%
968     \fi}
969 %    \end{macrocode}
970 % \end{macro}
972 %  \begin{macro}{\@xargarraycr}
973 %    \begin{macrocode}
974 \def\@xargarraycr#1{\@tempdima #1\advance\@tempdima \dp \@arstrutbox
975    \vrule \@height\z@ \@depth\@tempdima \@width\z@ \cr}
976 %    \end{macrocode}
977 % \end{macro}
979 %  \begin{macro}{\@yargarraycr}
980 %    \begin{macrocode}
981 \def\@yargarraycr#1{\cr\noalign{\vskip #1}}
982 %    \end{macrocode}
983 % \end{macro}
985 %  \begin{macro}{\multicolumn}
986 % \begin{oldcomments}
987 % \multicolumn{NUMBER}{FORMAT}{ITEM} ==
988 %  BEGIN
989 %  \multispan{NUMBER}
990 %  \begingroup
991 %  \@addamp == null
992 %  \@mkpream{FORMAT}
993 %  \@sharp == ITEM
994 %  \protect == \relax
995 %  \@startpbox == \@@startpbox
996 %  \@endpbox == \@@endpbox
997 %  \@arstrut
998 %  \@preamble
999 %  \endgroup
1000 %  END
1001 % \end{oldcomments}
1003 % The command |\def\@addamp{}| was removed from |\multicolumn| on
1004 % 6 Dec 86 because it caused embedded array environments not to work.  I
1005 % think that it was included originally to prevent an error message if
1006 % the 2nd argument to the |\multicolumn| command had two column
1007 % specifiers.
1009 % 8 Feb 89 --- |\hbox{}| added after |\@preamble| to correct bug that
1010 %            occurred if |\multicolumn| preceded |\\[D]| with |D > 0|,
1011 %            caused by |\\[]| command doing an |\unskip|, which removed
1012 %            |\tabcolsep| glue inserted by |\multicolumn|.
1015 % \changes{v1.0h}{1994/11/04}{(ASAJ) added \cs{set@typeset@protect}.}
1016 % \changes{v1.1i}{1996/10/21}{Make \cs{multicolumn} long (latex/2180)}
1017 % This has been made long so that, for example, a |p|-column can
1018 % contain multiple paragraphs; maybe the arguments of |@|-expressions
1019 % should also be able to contain multiple paragraphs.
1020 %    \begin{macrocode}
1021 \long\def\multicolumn#1#2#3{\multispan{#1}\begingroup
1022   \@mkpream{#2}%
1023   \def\@sharp{#3}\set@typeset@protect
1024   \let\@startpbox\@@startpbox\let\@endpbox\@@endpbox
1025   \@arstrut \@preamble\hbox{}\endgroup\ignorespaces}
1026 %    \end{macrocode}
1027 % \end{macro}
1029 % \begin{oldcomments}
1030 % Codes for classes and character numbers of array, tabular and
1031 % multicolumn arguments.
1033 %    Character     Class       Number
1034 %    ---------     -----       ------
1035 %        c           0           0
1036 %        l           0           1
1037 %        r           0           2
1039 %        |           1           -
1040 %        @           2           -
1041 %        p           3           -
1042 %      {@-exp}       4           -
1043 %      {p-arg}       5           -
1045 % \@testpach \foo : expands \foo, which should be an array parameter
1046 %           token, and sets \@chclass and \@chnum to its class and
1047 %           number. Uses \@lastchclass to distinguish 4 and 5
1049 % Preamble error codes
1050 %    0: 'illegal character'
1051 %    1: 'Missing @-exp'
1052 %    2: 'Missing p-arg'
1054 % \@addamp ==
1055 %   BEGIN if @firstamp = true then @firstamp := false
1056 %                             else &                     fi
1057 %   END
1059 % \@mkpream TOKENLIST ==
1060 %   BEGIN
1061 %    @firstamp     := T
1062 %    \@lastchclass := 6
1063 %    \@preamble    == null
1064 %    \@sharp       == \relax
1065 %    \protect      == BEGIN \noexpand\protect\noexpand END
1066 %    \@startpbox   == \relax
1067 %    \@endpbox     == \relax
1068 %    \@expast{TOKENLIST}
1069 %    for \@nextchar := expand(\reserved@a)
1070 %      do  \@testpach{\@nextchar}
1071 %          case of \@chclass
1072 %            0 -> \@classz
1073 %            1 -> \@classi
1074 %              ...
1075 %            5 -> \@classv
1076 %          end case
1077 %          \@lastchclass := \@chclass
1078 %      od
1079 %      case of \@lastchclass
1080 %         0 -> \hskip \arraycolsep             % lrc
1081 %         1 ->                                  % |
1082 %         2 -> \@preamerr1 % 'Missing @-exp'    % @
1083 %         3 -> \@preamerr2 % 'Missing p-arg'    % p
1084 %         4 ->                                  % @-exp
1085 %         5 -> \hskip \arraycolsep             % p-exp
1086 %      end case
1087 %   END
1089 %  \@arrayclassz ==
1090 %    BEGIN
1091 %      \@preamble := \@preamble *
1092 %               case of \@lastchclass
1093 %                  0 -> \hskip \arraycolsep \@addamp \hskip \arraycolsep
1094 %                  1 -> \@addamp \hskip \arraycolsep
1095 %                  2 ->  % impossible
1096 %                  3 ->  % impossible
1097 %                  4 -> \@addamp
1098 %                  5 -> \hskip \arraycolsep \@addamp \hskip \arraycolsep
1099 %                  6 -> \@addamp \hskip \arraycolsep
1100 %                end case
1101 %              * case of \@chnum
1102 %                   0 -> \hfil$\relax\@sharp$\hfil
1103 %                   1 -> $\relax\@sharp$\hfil
1104 %                   2 -> \hfil$\relax\@sharp$
1105 %                end case
1106 %    END
1108 % \@tabclassz == similar to \@arrayclassz
1110 % \@classi ==
1111 %  BEGIN
1112 %    \@preamble := \@preamble *
1113 %                  case of \@lastchclass
1114 %                     0 -> \hskip \arraycolsep \@arrayrule
1115 %                     1 -> \hskip \doublerulesep \@arrayrule
1116 %                     2 -> % impossible
1117 %                     3 -> % impossible
1118 %                     4 -> \@arrayrule
1119 %                     5 -> \hskip \arraycolsep \@arrayrule
1120 %                     6 -> \@arrayrule
1121 %                  end case
1122 %  END
1124 % \@classii ==
1125 %  BEGIN
1126 %    \@preamble := \@preamble *
1127 %                  case of \@lastchclass
1128 %                     0    ->
1129 %                     1    -> \hskip .5\arrayrulewidth
1130 %                     2    -> % impossible
1131 %                     else ->
1132 %                  end case
1133 %  END
1135 % \@classiii ==
1136 %  BEGIN
1137 %    \@preamble := \@preamble *
1138 %               case of \@lastchclass
1139 %                  0 -> \hskip \arraycolsep \@addamp \hskip \arraycolsep
1140 %                  1 -> \@addamp \hskip \arraycolsep
1141 %                  2 -> % impossible
1142 %                  3 -> % impossible
1143 %                  4 -> \@addamp
1144 %                  5 -> \hskip \arraycolsep \@addamp \hskip \arraycolsep
1145 %                  6 -> \@addamp \hskip \arraycolsep
1146 %                end case
1147 %  END
1149 % \@arrayclassiv  ==
1150 %      BEGIN  \@preamble := \@preamble * $ \@nextchar$  END
1152 % \@tabclassiv   == same as \@arrayclassv except without the $ ... $
1154 % \@classv ==
1155 %   BEGIN
1156 %    \@preamble :=
1157 %        \@preamble * \@startpbox{\@nextchar}\ignorespaces\@sharp
1158 %                               \@endpbox
1159 %   END
1161 % \@expast{S}:
1162 %  Sets \reserved@a := S with all instances of *{N}{STRING}
1163 %  replaced by N copies of STRING, where N > 0.  An *
1164 %  appearing inside braces is ignored, but *-expressions
1165 %  inside STRING are expanded, so nested *-expressions are
1166 %  handled properly.
1168 % \@expast{S} == BEGIN  \@xexpast S *0x\@@  END
1170 % \@xexpast S1 *{N}{S2} S3 \@@ ==
1171 %  BEGIN
1172 %    \reserved@a   := S1
1173 %    \@tempcnta := N
1174 %    if \@tempcnta > 0
1175 %      then  while \@tempcnta > 0 do \reserved@a   := \reserved@a S2
1176 %                                   \@tempcnta := \@tempcnta - 1 od
1177 %            \reserved@b == \@xexpast
1178 %      else  \reserved@b == \@xexnoop
1179 %    fi
1180 %    \expandafter \reserved@b \reserved@a S3 \@@
1181 %  END
1182 % \end{oldcomments}
1185 %  \begin{macro}{\@xexnoop}
1186 %    \begin{macrocode}
1187 \def\@xexnoop #1\@@{}
1188 %    \end{macrocode}
1189 % \end{macro}
1191 %  \begin{macro}{\@expast}
1192 %    \begin{macrocode}
1193 \def\@expast#1{\@xexpast #1*0x\@@}
1194 %    \end{macrocode}
1195 % \end{macro}
1197 %  \begin{macro}{\@xexpast}
1198 %    \begin{macrocode}
1199 \def\@xexpast#1*#2#3#4\@@{%
1200   \edef\reserved@a{#1}%
1201   \@tempcnta#2\relax
1202   \ifnum\@tempcnta>\z@
1203     \@whilenum\@tempcnta>\z@\do
1204        {\edef\reserved@a{\reserved@a#3}\advance\@tempcnta \m@ne}%
1205     \let\reserved@b\@xexpast
1206   \else
1207     \let\reserved@b\@xexnoop
1208   \fi
1209   \expandafter\reserved@b\reserved@a #4\@@}
1210 %    \end{macrocode}
1211 % \end{macro}
1213 %  \begin{macro}{\if@firstamp}
1214 %  \begin{macro}{\@addamp}
1215 %    \begin{macrocode}
1216 \newif\if@firstamp
1217 %    \end{macrocode}
1219 %    \begin{macrocode}
1220 \def\@addamp{%
1221   \if@firstamp
1222     \@firstampfalse
1223   \else
1224     \edef\@preamble{\@preamble &}%
1225   \fi}
1226 %    \end{macrocode}
1227 % \end{macro}
1228 % \end{macro}
1230 %  \begin{macro}{\@arrayacol}
1231 %  \begin{macro}{\@tabacol}
1232 %  \begin{macro}{\@ampacol}
1233 %  \begin{macro}{\@acolampacol}
1234 %    \begin{macrocode}
1235 \def\@arrayacol{\edef\@preamble{\@preamble \hskip \arraycolsep}}
1236 \def\@tabacol{\edef\@preamble{\@preamble \hskip \tabcolsep}}
1237 \def\@ampacol{\@addamp \@acol}
1238 \def\@acolampacol{\@acol\@addamp\@acol}
1239 %    \end{macrocode}
1240 % \end{macro}
1241 % \end{macro}
1242 % \end{macro}
1243 % \end{macro}
1245 %  \begin{macro}{\@mkpream}
1246 % \changes{v1.0h}{1994/11/04}{(ASAJ) Added \cs{@unexpandable@protect}
1247 %    to \cs{@mkpream}.}
1248 %    \begin{macrocode}
1249 \def\@mkpream#1{\@firstamptrue\@lastchclass6
1250   \let\@preamble\@empty
1251   \let\protect\@unexpandable@protect
1252   \let\@sharp\relax
1253   \let\@startpbox\relax\let\@endpbox\relax
1254   \@expast{#1}%
1255   \expandafter\@tfor \expandafter
1256     \@nextchar \expandafter:\expandafter=\reserved@a\do
1257        {\@testpach\@nextchar
1258     \ifcase \@chclass \@classz \or \@classi \or \@classii \or \@classiii
1259       \or \@classiv \or\@classv \fi\@lastchclass\@chclass}%
1260   \ifcase \@lastchclass \@acol
1261       \or \or \@preamerr \@ne\or \@preamerr \tw@\or \or \@acol \fi}
1262 %    \end{macrocode}
1263 % \end{macro}
1265 %  \begin{macro}{\@arrayclassz}
1266 %    \begin{macrocode}
1267 \def\@arrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or
1268    \or \or \@addamp \or
1269    \@acolampacol \or \@firstampfalse \@acol \fi
1270 \edef\@preamble{\@preamble
1271   \ifcase \@chnum
1272      \hfil$\relax\@sharp$\hfil \or $\relax\@sharp$\hfil
1273     \or \hfil$\relax\@sharp$\fi}}
1274 %    \end{macrocode}
1275 % \end{macro}
1277 %  \begin{macro}{\@tabclassz}
1278 % RmS 91/08/14 inserted extra braces around entry for NFSS
1279 %    \begin{macrocode}
1280 \def\@tabclassz{%
1281   \ifcase\@lastchclass
1282     \@acolampacol
1283   \or
1284     \@ampacol
1285   \or
1286   \or
1287   \or
1288     \@addamp
1289   \or
1290     \@acolampacol
1291   \or
1292     \@firstampfalse\@acol
1293   \fi
1294   \edef\@preamble{%
1295     \@preamble{%
1296       \ifcase\@chnum
1297         \hfil\ignorespaces\@sharp\unskip\hfil
1298       \or
1299 %    \end{macrocode}
1300 % \changes{v1.1g}{1996/04/22}
1301 %     {(DPC) Extra \cs{hskip} keeps tabcolsep in empty columns
1302 %             internal/2122}
1303 % \changes{v1.1h}{1996/06/14}
1304 %     {(DPC) Change both\cs{z@skip} to 1sp for latex/2160}
1305 %    \begin{macrocode}
1306         \hskip1sp\ignorespaces\@sharp\unskip\hfil
1307       \or
1308         \hfil\hskip1sp\ignorespaces\@sharp\unskip
1309       \fi}}}
1310 %    \end{macrocode}
1311 % \end{macro}
1313 %  \begin{macro}{\@classi}
1314 %    \begin{macrocode}
1315 \def\@classi{%
1316   \ifcase\@lastchclass
1317     \@acol\@arrayrule
1318   \or
1319     \@addtopreamble{\hskip \doublerulesep}\@arrayrule
1320   \or
1321   \or
1322   \or
1323     \@arrayrule
1324   \or
1325     \@acol\@arrayrule
1326   \or
1327     \@arrayrule
1328   \fi}
1329 %    \end{macrocode}
1330 % \end{macro}
1332 %  \begin{macro}{\@classii}
1333 %    \begin{macrocode}
1334 \def\@classii{%
1335   \ifcase\@lastchclass
1336   \or
1337     \@addtopreamble{\hskip .5\arrayrulewidth}%
1338   \fi}
1339 %    \end{macrocode}
1340 % \end{macro}
1342 %  \begin{macro}{\@classiii}
1343 %    \begin{macrocode}
1344 \def\@classiii{\ifcase \@lastchclass \@acolampacol \or
1345    \@addamp\@acol \or
1346    \or \or \@addamp \or
1347    \@acolampacol \or \@ampacol \fi}
1348 %    \end{macrocode}
1349 % \end{macro}
1351 %  \begin{macro}{\@tabclassiv}
1352 %    \begin{macrocode}
1353 \def\@tabclassiv{\@addtopreamble\@nextchar}
1354 %    \end{macrocode}
1355 % \end{macro}
1357 %  \begin{macro}{\@arrayclassiv}
1358 %    \begin{macrocode}
1359 \def\@arrayclassiv{\@addtopreamble{$\@nextchar$}}
1360 %    \end{macrocode}
1361 % \end{macro}
1363 %  \begin{macro}{\@classv}
1364 %    \begin{macrocode}
1365 \def\@classv{\@addtopreamble{\@startpbox{\@nextchar}\ignorespaces
1366 \@sharp\@endpbox}}
1367 %    \end{macrocode}
1368 % \end{macro}
1370 % \begin{macro}{\@addtopreamble}
1371 %    \begin{macrocode}
1372 \def\@addtopreamble#1{\edef\@preamble{\@preamble #1}}
1373 %    \end{macrocode}
1374 % \end{macro}
1376 % \begin{macro}{\@chclass}
1377 % \begin{macro}{\@lastchclass}
1378 % \begin{macro}{\@chnum}
1379 %    \begin{macrocode}
1380 \newcount\@chclass
1381 \newcount\@lastchclass
1382 \newcount\@chnum
1383 %    \end{macrocode}
1384 % \end{macro}
1385 % \end{macro}
1386 % \end{macro}
1388 % \begin{macro}{\arraycolsep}
1389 % \begin{macro}{\tabcolsep}
1390 % \begin{macro}{\arrayrulewidth}
1391 % \begin{macro}{\doublerulesep}
1392 %    \begin{macrocode}
1393 \newdimen\arraycolsep
1394 \newdimen\tabcolsep
1395 \newdimen\arrayrulewidth
1396 \newdimen\doublerulesep
1397 %    \end{macrocode}
1398 % \end{macro}
1399 % \end{macro}
1400 % \end{macro}
1401 % \end{macro}
1403 % \begin{macro}{\arraystretch}
1404 %    \begin{macrocode}
1405 \def\arraystretch{1}    % Default value.
1406 %    \end{macrocode}
1407 % \end{macro}
1409 % \begin{macro}{\@arstrutbox}
1410 % \begin{macro}{\@arstrut}
1411 %    \begin{macrocode}
1412 \newbox\@arstrutbox
1413 %    \end{macrocode}
1415 %    \begin{macrocode}
1416 \def\@arstrut{%
1417   \relax\ifmmode\copy\@arstrutbox\else\unhcopy\@arstrutbox\fi}
1418 %    \end{macrocode}
1419 % \end{macro}
1420 % \end{macro}
1422 % \begin{macro}{\@arrayrule}
1423 %    \begin{macrocode}
1424 \def\@arrayrule{\@addtopreamble{\hskip -.5\arrayrulewidth
1425    \vrule \@width \arrayrulewidth\hskip -.5\arrayrulewidth}}
1426 %    \end{macrocode}
1427 % \end{macro}
1429 % \begin{macro}{\@testpatch}
1430 %    \begin{macrocode}
1431 \def\@testpach#1{\@chclass \ifnum \@lastchclass=\tw@ 4 \else
1432     \ifnum \@lastchclass=3 5 \else
1433      \z@ \if #1c\@chnum \z@ \else
1434                               \if #1l\@chnum \@ne \else
1435                               \if #1r\@chnum \tw@ \else
1436           \@chclass \if #1|\@ne \else
1437                     \if #1@\tw@ \else
1438                     \if #1p3 \else \z@ \@preamerr 0\fi
1439   \fi  \fi  \fi  \fi  \fi  \fi
1440 \fi}
1441 %    \end{macrocode}
1442 % \end{macro}
1444 % \begin{macro}{\hline}
1445 %    \begin{macrocode}
1446 \def\hline{%
1447   \noalign{\ifnum0=`}\fi\hrule \@height \arrayrulewidth \futurelet
1448    \reserved@a\@xhline}
1449 %    \end{macrocode}
1450 % \end{macro}
1452 % \begin{macro}{\@xhline}
1453 %    \begin{macrocode}
1454 \def\@xhline{\ifx\reserved@a\hline
1455                \vskip\doublerulesep
1456 %    \end{macrocode}
1457 %    Measure from the middle of the rules.
1458 % \changes{latex2e}{1993/12/16}{Measure from middle of vertical rules}
1459 %    \begin{macrocode}
1460                \vskip-\arrayrulewidth
1461              \fi
1462       \ifnum0=`{\fi}}
1463 %    \end{macrocode}
1464 % \end{macro}
1466 % \begin{macro}{\vline}
1467 %    \begin{macrocode}
1468 \def\vline{\vrule \@width \arrayrulewidth}
1469 %    \end{macrocode}
1470 % \end{macro}
1472 % \begin{macro}{\cline}
1473 % \changes{v1.1c}{1995/09/14}
1474 %     {(DPC) New implementation}
1475 % \begin{macro}{\@cline}
1476 % The old \LaTeX2.09 implementation of |\cline| used up quite
1477 % a lot of memory and two precious count registers.
1478 % This new (1995/09/14) implementation does not use any count registers.
1479 % It is coded in a way that depends heavily on the definition of
1480 % |\multispan| so that command has been moved here from the file
1481 % |ltplain.dtx|.
1483 % These counters are no longer declared.
1484 %\begin{verbatim}
1485 % \newcount\@cla
1486 % \newcount\@clb
1487 %\end{verbatim}
1489 %    \begin{macrocode}
1490 \def\cline#1{\@cline#1\@nil}
1491 %    \end{macrocode}
1493 % \changes{v1.1e}{1995/10/17}
1494 %     {(DPC) Use \cs{@multicnt}}
1495 %    \begin{macrocode}
1496 \def\@cline#1-#2\@nil{%
1497   \omit
1498 %    \end{macrocode}
1499 % Use the counter from |\multispan|.
1500 %    \begin{macrocode}
1501   \@multicnt#1%
1502   \advance\@multispan\m@ne
1503   \ifnum\@multicnt=\@ne\@firstofone{&\omit}\fi
1504   \@multicnt#2%
1505   \advance\@multicnt-#1%
1506   \advance\@multispan\@ne
1507 %    \end{macrocode}
1508 % The original had |\unskip| at this point,
1509 % but how could a skip get here ???
1510 %    \begin{macrocode}
1511   \leaders\hrule\@height\arrayrulewidth\hfill
1512   \cr
1513 %    \end{macrocode}
1514 % This is back spacing is fairly horrible,
1515 % but it is what happened in the old version\ldots\
1516 % An alternative would be to make |\cline| look ahead for a following
1517 % |\cline| as does |\hline|. This would alter the spacing in existing
1518 % documents so keep the old version in the kernel. Perhaps a package
1519 % should do this differently.
1520 %    \begin{macrocode}
1521   \noalign{\vskip-\arrayrulewidth}}
1522 %    \end{macrocode}
1523 % \end{macro}
1524 % \end{macro}
1526 % \begin{macro}{\mscount}
1527 % The |\mscount| counter is no longer declared, saving a csname and a
1528 % register. It is declared in compatibility mode.
1529 % \end{macro}
1531 % \begin{macro}{\multispan}
1532 % \begin{macro}{\@multispan}
1533 % \changes{v1.1e}{1995/10/17}
1534 %     {(DPC) Macro added.}
1535 % \begin{macro}{\sp@n}
1536 % Modify |\multispan| slightly from its plain \TeX\ definition
1537 % to allow more efficient code sharing with |\multicolumn|.
1538 % Also share a count register with |\multiput|.
1539 %    \begin{macrocode}
1540 \def\multispan{\omit\@multispan}
1541 %    \end{macrocode}
1543 %    \begin{macrocode}
1544 \def\@multispan#1{%
1545   \@multicnt#1\relax
1546   \loop\ifnum\@multicnt>\@ne \sp@n\repeat}
1547 %    \end{macrocode}
1549 %    \begin{macrocode}
1550 \def\sp@n{\span\omit\advance\@multicnt\m@ne}
1551 %    \end{macrocode}
1552 %  \end{macro}
1553 %  \end{macro}
1554 %  \end{macro}
1557 % \begin{macro}{\@startpbox}
1558 % \begin{macro}{\@endpbox}
1559 % Helper macros for `p' columns.
1561 % |\@startpbox|\marg{width} \emph{text} |\egroup| is essentially
1562 % |\parbox|\marg{width}\marg{text}
1564 % |\@endpbox| is essentially  |\unskip \strut \par \egroup\hfil|
1565 %  (Changed 14 Jan 89) (changed again 1994/05/13)
1567 % \changes{v1.0d}{1994/05/03}
1568 %     {Use \cs{@finalstrut} based on depth of \cs{@arstrutbox}}
1570 % \changes{v1.1j}{1998/05/18}{Use \cs{setlength} to set \cs{hsize},
1571 %      so that the changes in the calc package apply here.}
1572 %    \begin{macrocode}
1573 \def\@startpbox#1{\vtop\bgroup \setlength\hsize{#1}\@arrayparboxrestore}
1574 %    \end{macrocode}
1576 %    \begin{macrocode}
1577 \def\@endpbox{\@finalstrut\@arstrutbox\par\egroup\hfil}
1578 %    \end{macrocode}
1580 % 14 Jan 89: Def of |\@endpbox| changed from\\
1581 %    |\def\@endpbox{\par\vskip\dp\@arstrutbox\egroup\hfil}|\\
1582 % so vertical spacing works out right if the last line of a `p' entry
1583 % has a descender.
1584 % \end{macro}
1585 % \end{macro}
1587 % \begin{macro}{\@@startpbox}
1588 % \begin{macro}{\@@endpbox}
1589 %    \begin{macrocode}
1590 \let\@@startpbox=\@startpbox
1591 \let\@@endpbox=\@endpbox
1592 %    \end{macrocode}
1593 % \end{macro}
1594 % \end{macro}
1596 %    \begin{macrocode}
1597 %</2ekernel>
1598 %    \end{macrocode}
1600 % \Finale