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,
Graphics, Figures & Tables ⇒ Notes under figures
NEW: TikZ book now 40% off at Amazon.com for a short time.

Notes under figures
\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.Mir wrote:I tried to add another caption after figure but it adds a new figure number. I couldn't override it with *.