--- loncom/interface/printout.pl 2014/02/28 19:20:06 1.159 +++ loncom/interface/printout.pl 2016/01/28 19:37:42 1.161 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.159 2014/02/28 19:20:06 bisitz Exp $ +# $Id: printout.pl,v 1.161 2016/01/28 19:37:42 damieng Exp $ # # Copyright Michigan State University Board of Trustees # @@ -209,8 +209,10 @@ if ($student_names=~/_END_/) { @names_pack=split(/_ENDPERSON_/,$student_names); } if ($backref) { - print('

'.&mt("[_1]Return[_2] to editing resource.", + print('

'.&mt("[_1]Return[_2] to resource.", "","").'

'); + print('

'. + &mt("Change Printing Options").'

'."\n"); } my $figfile = $texfile; $figfile =~ s/^(.*_printout)_\d+_\d+_\d+\.tex/$1\.dat/; @@ -933,7 +935,7 @@ sub convert_figure { # Spaces are problematic for system commands and LaTeX, replace with _ - $eps_f =~ s/ /\_/g; + $eps_f =~ s/ /\_/g; # # If the file is already an .eps or .ps file (eps_f still has the original