[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

sakharuk lon-capa-cvs@mail.lon-capa.org
Mon, 14 Oct 2002 15:43:06 -0000


sakharuk		Mon Oct 14 11:43:06 2002 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  Change in the part tag to eliminate a lot of empty space after
  multipart randomlabel problems.
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.124 loncom/homework/structuretags.pm:1.125
--- loncom/homework/structuretags.pm:1.124	Mon Oct 14 10:37:37 2002
+++ loncom/homework/structuretags.pm	Mon Oct 14 11:43:06 2002
@@ -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 @@
       }
     } 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';
       }
     }
   }