--- loncom/xml/scripttag.pm 2005/02/24 01:21:50 1.123 +++ loncom/xml/scripttag.pm 2005/02/27 17:26:09 1.125 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Script Vars
"; } } elsif ($target eq "edit" ) { @@ -564,7 +563,8 @@ sub start_algebra { my $inside = &Apache::lonxml::get_all_text_unbalanced("/algebra",$parser); $inside = &Apache::run::evaluate($inside,$safeeval,$$parstack[-1]); if ($target eq 'web' || $target eq 'tex' || $target eq 'analyze') { - $result=&Apache::lontexconvert::algebra($inside,$target); + my $style=&Apache::lonxml::get_param('style',$parstack,$safeeval); + $result=&Apache::lontexconvert::algebra($inside,$target,$style); } $Apache::lonxml::post_evaluate=0; }