Dear all,
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?
LyX ⇒ How to modify the title of one Figure in the LOF
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
How to modify the title of one Figure in the LOF
Hi Edulis,
just use the optional argument of \caption:
Stefan
just use the optional argument of \caption:
Code: Select all
\caption[short title for LOF]{long title for caption in body text}
LaTeX.org admin
Re: How to modify the title of one Figure in the LOF
Thanks a lot, Stephan.
And if in the caption there is any reference? How can you do?
And if in the caption there is any reference? How can you do?
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: How to modify the title of one Figure in the LOF
If the reference is required only in the caption below the figure, use the reference just in the argument in curly braces, and use the caption text in square brackets without the reference, so it doesn't come into the LOF.
If the reference is additionally required in the LOF, use \protect directly before the referencing command.
Stefan
If the reference is additionally required in the LOF, use \protect directly before the referencing command.
Stefan
LaTeX.org admin