--- loncom/homework/structuretags.pm 2002/05/03 19:32:57 1.93 +++ loncom/homework/structuretags.pm 2002/05/24 20:33:55 1.94 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.93 2002/05/03 19:32:57 albertel Exp $ +# $Id: structuretags.pm,v 1.94 2002/05/24 20:33:55 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -536,7 +536,7 @@ sub start_part { } } if ($target eq 'tex') { - return '\\\\'; + return '\vskip 0 mm'; } else { return ''; }