summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/autotab/autotab.tex113
-rw-r--r--Master/texmf-dist/tex/latex/autotab/autotab.sty45
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
-rw-r--r--Master/tlpkg/tlpsrc/autotab.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
6 files changed, 3 insertions, 161 deletions
diff --git a/Master/texmf-dist/doc/latex/autotab/autotab.tex b/Master/texmf-dist/doc/latex/autotab/autotab.tex
deleted file mode 100644
index 92c94bff57e..00000000000
--- a/Master/texmf-dist/doc/latex/autotab/autotab.tex
+++ /dev/null
@@ -1,113 +0,0 @@
-%format latex
-%documentstyle[german,11pt,supertab,autotab]{darticle}
-\documentstyle[german,11pt,supertab,autotab]{artdaf} %02.02.91
-
-\textheight 24cm
-\textwidth 17cm
-\topmargin -2cm
-\oddsidemargin -1cm
-\parskip 6pt
-
-\begin{document}
-\begin{center}
-\Large\bf Generating tabulars using the \\
- {\tt autotab} Style \\[.5cm]
-\normalsize Gabriele Kruljac \\
- 5. Oktober 1989
-\end{center}
-This is the description of the {\tt autotab} style. It offers some
-new commands to generate tabulars nearly automatically.
-
-The style itself is called as \verb|\documenstyle| option
-\verb|\documentstyle[...,autotab,...]{darticle}|. The tabular
-creating commands are called inside a {\tt tabular} or
-{\tt supertabular} environment. Syntax:
-\begin{center}
-\begin{tabular}{l p{10cm}}
-\verb|\readtabline{...}| & reads from data file and generates
- the tabular entries; argument is
- the number of columns = number of records
- which bild one tabular line \\
-\verb|\autotabline| & is the built tabular entry, inserts it's
- into the tabular at the specified point
-\end{tabular}
-\end{center}
-
-Every time \verb|\readtabline| is called it asks for the name of
-the input data file and starts reading. The style reads as much records
-as specified by the argument of the \verb|\readtabline| command,
-puts them into \verb|\autotabline| connected with ampersands (\verb|&|)
-and adds \verb|\\| to the last of these records.
-This algorithm is repeated until end-of-file is found.
-
-Using {\tt autotab} in conjunction with the {\tt supertabular}
-environment offers the possibility to generate tabulars without regard
-to necessary pagebreaks, because they will be inserted automatically
-by {\tt supertabular} (see separate description).
-
-\subsection*{Example}
-The data is stored in file {\tt sonderdr.dat}. \verb|\readtabline|
-results in an online dialog question:
-\begin{center}
-\begin{tabular}{l}
-\tt Please type the name of the tabular input data file:\\
-\verb|\inputfile=|
-\end{tabular}
-\end{center}
-The user types:\hfill{\tt sonderdr.dat}.\hspace*{\fill}
-
-\noindent The data look like:
-\begin{verbatim}
- 265/89
- Study of Plasma Potential Effects in a 40 MHz ...
- Spectrochim. Acta
- 1989
- 44B
- 219-228
- ww
- 264/89
- Atomic Emission and Atomic Absorption Spectrometric ...
- .
- .
- .
- .
- .
- 263/89
- Comparative Surface and Bulk Analysis of Oxygen in Si3N4 ...
- Fresenius Z.Anal.Chem.
- 1989
- 333
- 502-506
- WW
- 262/89
-\end{verbatim}
-Seven records build one tabular line. There must be a blank record for each empty entry (marked by . in the above example).
-
-\noindent Here is the definition of the tabular:
-\begin{verbatim}
- \small\renewcommand{\arraystretch}{.8}
- \tablehead{\hline Publ-Nr. & \multicolumn{1}{c|}{Titel}
- & ersch. & Jahr & Bd. & Seite & Institut \\
- \hline}
- \tabletail{\hline}
- \begin{center}
- \begin{supertabular}{|l|p{5cm}|p{3cm}|l|l|l|l|}
- \noalign{\readtabline{7}}
- \autotabline
- \end{supertabular}
- \end{center}
-\end{verbatim}
-
-\noindent And here is the result:
-\small\renewcommand{\arraystretch}{.8}
-\tablehead{\hline
- Publ-Nr. & \multicolumn{1}{c|}{Titel}
- & ersch. & Jahr & Bd. & Seite & Institut \\ \hline}
-\tabletail{\hline}
-\begin{center}
-\begin{supertabular}{|l|p{5cm}|p{3cm}|l|l|l|l|}
-\noalign{\readtabline{7}}
-\autotabline
-\end{supertabular}
-\end{center}
-\end{document}
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=\\}
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index adf4b47f849..9174aca6daf 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -42,7 +42,7 @@ my @TLP_working = qw(
asymptote-faq-zh-cn asymptote-by-example-zh-cn asymptote-manual-zh-cn
attachfile
augie auncial-new aurical authoraftertitle authorindex
- auto-pst-pdf autoarea automata autotab
+ auto-pst-pdf autoarea automata
babel babelbib background bangtex barcodes barr baskervald
bbcard bbding bbm bbm-macros bbold bbold-type1 bclogo
beamer beamer-FUBerlin beamer-tut-pt beamerposter
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 1b1c0dc0e4a..d706906abf0 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -85,7 +85,7 @@ $Master = "$mydir/../..";
'antp', "die 'skipping, use poltawski'",
'antt', "&MAKEcopy",
'apacite', "&MAKEflatten",
- 'apl', "die 'skipping, apl license'",
+ 'apl', "die 'skipping, noinfo license'",
'arabi', "&MAKEarabi",
'arabtex', "&MAKEarabtex",
'arbeit', "die 'skipping, latex 2.09 and never in tl'",
@@ -104,6 +104,7 @@ $Master = "$mydir/../..";
'aurora', "die 'skipping, nocommercial license'",
'auto1', "die 'skipping, nonfree font support'",
'autolatex', "die 'skipping, too complicated, sorry'",
+ 'autotab', "die 'skipping, noinfo license, latex 2.09'",
'babelbib', "&MAKEcopy",
'backgammon', "die 'skipping, nonfree license'",
'bangtex', "&MAKEflatten",
diff --git a/Master/tlpkg/tlpsrc/autotab.tlpsrc b/Master/tlpkg/tlpsrc/autotab.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/autotab.tlpsrc
+++ /dev/null
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index a13a5c9711e..f1c54a92481 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -34,7 +34,6 @@ depend assignment
depend attachfile
depend authoraftertitle
depend authorindex
-depend autotab
depend background
depend beamer-contrib
depend beamerposter