|
From: Christian S. <sch...@ph...> - 2008-09-07 19:40:29
|
Hello,
Has anyone figured out how to deal with this or is the answer obvious but
missed by me? Maybe there is no obvious solution...
I have a latex document in a folder above my gnuplot epslatex plot. I have
two files which comprise the plot, say plot.tex and plot.eps. In my latex
file I \input{subfolder/plot.tex} and sure enough latex finds it. Of
course, it gets to the \includegraphics{plot} command contained in the
plot.tex file and it can't find the plot.eps file because it's looking not
in the plot folder, but in the latex document root directory.
I'd like to use epslatex but this is a problem which I cannot seem to
easily resolve. Your time for your thoughts on this would be most
appreciated.
Thanks,
Christian
|