How to stretch a table over multiple pages.
Posted
by lexu
on Stack Overflow
See other posts from Stack Overflow
or by lexu
Published on 2010-05-24T12:07:18Z
Indexed on
2010/05/24
12:11 UTC
Read the original article
Hit count: 326
I have a Table (multiple rows, multiple columns, see below ) that is longer than one page. How can I tell LaTeX to continue on the next page.
- Adding a \newpage didn't work
Manualy 'ending' and 'reopening' the table works, but is very tedious, since the table will be many pages long.
\begin{tabular}{lp{13cm}} AAAAAAAAAA & FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR\ BBBBBBBBBB & FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR\ CCCCCCCCCC & FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR\
... ZZZZZZZZZ & FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR\\
\end{tabular}
© Stack Overflow or respective owner