#!/afs/sipb/project/perldev/p -w

use strict;

print "\\documentstyle[epsf]{article}\n\n\\begin{document}\n\\noindent\n";

my $i;
for ($i=0; $i<=1500; $i+=25) {
  print "\\epsfxsize=.9in \\epsfbox{plots/hack/prop_$i.eps}\n";
}

print "\\end{document}\n";
