[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

albertel lon-capa-cvs@mail.lon-capa.org
Sun, 05 Feb 2006 18:30:59 -0000


albertel		Sun Feb  5 13:30:59 2006 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - need to setup the global
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.396 loncom/xml/lonxml.pm:1.397
--- loncom/xml/lonxml.pm:1.396	Sat Feb  4 17:11:42 2006
+++ loncom/xml/lonxml.pm	Sun Feb  5 13:30:56 2006
@@ -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 @@
   @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;