Graphics, Figures & TablesTabulary and page break

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
trophi20
Posts: 7
Joined: Thu Apr 02, 2020 7:17 pm

Tabulary and page break

Post by trophi20 »

Hi,

I want to use the tabulary package, but there are some really long tables. So I need to make a page break. How can I do that?

Here you can see, there's no page break, a part of the table is not visible:
TabularyPageBreak.tex
Example file
(1.63 KiB) Downloaded 303 times
Thanks!

Recommended reading 2024:

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

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

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Tabulary and page break

Post by Ijon Tichy »

From the tabulary manual:
These environments work pretty much like the standard tabular environment
(or more correctly, the enhanced version from the array package) except that there
are more possibilities for the column types.
Since the standard tabular environment does not allow page breaks, this is of course also true for tabulary. For tabulars with page breaks you need longtable or supertabular or a derived package like xltabular.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply