Hello sir,
In my document, a table contains 60 rows and 7 columns. In pdf file, only 35 rows get included, remaining rows do not appear. so what modifications should i make so that remaining rows get automatically transferred onto the next page?
Thanks in advance
kartik
LyX ⇒ Height of table exceeds page length
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Height of table exceeds page length
You can try making the table text smaller (with \begin{footnotesize}...\end{footnotesize}, for example), or you can try the supertabular package. There's also a longtable package that might work for your needs.