On Friday 03 September 2004 15:56, Angus Leeming wrote: > Rajil Saraswat wrote: > > I am not sure if i did the right thing. I just replaced convertDefault.sh > > with your script and now lyx seems to hang if i load the document. My > > plots are all eps images generated through gnuplot. > > No you didn't. Put convertDefault.sh back > http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/scripts/convertDefault >.sh?only_with_tag=lyx-1_3_4 (Equivalent URL http://tinyurl.com/6wuze) > > And go define a EPS->PNG converter in the Edit->Preferences dialog > (Converters pane) as > > From EPS > To PNG > Converter my_ps2png $$i $$o > Extra Flag > > Press the Modify button and then the Save button. Thanks for the script, but the problem still remains. Using your scripts the images are still rotated and bounding box gets a lot of white space. I am attaching a en eps file for you to look it. It is a plain sin plot done in gnuplot.
The gnuplot code was this:
#gnuplot
set term postscript enhanced color
set out "sin.eps"
set size 0.7,0.7
plot sin(x)
cheers
<<attachment: sin.eps>>
