[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /interface printout.pl
raeburn
raeburn@source.lon-capa.org
Thu, 26 Aug 2010 08:32:58 -0000
raeburn Thu Aug 26 08:32:58 2010 EDT
Modified files: (Branch: version_2_10_X)
/loncom/interface printout.pl
Log:
- Bug 6307. Exclude fixps for 2.10.
Index: loncom/interface/printout.pl
diff -u loncom/interface/printout.pl:1.146 loncom/interface/printout.pl:1.146.4.1
--- loncom/interface/printout.pl:1.146 Thu Apr 29 10:51:37 2010
+++ loncom/interface/printout.pl Thu Aug 26 08:32:58 2010
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc.
#
-# $Id: printout.pl,v 1.146 2010/04/29 10:51:37 foxr Exp $
+# $Id: printout.pl,v 1.146.4.1 2010/08/26 08:32:58 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -477,13 +477,6 @@
my $ps_file = my $tempo_file = $1.'temporar.ps';
my $pdf_file = $1.'.pdf';
$papera=~s/t/p/;
- $comma = "fixps --force $new_name_file";
- &debug("FIXPS command: $comma");
- &busy_wait_command("$comma 1>$tempo_file 2>/dev/null",
- "for $status_statement now validating PS",
- \%prog_state,$tempo_file);
- &busy_wait_command("mv $tempo_file $new_name_file",
- 'File move', \%prog_state, $new_name_file);
if ($laystyle eq 'album' and $numberofcolumns eq '2') {
$comma = "psnup $papera -2 -s1.0 $new_name_file";
&debug("PSNUP command: $comma");