My goal is to be able to draw a horizontal line between a Figure's label and a caption, e.g:
~~~~~~~~~~
| FIGURE
| 2.3
~~~~~~~~~~
Figure 2.3
-----------------------------------------------------------(the line)-------
Caption for Figure 2.3 appears here - right below a horizontal line. The line is as wide as a page and separates the caption from the label 'Figure 2.3'.
I've been trying to use caption package, but I didn't see any option for that. I've searched a lot of forums with no result. Can anyone help me?
Thanks
Graphics, Figures & Tables ⇒ Horizontal line between figure's label and caption
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Horizontal line between figure's label and caption
Take a look at \DeclareCaptionFormat offered by the caption package.
Re: Horizontal line between figure's label and caption
Thank you so much, that did the trick!