--- loncom/interface/lonprintout.pm 2006/06/19 21:40:29 1.443 +++ loncom/interface/lonprintout.pm 2006/06/26 21:20:37 1.444 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.443 2006/06/19 21:40:29 foxr Exp $ +# $Id: lonprintout.pm,v 1.444 2006/06/26 21:20:37 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1802,6 +1802,10 @@ sub print_resources { $namepostfix="\\\\Name: "; $fullname = "CODE - ".$moreenv->{'CODE'}; } + # Fullname may have special latex characters that need \ prefixing: + # + $fullname = escape_LaTeX($fullname); + my $i = 0; #goes through all resources, checks if they are available for #current student, and produces output