Diff for /loncom/xml/lontexconvert.pm between versions 1.55 and 1.56

version 1.55, 2005/02/24 09:54:01 version 1.56, 2005/02/24 09:58:31
Line 273  sub postprocess_algebra { Line 273  sub postprocess_algebra {
     # int( ... dx) -> ...      # int( ... dx) -> ...
     $string =~s/\\int\\left\((.+?)d[a-z]\\right\)/$1/gs;      $string =~s/\\int\\left\((.+?)d[a-z]\\right\)/$1/gs;
   
       # 
       $string =~s/\\lim\\left\((.+?),(.+?),(.+?)\\right\)/\\lim_{$2\\to $3}$1/gs;
     &Apache::lonnet::logthis($string);      &Apache::lonnet::logthis($string);
     return $string;      return $string;
 }  }

Removed from v.1.55  
changed lines
  Added in v.1.56


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