Hello latex wizards,
If this has been answered elsewhere please let me know, I searched and found nothing pertaining to this.
I have 2 files (a.pdf & b.pdf) that are conceptually part of the same 'Figure'. Both of the files contain 2 graphs that are split to improve readability because altogether they would not all fit on one page. Is there a package that will allow me to indicate that two separate files are part of the same Figure?
Currently the problem is that each \includegraphics[]{Media/a.pdf} & \includegraphics[]{Media/b.pdf} increments the figure counter and enters a separate entry into the the list of figures.
So I get:
Figure 1:.....
Figure 2:.....
What I'd like to get is something like
Figure 1: a large graph....
Figure 1 (cont):
or similar to how Tables are handled when they span multiple pages.
Thanks for any advice!
General ⇒ Figure to span multiple pages
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figure to span multiple pages
We had a similar discussion here some time ago [1]. The caption package allows to do that. For explanations see its documentation.
[1] Spreading a Figure over 2 pages
Best regards
Thorsten¹
[1] Spreading a Figure over 2 pages
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 19
- Joined: Thu May 15, 2008 8:31 pm
Figure to span multiple pages
Got it! Thanks Stefan and the resources you posted.
This package handles Figures that span multiple pages:
http://tug.ctan.org/cgi-bin/ctanPackage ... d=captcont
and this package handles sub figures:
http://tug.ctan.org/pkg/subfig
This package handles Figures that span multiple pages:
http://tug.ctan.org/cgi-bin/ctanPackage ... d=captcont
and this package handles sub figures:
http://tug.ctan.org/pkg/subfig
Figure to span multiple pages
Please note that the subfigure-captcont tandem has been superseeded by the subfig package. (And the captcont package is incompatible to the subfig and caption package.)noematic.logos wrote:This package handles Figures that span multiple pages:
http://tug.ctan.org/cgi-bin/ctanPackage ... d=captcont
Axel