Graphics, Figures & Tablesspread subfigure in multiple pages

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
manojg
Posts: 24
Joined: Thu Apr 28, 2011 3:20 am

spread subfigure in multiple pages

Post by manojg »

Hi,

I am trying to spread subfigures in multiple pages because all figures can't fit in one page. I am using subfigure package, and I couldn't do with subfigure package. When I googled, I saw people are using subfig package. When I tried to use subfig package, it started to show problem with \renewcommand{\baselinestretch}{1.62} which I am using for line spacing. When I commented out this, it stared to show problem with \newcommand, and like this. There was no problem without subfig package.

Any good way to spread subfigures over multiple pages?

Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: spread subfigure in multiple pages

Post by sommerfee »

You could give the captcont package a try. It's from the same author, and as obsolete as the subfigure package.
Post Reply