[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 21 Feb 2002 04:13:20 -0000


albertel		Wed Feb 20 23:13:20 2002 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  - no need to do .gif to .eps repalcement, that should be taken care of by the infdividual tags
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.14 loncom/interface/lonprintout.pm:1.15
--- loncom/interface/lonprintout.pm:1.14	Wed Feb 20 23:12:16 2002
+++ loncom/interface/lonprintout.pm	Wed Feb 20 23:13:20 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.14 2002/02/21 04:12:16 albertel Exp $
+# $Id: lonprintout.pm,v 1.15 2002/02/21 04:13:20 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -106,7 +106,6 @@
       %moreenv = ();
       $moreenv{'request.filename'}=$currequest;
       &Apache::lonnet::appenv(%moreenv);
-      $texversion =~ s!\.gif!\.eps!;
       $result .= $texversion;
     } elsif ($choice eq 'Standard LaTeX output for the primary sequence') {
 	my @master_seq = ();