Skip to main content
Tweeted twitter.com/StackTeX/status/1429684844993339395
edited tags
Link
lockstep
  • 257.1k
  • 74
  • 737
  • 803
Title change.
Source Link
Werner
  • 625k
  • 145
  • 1.5k
  • 2.4k

make Make a table span multiple pages

I have a table that takes up a full page, but I want it to start on a page that already has some text and then continue onto the next page (i.e. it's ok if the table gets broken up and spans two pages). It is a simple two column table:

\begin{table}[h] \centering \begin{tabular}{| p{.20\textwidth} | p{.80\textwidth} |} \hline foo & bar \\ \hline foo & bar \\ \hline ... \end{tabular} \end{table} 

I guess I need longtablelongtable? How do I use it? Thanks!

make a table span multiple pages

I have a table that takes up a full page, but I want it to start on a page that already has some text and then continue onto the next page (i.e. it's ok if the table gets broken up and spans two pages). It is a simple two column table:

\begin{table}[h] \centering \begin{tabular}{| p{.20\textwidth} | p{.80\textwidth} |} \hline foo & bar \\ \hline foo & bar \\ \hline ... \end{tabular} \end{table} 

I guess I need longtable? How do I use it? Thanks!

Make a table span multiple pages

I have a table that takes up a full page, but I want it to start on a page that already has some text and then continue onto the next page (i.e. it's ok if the table gets broken up and spans two pages). It is a simple two column table:

\begin{table}[h] \centering \begin{tabular}{| p{.20\textwidth} | p{.80\textwidth} |} \hline foo & bar \\ \hline foo & bar \\ \hline ... \end{tabular} \end{table} 

I guess I need longtable? How do I use it?

Source Link
NP01
  • 3.2k
  • 3
  • 19
  • 7

make a table span multiple pages

I have a table that takes up a full page, but I want it to start on a page that already has some text and then continue onto the next page (i.e. it's ok if the table gets broken up and spans two pages). It is a simple two column table:

\begin{table}[h] \centering \begin{tabular}{| p{.20\textwidth} | p{.80\textwidth} |} \hline foo & bar \\ \hline foo & bar \\ \hline ... \end{tabular} \end{table} 

I guess I need longtable? How do I use it? Thanks!