So, as far as I understand, I can use the tabularx package to make auto-width tables with text wrap.
Also, there is supertabular which allows me to make tables span across pages.
How do I make a table that:
- Occupies the whole page horizontally.
- Spans across multiple pages preserving its header.
- Automatically selects certain column widths.
tabularx's X-style. - Wraps text in the columns.
?