--- loncom/interface/lonprintout.pm 2005/12/15 21:10:30 1.408 +++ loncom/interface/lonprintout.pm 2005/12/19 22:30:01 1.409 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.408 2005/12/15 21:10:30 albertel Exp $ +# $Id: lonprintout.pm,v 1.409 2005/12/19 22:30:01 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -816,7 +816,7 @@ sub IndexCreation { sub print_latex_header { my $mode=shift; - my $output='\documentclass[letterpaper]{article}'; + my $output='\documentclass[letterpaper,twoside]{article}'; if (($mode eq 'batchmode') || (!$perm{'pav'})) { $output.='\batchmode'; }