--- loncom/homework/structuretags.pm 2002/08/26 20:29:30 1.106 +++ loncom/homework/structuretags.pm 2002/08/26 20:42:36 1.107 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.106 2002/08/26 20:29:30 sakharuk Exp $ +# $Id: structuretags.pm,v 1.107 2002/08/26 20:42:36 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -401,14 +401,6 @@ sub end_problem { $gradesatement =~ s/]*)>//g; } $result.= $gradesatement; - if ($target eq 'tex') { - $result .= '\vskip 0.5mm\noindent\makebox[\textwidth/$number_of_columns][b]{\hrulefill}'; - if (not $ENV{'request.symb'} =~ m/\.page_/) { - $result .= '\end{document} '; - } else { - $result .= '} '; - } - } } if ( (($target eq 'web' || $target eq 'tex') && ($ENV{'request.state'} ne 'construct')) ||