Graphics, Figures & Tablessubfloat overload

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
lhtd
Posts: 4
Joined: Wed Mar 16, 2011 11:33 am

subfloat overload

Post by lhtd »

Hello,

First timer on a LaTeX forum here.

Here's my problem. I script-made a big bunch of graphics that I need to put into paper. I have 104 figures composed of 4 subfloats each. I made a script to make all the LaTeX code

There was a kind of overloaded memory problem : one of each 20 figures was not well centered and 4 figures were excluded. So I split this code into different files with 4 figures each.

However when I can just complie 4 subfiles at the time without having any mistakes. [Error: Too many unprocessed floats]

Is there a way to make the pdf every 4 subfiles and then put them all together? I will have to repeat this operation about 7 times with different data, so I'm not quite willing to compile each and every subfile to merge them all.

Any suggestions ?
Rock on !

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

subfloat overload

Post by localghost »

Just insert a \clear(double)page after every fourth figure to force the output and avoid the described error.


Thorsten
lhtd
Posts: 4
Joined: Wed Mar 16, 2011 11:33 am

Re: subfloat overload

Post by lhtd »

It works ! Thank you very much Thorsten.

Is just magical to see an warningless and errorless compilation. :mrgreen:
Rock on !
Post Reply