Test if your Cakefile is able to generate all figures and make
sure the actual data file is there and not only on some scratch directory.
6)
If you have figures that take longer than 1 hour to compute, you
should enter them into the file longfigures.
7)
Try to make your figures interactive (bring up movies, etc.).
By default, when you click a button on an interactive figure, the figures
will be displayed by tube.
8)
Make sure that you don't use absolute pathnames.
Use only pathnames
that are relative to your paper directory. E.g. you are in
/r2/sep72/jon1/Fig
and you refer to some data file /r2/sep72/jon1/Data/junk.H,
use ../Data/junk.H, instead of giving the absolute name !!!!