I have a very long table that I use to align some text, therefore I don't need it to be (specifically) a table (please consider that in the answers).
I am using supertabular for the table to span several pages. The problem is that I have some cells that contain some long text (enough to be split into two lines), which increases the width of the table and it overflows the margins.
I have seen in similar questions that I could use tabularx with the X option for the column with so much text, this would split the column into several lines, but the problem is that tabularx cannot span several pages.
I would prefer not to use p{width} for the column, because it's going to be impossible (or extremely hard) to set the proper width for this column to make the best use of the text width in total, the width of the other columns may change in different pages (that's not a problem, that's good) and I would prefer to use the full width as much as possible (the table is huge).
Please remember I could use something rather than a table, although I don't know about anything that would be useful in this context.
Related questions:
ltxtablepackage, which lets you combine the features of thetabularxandlongtableenvironments. To learn more aboutltxtable, simply search for this string in the postings of this site. – Mico Jan 27 '14 at 19:100.5\textwidthand0.5\linewidthamong other options. – Trylks Jan 29 '14 at 11:24lwhere I should useX, that's why the lines were not splitting properly. Now I would like the table not to page-break between some specific rows but I think I'm gonna let it be. Thank you for your help :) – Trylks Feb 13 '14 at 17:33\\*instead of\\. – Mico Feb 13 '14 at 17:41