Graphics, Figures & TablesBreaking tabular over a page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
zomgbroken
Posts: 6
Joined: Sat Oct 04, 2008 2:06 pm

Breaking tabular over a page

Post by zomgbroken »

Is there any way to break a tabular environment over a page?

For example, I have a table that won't fit into the remaining space on a page, so LaTeX moves the whole table onto the next page leaving a lot of blank space, can I break up the table so that part of it is on the current page, while the rest that doesn't fit is on the new page.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Breaking tabular over a page

Post by Stefan Kottwitz »

Hi,

you could use for instance the longtable package.

Stefan
LaTeX.org admin
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Breaking tabular over a page

Post by gmedina »

... or supertabular.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Breaking tabular over a page

Post by frabjous »

... or xtab.

:lol:
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Breaking tabular over a page

Post by localghost »

... or ltablex.


Best regards
Thorsten
Post Reply