General ⇒ Figure to span multiple pages
-
- Posts: 19
- Joined: Thu May 15, 2008 8:31 pm
Figure to span multiple pages
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!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figure to span multiple pages
[1] Spreading a Figure over 2 pages
Best regards
Thorsten¹
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
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