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.
longtablepackage here – Willoughby Sep 05 '22 at 13:22\resizeboxfor things which contain text https://tex.stackexchange.com/q/425453/36296 – samcarter_is_at_topanswers.xyz Sep 05 '22 at 16:38