--- loncom/interface/lonprintout.pm 2005/12/19 22:30:01 1.409 +++ loncom/interface/lonprintout.pm 2005/12/19 23:27:28 1.410 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.409 2005/12/19 22:30:01 foxr Exp $ +# $Id: lonprintout.pm,v 1.410 2005/12/19 23:27:28 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -821,6 +821,7 @@ sub print_latex_header { $output.='\batchmode'; } $output.='\newcommand{\keephidden}[1]{}\renewcommand{\deg}{$^{\circ}$}'."\n". + '\usepackage{multirow}'."\n". '\usepackage{longtable}\usepackage{textcomp}\usepackage{makeidx}'."\n". '\usepackage[dvips]{graphicx}\usepackage{epsfig}'."\n". '\usepackage{wrapfig}'.