--- loncom/xml/lonxml.pm 2006/02/04 22:11:42 1.396 +++ loncom/xml/lonxml.pm 2006/02/05 18:30:56 1.397 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.396 2006/02/04 22:11:42 foxr Exp $ +# $Id: lonxml.pm,v 1.397 2006/02/05 18:30:56 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -649,6 +649,7 @@ sub setup_globals { @Apache::lonxml::ssi_info=(); $Apache::lonxml::post_evaluate=1; $Apache::lonxml::warnings_error_header=''; + $Apache::lonxml::substitute_LaTeX_symbols = 1; if ($target eq 'meta') { $Apache::lonxml::redirection = 0; $Apache::lonxml::metamode = 1;