Search found 1 match

by chrisbare
Fri Jan 08, 2021 2:04 am
Forum: Graphics, Figures & Tables
Topic: can multirow grow to fit it's contents?
Replies: 0
Views: 1738

can multirow grow to fit it's contents?

I'm trying to make a table using multi-row. The contents of each cell come from a database, so I don't know how long they will be. I used a \parbox to wrap the contents at the desired width, and for normal cells they grow as need to contain the contents.
However, with multi-row the contents do not ...