Graphics, Figures & TablesTable Break

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Table Break

Post by pallav »

I have a long table which is need to be started automatically from suppose the end of 1st page to the middle of 2nd page. But my table goes to 2nd page totally and the end of 1st page remain blank. Please help me to solve the issue. Note that, if will fine if the 1st row of the table come in both pages automatically.

Code: Select all

\begin{tabular}{|c|c|c|c|c|} \hline
\parbox[t]{.5in}{1st }  &\parbox[t]{.5in}{2nd }
& \parbox[t]{1.in}{Relation} & \parbox[t]{2.in}{Results}  & \parbox[t]{.5in}{}            \\
\hline\hline
Note that \allowdisplaybreaks[1] does not solve the problem for me.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Table Break

Post by localghost »

pallav wrote:I have a long table […]
And you certainly already tried the longtable package.
pallav wrote:[…] Note that \allowdisplaybreaks[1] does not solve the problem for me.
Where is the tie-in to this command for math environments?


Thorsten
Post Reply