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