Search found 4 matches

by jeremy
Fri Aug 06, 2010 3:19 am
Forum: Graphics, Figures & Tables
Topic: Continued float caption
Replies: 2
Views: 4173

Re: Continued float caption

Thanks for the reply. The \DeclareCaptionLabelFormat and \captionsetup have helped me create the "Figure x continued" portion for continued floats using the following commands:

\DeclareCaptionLabelFormat{continued}{#1 #2 continued}
\captionsetup[ContinuedFloat]{labelformat=continued}

However, I ...
by jeremy
Mon Aug 02, 2010 8:40 pm
Forum: Graphics, Figures & Tables
Topic: Continued float caption
Replies: 2
Views: 4173

Continued float caption

Hi. For continued floats, I am required to place all of the captions on the initial page of the figure. On the following page(s), I am required to put the text "Figure x continued" above the top subfigure and flush with the left margin. No text is to go below the subfigures on the secondary pages. I ...
by jeremy
Sat Jul 18, 2009 2:05 am
Forum: Graphics, Figures & Tables
Topic: Table Caption Position
Replies: 2
Views: 4786

Re: Table Caption Position

That is what I wanted. Thank you very much.
by jeremy
Fri Jul 17, 2009 1:02 am
Forum: Graphics, Figures & Tables
Topic: Table Caption Position
Replies: 2
Views: 4786

Table Caption Position

I would like to know if there is a way to position a table caption flush with the left edge of the table? This is for tables that are less than page width and are centered on the page. Thanks.