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
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
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