Alexis Lee writes:
I have a Latex table (begin{tabular}), and I want it to break one of the columns if it needs to.
So rather than:
<------------ size of page ------------> /---------------------------------------------------\ | field | field | long field | field | | field | field | long long long long field | field | | field | field | long field | field | \---------------------------------------------------/
I get: /--------------------------------------\ | field | field | long field | field | | field | field | long long | field | | | | long long | | | | | field | | | field | field | long field | field | \--------------------------------------/
Anyone?
Use something like \begin{tabular}{|l|l|p{3in}|l|} to set the third column as a 3-inch-wide paragraph. As Leslie Lamport used to say, "it's documented in the [his] LaTeX book", p 205. ..Adrian -- Dr Adrian F Clark WEB: http://esewww.essex.ac.uk/~alien/ EMAIL: alien@essex.ac.uk TEL: +44 1206 872432 FAX: +44 1206 872900 PAPER: VASE Lab, Dept ESE, University of Essex, Colchester, CO4 3SQ, UK