I have a 3-column-longtable that spans over several pages, there's no problem with that. The thing is that there's some text before the longtable. Instead of starting right under the text, LaTeX leaves a blank space and table starts on next page. Any idea on why this may be happening? Here's some code:
\begin{longtable}{|c|c|c|}
\hline
Title1 & Title2 & Title3 \\
\hline \hline
\endhead
\multicolumn{2}{c}{Continued on next page...}
\endfoot
\endlastfoot
\hline
{Sth1} & {Sth2} & {Sth3}
%%% etc...
%%% etc...
\hline
\end{longtable}
needspacepackage. The manual is very short, only 3 pages, please read it. – Click Me Jul 29 '12 at 5:45\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Jul 29 '12 at 5:45longtableforces a page break if there is not room for the table head and foot and a couple of normal lines on the space left fpr the start pf the table. – David Carlisle Jul 29 '12 at 9:32