Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!lll-winken!uwm.edu!psuvax1!news From: sanjeev@minas-tirith.cs.psu.edu (Sanjeev Y. Dharap) Newsgroups: comp.text.tex Subject: Multi-page tables in Latex Message-ID: Date: 6 Mar 90 20:27:11 GMT Sender: news@cs.psu.edu (Usenet) Distribution: comp Organization: /home/psuvax1/sanjeev/.organization Lines: 22 Hi. I am trying to typeset a table in tabular env. in latex. The problem is that it is a multi-page table and my document is two-column. I tried to use supertab.sty from sun.soe.clarkson.edu. It has some bugs: 1. \def\nextline{\global\advance\numline by 1\\ ^ It assumes that each item spans only one line. The table I have has items that span one or more lines. 2. It assumes that the document is in single column format. Does anyone have any fixes for this ? thank you. sanjeev. sanjeev@cs.psu.edu