--- loncom/xml/londefdef.pm 2003/08/30 02:38:11 1.170 +++ loncom/xml/londefdef.pm 2003/09/05 19:35:40 1.171 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.170 2003/08/30 02:38:11 albertel Exp $ +# $Id: londefdef.pm,v 1.171 2003/09/05 19:35:40 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -541,7 +541,7 @@ sub end_body { if ($target eq 'web') { $currentstring = $token->[2]; } elsif ($target eq 'tex') { - $currentstring = '\end{document}'; + $currentstring = '\strut\newline\noindent\makebox[\textwidth/$number_of_columns][b]{\hrulefill}\newline\noindent \end{document}'; } return $currentstring; }