LyXRemove floats?

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
paddan
Posts: 2
Joined: Sun Nov 08, 2009 9:51 pm

Remove floats?

Post by paddan »

Hello everyone. I am new member of this site.

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

Recommended reading 2024:

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

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

fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Remove floats?

Post by fatra2 »

Hello and Welcome,

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