--- loncom/interface/lonprintout.pm 2004/08/31 13:41:54 1.329 +++ loncom/interface/lonprintout.pm 2004/09/20 15:57:11 1.330 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.329 2004/08/31 13:41:54 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.330 2004/09/20 15:57:11 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1067,6 +1067,7 @@ ENDPART #loop over students my $flag_latex_header_remove = 'NO'; my %moreenv; + $moreenv{'instructor_comments'}='hide'; $moreenv{'textwidth'}=&get_textwidth($helper,$LaTeXwidth); $moreenv{'print_discussions'}=$helper->{'VARS'}->{'PRINT_DISCUSSIONS'}; if ($helper->{'VARS'}->{'PRINT_DISCUSSIONS'} eq 'yes') {$moreenv{'problem_split'}='yes';}