Diff for /loncom/interface/printout.pl between versions 1.144 and 1.146.4.1

version 1.144, 2009/09/27 02:47:11 version 1.146.4.1, 2010/08/26 08:32:58
Line 171  Your cookie information is incorrect. Line 171  Your cookie information is incorrect.
 </body>  </body>
 </html>  </html>
 END  END
     return;      exit;
 }  }
   
 my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')};  my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')};
Line 477  foreach $texfile (@texfile) { Line 477  foreach $texfile (@texfile) {
       my $ps_file = my $tempo_file = $1.'temporar.ps';        my $ps_file = my $tempo_file = $1.'temporar.ps';
       my $pdf_file = $1.'.pdf';        my $pdf_file = $1.'.pdf';
       $papera=~s/t/p/;        $papera=~s/t/p/;
               $comma = "fixps --force $new_name_file";  
               &debug("FIXPS command: $comma");  
               &busy_wait_command("$comma 1>/dev/null 2>/dev/null",  
                                  "for $status_statement now validating PS",  
                                  \%prog_state,$tempo_file);  
       if ($laystyle eq 'album' and $numberofcolumns eq '2') {        if ($laystyle eq 'album' and $numberofcolumns eq '2') {
   $comma = "psnup $papera -2 -s1.0 $new_name_file";    $comma = "psnup $papera -2 -s1.0 $new_name_file";
   &debug("PSNUP command: $comma");    &debug("PSNUP command: $comma");

Removed from v.1.144  
changed lines
  Added in v.1.146.4.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>