summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain/cellular/cellular.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/plain/cellular/cellular.tex')
-rw-r--r--Master/texmf-dist/tex/plain/cellular/cellular.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/plain/cellular/cellular.tex b/Master/texmf-dist/tex/plain/cellular/cellular.tex
new file mode 100644
index 00000000000..62f2c7c02f5
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/cellular/cellular.tex
@@ -0,0 +1,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