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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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