Graphics, Figures & Tables ⇒ Continued float caption
Continued float caption
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Continued float caption
(The caption package is loaded and used by the subfig package.)
The caption package documentation can be found here:
http://www.ctan.org/tex-archive/macros/ ... b/caption/
but a local copy should be shipped with your TeX distribution.
(caption-eng.pdf is the English one)
Re: Continued float caption
\DeclareCaptionLabelFormat{continued}{#1 #2 continued}
\captionsetup[ContinuedFloat]{labelformat=continued}
However, I have not been able to figure out how to place the "Figure x continued" portion at the top of the page above the figures on the second page. When I used the "position=top" it simply moved the the subfigure captions (such as (c) and (d)) to above the subfigures. I would like to keep these below the subfigures if possible. That command also left the "Figure x continued" at the bottom of the page. Any ideas? This is not my formatting of choice, just trying to follow rules. Thanks for any help.