Search found 5 matches

by fedner
Tue Aug 23, 2011 6:59 pm
Forum: Graphics, Figures & Tables
Topic: multirow with several columns
Replies: 7
Views: 17277

Re: multirow with several columns

Another issue: the xtab environment splits a big table in several pages; unfortunately, multirow block is splitted in two parts if the page break comes in the middle. I'd like to keep it whole. Is it possible?
In attachment, a sample file.

Thanks

Fedner
by fedner
Fri Aug 19, 2011 11:52 pm
Forum: Graphics, Figures & Tables
Topic: multirow with several columns
Replies: 7
Views: 17277

multirow with several columns

Don't forget the & symbols for the empty cells in the next rows

Oh yes, I've been so silly! I tried to enter & symbols but i did it in the wrong way...

Ok, we are near to the goal. The only thing that still distress me is the length of text in cells: using a long text like in the code below, I ...
by fedner
Fri Aug 19, 2011 8:55 pm
Forum: Graphics, Figures & Tables
Topic: multirow with several columns
Replies: 7
Views: 17277

multirow with several columns

perhaps post a compilable minimal example, so we all know what we are speaking about and are able to work with the code.

Regarding column 3: of course you can use \multirow also in several columns, such as

\multirow{4}{*}{Text} & \multirow{4}{*}{more Text} &
\multirow{4}{*}{very long Text ...
by fedner
Fri Aug 19, 2011 4:52 pm
Forum: Graphics, Figures & Tables
Topic: multirow with several columns
Replies: 7
Views: 17277

multirow with several columns

Hi Fedner,

welcome to the board!

Thank you :)

Besides \multirow, you could use \cline.

Thanks for your help. I tried your code putting some text in cells. This is the result:

http://ilseve.altervista.org/immagini/suggestion1.jpg

As you can see, the description written in Col3 takes a lot ...
by fedner
Thu Aug 18, 2011 6:02 pm
Forum: Graphics, Figures & Tables
Topic: multirow with several columns
Replies: 7
Views: 17277

multirow with several columns

Hi. I need to create a table with 4 columns. In the 4th column, for each row, i want to insert n rows, where n varies for each "master" row. To make a comparison, it's like if i wanted to split a cell in several rows in a table of a text editor like Word. What i want is something like this:

http ...