--- loncom/homework/structuretags.pm 2003/06/30 20:21:43 1.191 +++ loncom/homework/structuretags.pm 2003/06/30 20:30:50 1.192 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.191 2003/06/30 20:21:43 sakharuk Exp $ +# $Id: structuretags.pm,v 1.192 2003/06/30 20:30:50 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -405,9 +405,9 @@ sub start_problem { "$name\n$body_tag_start\n"; } } elsif ($target eq 'tex') { - my $startminipage = ' SSS '.$ENV{'form.problem_split'}.' FFF '; + my $startminipage = ''; if (not $ENV{'form.problem_split'}=~/yes/) { - $startminipage .= '\begin{minipage}{\textwidth}'; + $startminipage = '\begin{minipage}{\textwidth}'; } my $name= &Apache::lonxml::get_param('name',$parstack,$safeeval); if ($name eq '') {