On Tue, Oct 16, 2001 at 06:27:11PM +0200, Davide Cavallari wrote:
> On Sat, Oct 06, 2001 at 07:17:24PM +0200, Dekel Tsur wrote:
> > Even symbolic links are unnecessary.
> > You can put
> > 
> > \usepackage{graphics,epsfig}
> > \newcommand{\setpath}[1]{
> >  \def\input@path{{PATH/#1//}}
> >  \graphicspath{{PATH/#1//}}
> > }
> > 
> > Where PATH is the path to the directory of the master file e.g /home/me/thesis
> > and then put \setpath{chap1} in latex mode before including chapter1.
> 
> I have used this method and till today it worked. Now I have a figure
> composed by both a .tex part and a .ps one. These parts are generated by
> gnuplot and the .tex part calls the .ps one with:
> 
> \special{psfile=figure.ps llx=0 lly=0 urx=720 ury=504 rwi=7200}

Why do you generate two files ?
When I tried using the pslatex output of gnuplot, I got only one .tex file
which embed the Postscript file into it.
There is no problem with such a file.

Reply via email to