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

sakharuk lon-capa-cvs@mail.lon-capa.org
Thu, 03 Oct 2002 13:38:02 -0000


sakharuk		Thu Oct  3 09:38:02 2002 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
   Corrections in part tag neccessary to print a long problems with 
  multiple parts.
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.122 loncom/homework/structuretags.pm:1.123
--- loncom/homework/structuretags.pm:1.122	Wed Oct  2 14:14:07 2002
+++ loncom/homework/structuretags.pm	Thu Oct  3 09:38:02 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.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 @@
       }
     } else {
       if ($target eq 'tex') {
-	$result='\vskip 0 mm';
+	$result='\end{minipage}\vskip 0 mm\begin{minipage}{\textwidth}';
       }
     }
   }