On Tuesday 05 December 2000 23:26, Ben Cazzolato wrote:
> Guys
>
> I'm having problems with the DVI viewer and figures with lyx1.1.6pre2.  I
> think it has to do with the full path being used.  The process initated by
> lyx when viewing DVI is
>
>       xdvi.bin -name xdvi -paper a4 /home/bscazz/consult/britax/proposal.dvi
>
> Now if you look at the output from DVI when starting the same command from
> a terminal window you get:
>
>       xdvi.bin: cannot find PS file `../mechtest/mtlogo.ps'.
>
> Same goes for all my figures.  Any ideas?
>
> Ben

Ben, this is happening because you're using a temporary directory to create 
your LaTeX and DVI files. The PostScript stuff is no longer in the same 
relative path. 

The fix is to make MakeAbsPath() more intelligent.

The work around is to
1. Not use a temporary directory. Edit->Preferences->Inputs->Paths, or
2. Use absolute path names for these files.

Angus

Reply via email to