--- loncom/interface/lonprintout.pm 2005/02/07 17:07:27 1.357 +++ loncom/interface/lonprintout.pm 2005/02/07 17:12:46 1.358 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.357 2005/02/07 17:07:27 matthew Exp $ +# $Id: lonprintout.pm,v 1.358 2005/02/07 17:12:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -831,7 +831,7 @@ ENDPART # my %form; $form{'grade_target'} = 'tex'; - $form{'textwidth'} = &tget_textwidth($helper, $LaTeXwidth); + $form{'textwidth'} = &get_textwidth($helper, $LaTeXwidth); my $format_from_helper = $helper->{'VARS'}->{'FORMAT'}; my ($result,$selectionmade) = ('','');