--- loncom/interface/lonprintout.pm 2005/02/09 19:57:19 1.343.2.4 +++ loncom/interface/lonprintout.pm 2005/01/04 21:59:22 1.349 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.343.2.4 2005/02/09 19:57:19 albertel Exp $ +# $Id: lonprintout.pm,v 1.349 2005/01/04 21:59:22 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -698,7 +698,7 @@ sub IndexCreation { sub print_latex_header { my $mode=shift; my $output='\documentclass[letterpaper]{article}'; - if (($mode eq 'batchmode') || (!$ENV{'request.role.adv'})) { + if ($mode eq 'batchmode') { $output.='\batchmode'; } $output.='\newcommand{\keephidden}[1]{}\renewcommand{\deg}{$^{\circ}$}'."\n". @@ -1708,6 +1708,7 @@ sub printHelper { return $isProblem; $map return $symbFilter; +