I have a table with two columns: a word and its description, which is a sentences. Now, when I create a pdf, the sentences run out of the page boundary. Is it possible to automatically split the sentences in Latex or do linebreaks need to be used?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Use a
|
|||
|
|

\begin{tabular}{p{0.5\linewidth}m{0.2\linewidth}}. – Click Me Mar 23 '12 at 17:28