|
From: <mw...@gm...> - 2007-11-19 14:13:23
|
Hi, when using set terminal epslatex set output "foo.tex" cd ".." plot sin(x) there is a file foo.tex in the subdir and a file foo.eps in the top dir. On the contrast, when using absolut paths: set terminal epslatex set output "~/subdir/foo.tex" cd ".." plot sin(x) both files are inside the subdir. For me as a user, the first behavior is very irritating. I would call it a bug. I think that foo.tex and foo.eps should be in the same directory. cd should not have an effect on an already specified output file. Thank you, Micha -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer |