On Thu, Jan 18, 2001 at 06:41:32PM +0100, Lars Gullik Bjønnes wrote:
> | I think that the problem is that you have a file called
> | "/home/adrian/suneds/docs//eds_logo.eps Graphic file (type eps)"
> | and LaTeX/LyX don't like spaces in filenames.
> |
> | The exact problem here is in DepTable::read which assumes there are no spaces
> | in the filenames.
>
> Are you telling me that latex grok the filenames ok?
I don't know. I was just looking at the debug messages he sent:
Found file: /home/adrian/suneds/docs//eds_logo.eps Graphic file (type eps)
AbsolutePath file: /home/adrian/suneds/docs//eds_logo.eps Graphic file (type
eps)
> If so I will change the DepTable code.
> (will be harder to find the filename...)