[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Fri, 16 May 2003 15:12:49 -0000
sakharuk Fri May 16 11:12:49 2003 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
Bug 895 is fixed. Additional texwidth attribute is working now.
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.83 loncom/xml/lonplot.pm:1.84
--- loncom/xml/lonplot.pm:1.83 Fri May 16 10:50:13 2003
+++ loncom/xml/lonplot.pm Fri May 16 11:12:49 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.83 2003/05/16 14:50:13 sakharuk Exp $
+# $Id: lonplot.pm,v 1.84 2003/05/16 15:12:49 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -515,7 +515,7 @@
} elsif ($target eq 'tex') {
&Apache::lonnet::ssi("/cgi-bin/plot.gif?file=$filename.data&output=eps");
- $result = '\graphicspath{{/home/httpd/perl/tmp/}}\includegraphics[width=93 mm]{'.&Apache::lonnet::unescape($filename).'.eps}';
+ $result = '\graphicspath{{/home/httpd/perl/tmp/}}\includegraphics[width='.$plot{'texwidth'}.' mm]{'.&Apache::lonnet::unescape($filename).'.eps}';
}
} elsif ($target eq 'edit') {
$result.=&Apache::edit::tag_end($target,$token);