~ubuntu-branches/debian/wheezy/texlive-extra/wheezy

« back to all changes in this revision

Viewing changes to texmf-dist/tex/plain/cellular/cellular.tex

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-11-24 14:20:36 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20081124142036-b19n8209gdut919x
Tags: 2007.dfsg.10-1
* blacklist cellular, it does not have any license info and the author
  is not contactable anymore (Closes: #505283)
  (RC, urgency thus medium)
* blacklist cmastro, no license info, author unknown (no bug report, but RC)
  This closes also the "pk files in doc hierarchy" bug (Closes: #443884)
* blacklist china2e, nosell license (no bug report, but RC)
* reinstantiate calligra after license issues have been cleared
  up and add an entry to the Licenses file (via Licenses.add)
* formats-extra suggests plain-extra for miniltx.tex (Closes: #504494)
* add license statements for eqlist, varindex, toolbox, ushort, guitar,
  ziffer (Closes: #466697)

Show diffs side-by-side

added added

removed removed

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