Intro
I have a list of elements in a tabular, where some elements of the last (3rd) column sometimes are long enough to overpass the width of the page. It is quite boring to have to go line by line and adjust accordingly.
For example one line of my tabular might be:
First column & second column & my long, way too long third column that overpass the width of the page.\\
and here is what I do to solve this issue
First column & second column & my long, way too long third column\\
& & that overpass the width of the page.\\
Question
Is there a solution to set the width of the page (indicating the page is an A4 for example) to the whole tabular, so that LaTex does the trick automatically. We might eventually have to indicate whether we want the line break to occur in the middle of the words or only at spaces or only after comas.
tabularxpackage. – Arash Esbati Jun 23 '15 at 17:09