summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/autotab
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-29 17:50:04 +0000
committerKarl Berry <karl@freefriends.org>2010-11-29 17:50:04 +0000
commit5c22c2d3e871286474794bf5a8d726072170036e (patch)
tree7e326691a1f376b58179f57ac1a2287c98aaf559 /Master/texmf-dist/tex/latex/autotab
parent043d3abd95e5abfb39816a4028cc8921856c2d3c (diff)
rm autotab, noinfo license, latex 2.09
git-svn-id: svn://tug.org/texlive/trunk@20602 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/autotab')
-rw-r--r--Master/texmf-dist/tex/latex/autotab/autotab.sty45
1 files changed, 0 insertions, 45 deletions
diff --git a/Master/texmf-dist/tex/latex/autotab/autotab.sty b/Master/texmf-dist/tex/latex/autotab/autotab.sty
deleted file mode 100644
index 840acfc7346..00000000000
--- a/Master/texmf-dist/tex/latex/autotab/autotab.sty
+++ /dev/null
@@ -1,45 +0,0 @@
-% This is autotab.sty as of 5. October 1989
-% written by Gabriele Kruljac
-% Max-Planck-Institute Stuttgart
-% kruljac@ds0mpi11
-% this style generates tabular lines from data files
-% see autotab.tex for a description
-%
-% notice that the input data has to be written in valid TeX syntax
-% (i.e. \_, \% and so on)
-%
-% The name of the input data file will be read from the terminal
-% everytime the command \readtabline{...} is used
-
-\typeout{Document substyle `autotab' by MPI FKF, Version 1.0 as of 5. October 1989}
-
-\newif\ifnoteof
-\newcount\reccount
-\def\testeof{\ifeof10\global\noteoffalse\else\global\noteoftrue\fi}
-
-\long\def\readtabline#1{%
-\global\def\autotabline{}
-\let\septabline={\noexpand\septabline}
-\let\septabcol={\noexpand\septabcol}
-\let\savenu=\"
-\let\"=u
-\noteoftrue
-\message{Please type the name of the tabular input data file:}
-\read16 to\inputfile
-\openin10=\inputfile
-\loop
- \read10 to\inrec
- \testeof
-\ifnoteof
- \advance\reccount by 1
- \ifnum\reccount=#1
- \global\edef\autotabline{\autotabline\inrec\septabline}
- \reccount=0
- \else
- \global\edef\autotabline{\autotabline\inrec\septabcol}
- \fi
-\repeat
-\closein10
-\let\"=\savenu
-\global\let\septabcol=&
-\global\let\septabline=\\}