Graphics, Figures & TablesHow to split rows over multiple pages

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Roeles
Posts: 2
Joined: Fri Mar 27, 2009 10:59 pm

How to split rows over multiple pages

Post by Roeles »

Hello,

I'm a novice Latex user and currently having problems with a multi-page table I'm building. I've searched the internet but couldn't find sufficient help that's why I ask here.

I use the longtable environment which correctly splits the table over multiple pages. However, since the entries of e.g. two succeeding rows are longer than one page, Latex puts the second row on a new page.

How can I script Latex to split 1 row over multiple pages?

Thanks in advance!

Roel

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

ruchir_iit
Posts: 13
Joined: Tue Apr 21, 2009 9:14 am

Re: How to split rows over multiple pages

Post by ruchir_iit »

Hi Roeles,

What I understand from your post is that in case a cell of the table has many rows, the cell itself is shifted to the next page. Please let me know if I have understood it rightly.
I have a problem that I want the cell to go to the next page instead of having some rows of the cell in one page and remaning rows on the other.

Regards,
Ruchir
Post Reply