--- loncom/xml/londefdef.pm 2004/06/03 14:57:05 1.219 +++ loncom/xml/londefdef.pm 2004/06/03 18:08:03 1.220 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.219 2004/06/03 14:57:05 sakharuk Exp $ +# $Id: londefdef.pm,v 1.220 2004/06/03 18:08:03 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1154,7 +1154,8 @@ sub start_br { if ($target eq 'web') { $currentstring .= $token->[4]; } elsif ($target eq 'tex') { - if (($$tagstack[-2] eq 'b') || ($$tagstack[-2] eq 'strong')) { + if (($$tagstack[-2] eq 'b') || ($$tagstack[-2] eq 'strong') || + ($$tagstack[-2] eq 'ol') || ($$tagstack[-2] eq 'ul')) { $currentstring .= ' \vskip 0 mm '; } elsif ($$tagstack[-2] ne 'sub' && $$tagstack[-2] ne 'sup') { $currentstring .= '\strut \\\\ \strut ';