--- loncom/xml/londefdef.pm 2003/11/09 01:19:47 1.190 +++ loncom/xml/londefdef.pm 2003/11/15 12:46:41 1.191 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.190 2003/11/09 01:19:47 albertel Exp $ +# $Id: londefdef.pm,v 1.191 2003/11/15 12:46:41 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -86,7 +86,7 @@ sub start_m { my $currentstring = ''; my $inside = &Apache::lonxml::get_all_text("/m",$parser,$style); $inside=~s---g; - if ($target eq 'web') { + if ($target eq 'web' || $target eq 'analyze') { $Apache::lonxml::prevent_entity_encode++; $inside ='\\documentstyle{article}'.$inside; &Apache::lonxml::debug("M is starting with:$inside:");