--- loncom/homework/structuretags.pm 2002/10/02 18:14:07 1.122 +++ loncom/homework/structuretags.pm 2002/10/03 13:38:02 1.123 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.122 2002/10/02 18:14:07 sakharuk Exp $ +# $Id: structuretags.pm,v 1.123 2002/10/03 13:38:02 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -627,7 +627,7 @@ sub start_part { } } else { if ($target eq 'tex') { - $result='\vskip 0 mm'; + $result='\end{minipage}\vskip 0 mm\begin{minipage}{\textwidth}'; } } }