How do I make multi-page landscape tables in LaTeX

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-04-26T22:12:11Z Indexed on 2010/04/26 22:13 UTC
Read the original article Hit count: 433

Filed under:
|

The title is pretty much the extent of my question. I am trying to insert a large table into a document using the xtabular environment. If I wrap the xtabular environment in a landscape environment, then the bottom of my table gets chopped off. Does anyone have any better suggestions? Thanks


\begin{landscape}
\singlespace
\begin{xtabular}{|c|c|c|c|c|}
    \hline
      some & stuff & ... & \\
\end{xtabular}
\end{landscape}

Tim

© Stack Overflow or respective owner

Related posts about latex

Related posts about tabular