--- loncom/xml/londefdef.pm 2002/06/20 18:25:01 1.66 +++ loncom/xml/londefdef.pm 2002/07/03 15:37:10 1.68 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.66 2002/06/20 18:25:01 sakharuk Exp $ +# $Id: londefdef.pm,v 1.68 2002/07/03 15:37:10 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1438,7 +1438,7 @@ EDITBUTTON if ($width_param <= 900) { $width_param = '[width='.$width_param.'mm]'; } else { - $width_param = '[width= 9.0 cm]'; + $width_param = '[width= \textwidth]'; } } } @@ -1485,7 +1485,7 @@ EDITBUTTON $file=~s/(\.gif|\.jpg)$/\.eps/i; if (-e $newsrc) { if ($path) { - $currentstring .= '\graphicspath{{'.$path.'}}\fbox{\includegraphics'.$width_param.'{'.$file.'}}'; + $currentstring .= '\noindent\graphicspath{{'.$path.'}}\fbox{\includegraphics'.$width_param.'{'.$file.'}}'; } } else { my $temp_file;