--- loncom/interface/lonprintout.pm 2004/06/08 14:55:22 1.307 +++ loncom/interface/lonprintout.pm 2004/06/14 20:48:26 1.308 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.307 2004/06/08 14:55:22 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.308 2004/06/14 20:48:26 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -676,7 +676,7 @@ sub get_textwidth { sub unsupported { my ($currentURL,$mode)=@_; if ($mode ne '') {$mode='\\'.$mode} - my $result.='\documentclass[letterpaper]{article}'.$mode.'\usepackage{calc}\begin{document}Printout of this type of document is currently not supported: '; + my $result.= &print_latex_header($mode); if ($currentURL=~/\/ext\//) { $result.=' \strut \\\\ THIS IS EXTERNAL RESOURCE WITH URL \strut \\\\ '.$currentURL.' '; } else {