Quote:
Originally Posted by frabjous
Could you post the code for the table, at least the first part of it?
|
If I give the last column a width, it will wrap the paragraph.
This is what I had:
Code:
\begin{tabular}{ *{2}{l} }
\end{tabular}
And this is what I have now:
Code:
\begin{tabular}{ l p{75mm} }
\end{tabular}