--- loncom/interface/lonprintout.pm 2006/07/07 21:55:05 1.456 +++ loncom/interface/lonprintout.pm 2006/07/11 10:12:44 1.457 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.456 2006/07/07 21:55:05 raeburn Exp $ +# $Id: lonprintout.pm,v 1.457 2006/07/11 10:12:44 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1945,7 +1945,6 @@ sub print_resources { my $currentassignment=&Apache::lonxml::latex_special_symbols($helper->{VARS}->{'assignment'},'header'); my $HeaderLine = $parmhash{'print_header_format'}; $HeaderLine = format_page_header($HeaderLine, $currentassignment, $courseidinfo, $fullname); - &Apache::lonnet::logthis("Hdr format: $HeaderLine"); if ($current_output=~/\\documentclass/) { if ($columns_in_format == 1) { $current_output =~ s/\\begin{document}/\\setlength{\\topmargin}{1cm} \\begin{document}\\noindent\\parbox{\\minipagewidth}{\\noindent\\lhead{$HeaderLine$namepostfix}}\\vskip 5 mm /;