DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦2bde3fd7b⟧ TextFile

    Length: 934 (0x3a6)
    Types: TextFile
    Names: »cellular.tex«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/pittman/cellular.tex« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXcontrib/pittman/cellular.tex« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXcontrib/pittman/cellular.tex« 

TextFile

% 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