GeneralOmitting a figure from the list of figures

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
DannyBoy
Posts: 10
Joined: Mon Dec 03, 2007 12:16 am

Omitting a figure from the list of figures

Post by DannyBoy »

When creating a table of contents, sections can be omitted by using commands like \chapter*{Introduction}, et cetera. Is there an equivalent approach to omitting figures from the list of figures? I've tried \begin{figure*} ... \end{figure*} but have had no luck. Any ideas?

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

sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: Omitting a figure from the list of figures

Post by sommerfee »

If you use the caption package you can either use \caption*{...} or \caption[]{...}. (See caption package doc for details.)
Post Reply