Graphics, Figures & Tables ⇒ longtable listed in at the list of tables
longtable listed in at the list of tables
Writing my thesis in Lyx. Almost done, but I have a problem with a big table.
I have a longtable in a landscape mode. I can't have it in a float because its more the one page.
My problem is, that the rest of my tables are placed in a float and therefore indicated by number. My longtable, which are placed in the middle of the thesis, therefore destroys the numeric order of my tables.
Furthermore, I would like to get it listed at the list of tables.
Is there any way to do this?
/Aske
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
longtable listed in at the list of tables
\caption
inside the longtable environment. It is documented in the package manual.- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
longtable listed in at the list of tables
Did \caption help and all is in order? Would be good to know. For reference, the manual is here:

Stefan