>>>>> "Peter" == Peter Suetterlin <[EMAIL PROTECTED]> writes:
Peter> Hi all, I just discovered a strange/anoying bug (LyX
Peter> 1.6.1fix1):
Peter> I have configured LyX to use the temporary directory. That
Peter> works fine, while LyX is running I can find there all the tex
Peter> and dvi files.
Peter> BUT: If in the directory where the .lyx file resides also a tex
Peter> file exists, that one is used by latex, not the one in the temp
Peter> dir.
Peter> If I delete that tex file, all works again and the file in the
Peter> temporary directory is used.
This happens because we use \input@path to make latex search in the
document's directory. This means that if you have an old .tex file
autogenerated by a previous run without temp dir, it will be used by
mistake.
The problem is that I do not see a good way to avoid that.
JMarc