Generalwithdraw footnotes of tables from "list of Figures"

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tdcpina
Posts: 39
Joined: Wed Apr 15, 2009 4:22 pm

withdraw footnotes of tables from "list of Figures"

Post by tdcpina »

Hi guys,

I've a figure in my document, and I've "attatched" a footnote. When I construct the list of figures it appears also. What can I do to withdraw it?

Best regards,
Tiago

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

withdraw footnotes of tables from "list of Figures"

Post by localghost »

A very common issue. Use the short form for the \caption command.

Code: Select all

\caption[List entry without footnote]{Caption with footnote\footnote{Footnote inside a caption.}}
Perhaps some basic reading like lshort would be good in such cases.


Best regards
Thorsten¹
Post Reply