LyX ⇒ Remove floats?
Remove floats?
I have a very long table in one of my LyX documents and this table is in a float.
Since a float only appear on a single page(?), the only one page of the table is shown in PDF or DVI.
I need to know how to take the table out of the float, or to remove the float since I don't want to remake the table.
THANKS
/RJ
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
Remove floats?
You are right to say that the table environment will make it floating. Fact is that if your table is longer than a page long, removing the float environment will not make the table spread over multiple pages.
For this you need to check the "longtable" package: http://www.ctan.org/tex-archive/help/Ca ... table.html
Hope this helps. Cheers