--- loncom/xml/londefdef.pm 2009/04/20 10:40:04 1.402 +++ loncom/xml/londefdef.pm 2009/05/02 22:16:58 1.403 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.402 2009/04/20 10:40:04 foxr Exp $ +# $Id: londefdef.pm,v 1.403 2009/05/02 22:16:58 foxr Exp $ # # # Copyright Michigan State University Board of Trustees @@ -552,7 +552,7 @@ sub start_body { } $currentstring.=&Apache::lonxml::message_location(); } elsif ($target eq 'tex') { - $currentstring = '\begin{document}'; + $currentstring = ''; # '\begin{document}' is in header. } return $currentstring; }