I have 15 figures that cannot fit into 1 figure with subfigures.
How can I refer to them withing my text like Figures 1-15.?
I tried something like Figures \ref{figure1} - \ref{figure2} but the
figures come in a random order (not the order I include them in the
latex file - which is ok with me)
so I end up with something like Figures 4-8 instead of Figures 1-15.
I guess even having a an individual \ref for each figure like FIgures
\ref{figure1}, \ref{figure2}, ...
\ef{figure15} will appear as 4,5,2,5,... instead of 1,2,3...15.
Is there a better approach?
How can I elegantly refer to all my 15 figures from within the text?
Thanks in advance
Srimal.
not with me.
figures defined by \begin{figure} ... \end{figure} _don't_ get out of
order in latex (the code wouldn't know how to do it!)
> so I end up with something like Figures 4-8 instead of Figures 1-15.
given the above, i don't see how the issue arises.
> I guess even having a an individual \ref for each figure like FIgures
> \ref{figure1}, \ref{figure2}, ...
> \ef{figure15} will appear as 4,5,2,5,... instead of 1,2,3...15.
>
> Is there a better approach?
>
> How can I elegantly refer to all my 15 figures from within the text?
i think we need a description of how you're coding all this. given
that one assumes you're not using \begin{figure} ... \end{figure}, the
answer to this will depend on what code you are _actually_ using.
--
Robin Fairbairns, Cambridge
Actually, they can, alas. If an oversize figure that is *not* specified
as [p] will not fit on the current page, it will get put at the end of
the chapter instead of being placed on the next empty page, while the
remaining (smaller) figures in the chapter are handled correctly in
sequence. I can probably re-concoct my draft thesis where this happened
a few times if you want an example.
///Peter
Peter,
I would have to see such an example before I believed your
assertion.
Donald Arseneau.
I'll wait for it to reoccur. I was surprised at the time: my
recollection was that I had to scroll down in kdvi to find the figure,
past many smaller ones, until I got to the end of the chapter. But it's
also possible that my memory was cloded by the lateness of the hour and
the excess of caffeine in my bloodstream.
///Peter