LyXHeight of table exceeds page length

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
kartikpandya
Posts: 11
Joined: Wed Dec 01, 2010 6:52 am

Height of table exceeds page length

Post by kartikpandya »

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

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Height of table exceeds page length

Post by kaiserkarl13 »

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.
Post Reply