0

I have a long table with 60 rows. I don't know how to spread it over multiple pages?

\begin{table}[htp]
\centering 
\caption{AAA}
\resizebox{\textwidth}{!}{%
\begin{tabular}{|lrrr|rrr|}
\toprule
.... with 60 rows and 15 columns 
\bottomrule
\end{tabular}
 }
\label{BBB} 
\end{table}

Thank you a lot.

0 Answers0