--- loncom/xml/lontexconvert.pm 2005/02/25 05:54:01 1.59 +++ loncom/xml/lontexconvert.pm 2005/02/25 19:33:26 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.59 2005/02/25 05:54:01 albertel Exp $ +# $Id: lontexconvert.pm,v 1.60 2005/02/25 19:33:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -149,10 +149,8 @@ sub jsMath_converted { #has a $$ in it, guessinng it's display mode $tag='div'; } - &Apache::lonnet::logthis($$texstring); $$texstring=~s/(?!\\)\$//g; - $$texstring=~s/\\ensuremath//g - &Apache::lonnet::logthis($$texstring); + $$texstring=~s/\\ensuremath//g; return '<'.$tag.' class="math">'.$$texstring.''; }