8
votes
2answers
274 views

Memoir: Subbottom over several pages?

In the Memoir class, I use the subbottom command to create subfigures, labeled, e.g., 1(a), 1(b), 1(c) etc. And this works very nicely. However, if I include more figures in subbottoms than what can ...
3
votes
1answer
417 views

Span sideways figure over multiple pages

I have to place two sidewaysfigure spanned each one on different pages. \begin{sidewaysfigure} \ContinuedFloat \centering \subfloat[Change in ...
12
votes
2answers
11k views

Splitting subfigures across multiple pages — but programmatically!

I am using the subfig package to make many subfloats in a figure environment. It works well, as long as you realize that it tracks the whitespaces within the float environment. It also has an option ...