|
From: Thomas S. <t.s...@fz...> - 2007-11-23 08:33:13
|
mw-u2 wrote: > > ... > > My point is that this should be changed for usability reasons. In my > opinion a user changing output via ``set output "foo.tex"'' expects > foo.tex and foo.eps to be in the same directory. Do you disagree? > no i was thinking about how it could be done: a) open the 2nd file for specific terminals when the 1st one is opened (with 'set output ...') but what if the user specifies the terminal after 'set output'? then the problem is the same as before. b) use getcwd, get_current_dir_name, or getwd to determine the full path in 'EPSLATEX_reopen_output()' in 'pslatex.trm', this would be the best solution. but are these functions existing on all platforms? i don't think so (but i'm not sure). who knows? -- View this message in context: http://www.nabble.com/epslatex-outputs-into-different-directories-sometimes-tf4836648.html#a13908521 Sent from the Gnuplot - User mailing list archive at Nabble.com. |