--- loncom/xml/londefdef.pm 2005/09/22 10:27:25 1.287 +++ loncom/xml/londefdef.pm 2005/10/10 09:13:19 1.288 @@ -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 @@ sub start_img { 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");