--- loncom/interface/printout.pl 2004/02/18 23:33:17 1.51 +++ loncom/interface/printout.pl 2004/02/24 23:20:08 1.52 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.51 2004/02/18 23:33:17 albertel Exp $ +# $Id: printout.pl,v 1.52 2004/02/24 23:20:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -136,6 +136,7 @@ END } } if ($adv) { &Apache::lonhtmlcommon::Close_PrgWin('',\%prog_state); } + unlink($figfile); } #print "$texfile\n"; #name of the tex file for debugging only my @texfile=($texfile);