Subfloat figures in latex
Posted
by jp88
on Stack Overflow
See other posts from Stack Overflow
or by jp88
Published on 2010-06-07T15:24:20Z
Indexed on
2010/06/07
19:52 UTC
Read the original article
Hit count: 168
latex
I am inputting a bunch of figures in Latex using
\begin{figure}[h]
\centering
\subfloat
etc.
How do I get the subfloat figures to go to the next page? What I mean is, I'm inputting a ton of figures so it'll definitely be more than one page but if I do separate figures for each the a, b, c, d, etc. for the captions will change, so ideally I'd like one enormous figure with a bunch of subfloats a through z on different pages - how do you do that? Right now, I simply can't see the subfloat figures that stretch over the page, so I'll need to get another page somehow.
© Stack Overflow or respective owner