I have a figure and include it in LaTeX using \includegraphics in a \figure floating environment. The caption is at the top. Basically I would like to have a note below the figure too. I see some entries for tables but not for figures. Please suggest!
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
The
|
|||||||||
|
|
Another option is to use the
If the notes should use separate different formatting than the one used for the captions, a simple definition of a new command using
|
||||
|
|



\includegraphicsinstruction, be sure to leave a blank line, followed by whatever extra information you wish to provide. If you feel you need to add a bit of vertical separation between the graphic and the subsequent blurb, add an instruction such as\smallskipor\medskipafter the blank one and before the text of the blurb. – Mico May 19 '12 at 20:45