Diff for /loncom/xml/lontexconvert.pm between versions 1.72 and 1.73

version 1.72, 2006/04/11 18:42:43 version 1.73, 2006/05/17 22:08:08
Line 42  package Apache::lontexconvert; Line 42  package Apache::lontexconvert;
 use strict;  use strict;
 use tth();  use tth();
 use vars qw($errorstring);  use vars qw($errorstring);
 use Apache::lonmsg();  #use Apache::lonxml();
 use Apache::lonxml();  
 use Apache::lonmenu();  
 use Apache::lonlocal;  use Apache::lonlocal;
 use Apache::lonnet;  use Apache::lonnet;
   
Line 190  sub jsMath_converted { Line 188  sub jsMath_converted {
 }  }
   
 sub init_math_support {  sub init_math_support {
       &init_tth();
     &Apache::lontexconvert::jsMath_reset();      &Apache::lontexconvert::jsMath_reset();
     if ($env{'environment.texengine'} eq 'jsMath' ||      if ($env{'environment.texengine'} eq 'jsMath' ||
  $env{'form.texengine'}        eq 'jsMath' ) {   $env{'form.texengine'}        eq 'jsMath' ) {

Removed from v.1.72  
changed lines
  Added in v.1.73


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>