I have a long table in latex. I used the commands:
\begin{table}[ht]
\begin{center}
\begin{tabular}{cccccccc}
(..the table..)
\end{tabular}
\end{center}
\end{table}
However the table length exceeds the page margins and the boundaries and it cuts it off... I would like to continue it on the next page.
I have tried the longtable package , the \pagebreak and \newpage but nothing works.
I would appreciate any help!!
\begin{table}[ht] \begin{center} \begin{longtable}[c]{lclccccc}
....
\end{longtable} \end{center} \end{table}
There are no errors it just doesn't work.
– ekyr Aug 01 '14 at 11:48?
the same happens when I use \hline instead. Do you know why this is?
– ekyr Aug 01 '14 at 12:07!to?in a code block so we can see it. – David Carlisle Aug 01 '14 at 12:09In my table I also use midrule and cmidrule
– ekyr Aug 01 '14 at 12:12