summaryrefslogtreecommitdiff
path: root/macros/plain/contrib/cellular/cellular.tex
blob: 62f2c7c02f52738c9d097ff4e3b902e73cf8ea5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% File:       TeX Inputs cellular.tex
% Author:     J E Pittman
% Bitnet:     JEPTeX@TAMVenus
% Internet:   JEPTeX@Venus.TAMU.EDU
% Date:       November 8, 1988
%
% This file defines the main macro for cellular table construction.  
% For commentary, please see the file cellular.doc.
%
\message{Cellular.TeX version 0.}%
%
\def\begincellular#1#2\endcellular{\relax
   \begingroup
      \input Cell1                                % set up enviroment
      #1\relax
      \input Cell2                                % set up for scan
      \ignorespaces
      #2\relax                                    % scan the cells
      \input Cell3                                % compute spans
      \input Cell4                                % set up for output
      \offinterlineskip
      \parskip=\zeropt
      \ignorespaces
      #2\relax                                    % output cells
      \par
      \endgroup
   }%
%
\endinput