--- loncom/interface/printout.pl 2004/04/23 19:47:38 1.54 +++ loncom/interface/printout.pl 2004/05/06 06:45:13 1.55 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.54 2004/04/23 19:47:38 www Exp $ +# $Id: printout.pl,v 1.55 2004/05/06 06:45:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,7 +89,7 @@ END close $temporary_file; my $noteps; my %prog_state; - if ($adv) { %prog_state=&Apache::lonhtmlcommon::Create_PrgWin('','Coverting Images to EPS','Picture Conversion Status',$#content_of_file,'inline'); } + if ($adv) { %prog_state=&Apache::lonhtmlcommon::Create_PrgWin('','Coverting Images to EPS','Picture Conversion Status',$#content_of_file,'inline','75'); } foreach $not_eps (@content_of_file) { chomp($not_eps); if ($not_eps ne '') { @@ -151,7 +151,7 @@ END my $ind=-1; my %prog_state; -if ($adv) { %prog_state=&Apache::lonhtmlcommon::Create_PrgWin('','Print Status','Class Print Status',$number_of_files,'inline'); } +if ($adv) { %prog_state=&Apache::lonhtmlcommon::Create_PrgWin('','Print Status','Class Print Status',$number_of_files,'inline','75'); } my $final_statement="Return to last resource.

Generated PDF File for:
"; foreach $texfile (@texfile) { my $status_statement='';