--- loncom/interface/printout.pl 2003/03/05 16:28:04 1.22 +++ loncom/interface/printout.pl 2003/04/01 04:30:11 1.23 @@ -82,7 +82,7 @@ use Image::Magick; $name_file =~ s/\.tex/\.dvi/; my $new_name_file = $name_file; $new_name_file =~ s/\.dvi/\.ps/; - my $comma = "dvips -o $new_name_file"; + my $comma = "dvips -Ppdf -G0 -o $new_name_file"; system("$comma $name_file"); if (-e $new_name_file) { print "

OUTPUT is in the PDF FILE (see link below)

\n";