Graphics, Figures & Tables ⇒ Tabulary and page break
Tabulary and page break
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: Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Tabulary and page break
tabulary
manual:
Since the standardThese 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.
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.