Search found 2 matches

by Heleen
Mon Mar 16, 2009 10:06 pm
Forum: Graphics, Figures & Tables
Topic: Subfigures over more than 2 pages
Replies: 2
Views: 13898

Subfigures over more than 2 pages

Thank you very much!
Removing the \ContinuedFloat didn't work. It would just go on counting on the next page where it shouldn't.
What does work is: instead of having just the same label at the end of each figure, I put an empty caption around it: \caption[\label{label}]{}. So like this:

\subfloat ...
by Heleen
Mon Mar 16, 2009 9:18 pm
Forum: Graphics, Figures & Tables
Topic: Subfigures over more than 2 pages
Replies: 2
Views: 13898

Subfigures over more than 2 pages

Hello,

I've been using LaTeX for a while and I'm doing a project at the moment which has a lot of testing figures (characters A-Z, a-z, numbers 0-9). I've put them all as subfloats in a figure and I've used \ContinuedFloat to make them span over 5 pages. However, when it gets to the 2nd ...