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