[tex-k] Interesting problems with EPS file searchng (with dvips)
Tom Kacvinsky
tjk@ams.org
Thu, 29 Nov 2001 11:44:52 -0500 (EST)
I cannot remove the `./' because it is hardcoded in the DVI file (and I didn't
generate the DVI file).
Tom
On Thu, 29 Nov 2001, Thomas Esser wrote:
> > I have a look at kpathsea sources. It seems that
> > explicit relative names are treated similarly as absolute names.
> > Thus you must be in /path/to/dvi to include ./eps/foo.eps
> > irrespective of the value of TEXPICTS.
>
> Hm... What about
> $ mkdir -p a/b/c
> $ touch a/b/c/d.tex
> $ TEXINPUTS=a/b kpsewhich c/d
> a/b/c/d.tex
> so relative paths just seem to work the right way in this case.
>
> $ TEXINPUTS=a/b kpsewhich ./c/d
> does not work, but why not just omit "./"?
>