[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm

foxr lon-capa-cvs@mail.lon-capa.org
Mon, 10 Oct 2005 09:13:21 -0000


foxr		Mon Oct 10 05:13:21 2005 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  default the wrap mode to texwrap
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.287 loncom/xml/londefdef.pm:1.288
--- loncom/xml/londefdef.pm:1.287	Thu Sep 22 06:27:25 2005
+++ loncom/xml/londefdef.pm	Mon Oct 10 05:13:19 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.287 2005/09/22 10:27:25 foxr Exp $
+# $Id: londefdef.pm,v 1.288 2005/10/10 09:13:19 foxr Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -2585,7 +2585,7 @@
 							    undef,0);
 	&Apache::lonxml::debug("LaTeX rendering = $latex_rendering");
 	if(!$latex_rendering) {
-	    $latex_rendering = "parbox";
+	    $latex_rendering = "texwrap";
 	}
 	&Apache::lonxml::debug("LaTeX rendering = $latex_rendering image file: $src");