Search found 2 matches

by pegazik
Fri May 08, 2009 5:41 pm
Forum: Graphics, Figures & Tables
Topic: wrapping text in multirow
Replies: 2
Views: 2886

Re: wrapping text in multirow

OK, it looks like it was not so difficult in the end. I used the parbox statement and it worked.
by pegazik
Fri May 08, 2009 2:31 pm
Forum: Graphics, Figures & Tables
Topic: wrapping text in multirow
Replies: 2
Views: 2886

wrapping text in multirow

Hi,

The code below is supposed to create a simple table with multirows. I would like to have a line break after each word in the first column. I tried to obtain this effect by forcing the column width to 3cm. Unfortunately it does not work, probably because of multirows statement. Anyone knows how ...