Graphics, Figures & TablesNotes under figures

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Mir
Posts: 6
Joined: Fri Oct 16, 2009 7:35 pm

Notes under figures

Post by Mir »

I'm including pdf figures in my text. Underneath each figure I want to add notes. How can I do that? I use caption above the figures for figure titles. I tried to add another caption after figure but it adds a new figure number. I couldn't override it with *.

Thanks,

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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

Notes under figures

Post by sommerfee »

Mir wrote:I tried to add another caption after figure but it adds a new figure number. I couldn't override it with *.
\caption* is a feature of the caption package, so you need to include that package for that. But \caption* isn't really needed for that, you could simple typeset your text under the figure instead.
Post Reply