--- loncom/xml/londefdef.pm 2003/05/29 18:11:00 1.136 +++ loncom/xml/londefdef.pm 2003/06/03 13:15:02 1.137 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.136 2003/05/29 18:11:00 sakharuk Exp $ +# $Id: londefdef.pm,v 1.137 2003/06/03 13:15:02 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1137,7 +1137,7 @@ sub start_big { if ($target eq 'web') { $currentstring .= $token->[4]; } elsif ($target eq 'tex') { - $currentstring .= '\large{'; + $currentstring .= '{\large '; } elsif ($target eq 'latexsource') { $currentstring .= '{\Large '; }