--- loncom/xml/lontexconvert.pm 2005/02/24 01:21:50 1.44 +++ loncom/xml/lontexconvert.pm 2005/02/24 01:25:05 1.45 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.44 2005/02/24 01:21:50 albertel Exp $ +# $Id: lontexconvert.pm,v 1.45 2005/02/24 01:25:05 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -221,7 +221,7 @@ sub algebra { $parser->tostring(); $parser->normalize(); my $latex=$parser->tolatex(); - $latex='$$'.$latex.'$$'; + $latex='$'.$latex.'$'; if ($target eq 'web' || $target eq 'analyze') { $result = &converted(\$latex); } else {