With the longtable package one can create a table that spans over multiple pages. The problem is that it will never break a row in two: either it stays entirely in the current page or it is moved completely onto the next one.
But if your rows occupy on average 75% of the eight of a page, this means having one row per page, which is ugly. I would like single rows to be broken and split over multiple pages. How to do this?
As a bonus, I would also like to be able to use tabularx functionalities... is it asking too much?
\newpageor\pagebreak? – Ayman Elmasry Feb 01 '12 at 14:19