Hi everyone:
I'm using longtable and multirow environments to make a VERY long table. I'm also using \endfirsthead and \endfoot commands to span the table into several pages. The problem is the spanning doesn't work correctly at the end of each page, due to the multirow cells I have, and when I try to adjust the text of these cells, others are also affected... I don't know why.
The table fits correctly in portrait, and so, it's not necessary to rotate it.
I attach a minimal code example.
Any suggestion?
Thanks in advance
Turbo
Graphics, Figures & Tables ⇒ Problems with longtable and multirow
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Problems with longtable and multirow
Please, find attached a new version of your tex file. Remark that most multirow cells spand 11 rows, not 10 as you had written. I've removed superflous \parboxes, corrected the double lines in the middle of two \multicolumns (some |c| descriptors changed to c|), and improved other details. I think it is necessary to manually insert \pagebreak commands in order to properly distribute the table in several pages. There are two \pagebreaks in the attached file.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Re: Problems with longtable and multirow
Man, that was exactly what I was trying to do!! It's AWESOME!! Thanks!
Turbo
Turbo