Search found 1 match

by NotDifficult
Sun Feb 20, 2011 10:28 am
Forum: Graphics, Figures & Tables
Topic: Force line break in table cell
Replies: 4
Views: 11707

Force line break in table cell

Here is a real and easy solution to the question of how to force a line break IN a table cell (for those cases where just adding a new row is not an option):

\usepackage{pbox}

\begin{tabular}{|l|l|} \hline
\pbox{20cm}{This is the first \\ cell} & second \\ \hline
3rd & and the last cell ...