LyX ⇒ How to modify the title of one Figure in the LOF
How to modify the title of one Figure in the LOF
I have several figures (and tables) with very long entries. When I add the List of Figures, the titles for these figures result too long. Can I abreviate only the entries of the LOF?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
How to modify the title of one Figure in the LOF
just use the optional argument of \caption:
Code: Select all
\caption[short title for LOF]{long title for caption in body text}
Re: How to modify the title of one Figure in the LOF
And if in the caption there is any reference? How can you do?
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: How to modify the title of one Figure in the LOF
If the reference is additionally required in the LOF, use \protect directly before the referencing command.
Stefan