Tagged Questions
5
votes
1answer
1k views
Supertabular problem with \input
Consider a simple supertabular example:
\documentclass{article}
\usepackage{supertabular}
\begin{document}
\begin{supertabular}
a & b \\
\end{supertabular}
\end{document}
Suppose I wanted to ...