--- loncom/interface/lonprintout.pm 2002/02/21 04:12:16 1.14 +++ loncom/interface/lonprintout.pm 2002/02/21 04:13:20 1.15 @@ -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 @@ ENDPART %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 = ();