Lars Gullik Bjønnes wrote: >Andre Poenitz <[EMAIL PROTECTED]> writes: > >| On Tue, Nov 27, 2001 at 12:34:30PM +0200, Dekel Tsur wrote: > >>>Do you have use_tempir=false ? >>> >| Yes. > >I cannot see how the mtime patch can cause this, but it is probably >the culprit. > I just tried turning off temporary directory usage and did View|DVI, and it worked fine for me. I watched all the intermediate files that LyX spewed out.
But, my LyX contains heavily edited LaTeX::run(), to support glossary generation. I include .aux files in the dep tree to make sure that index/glossary page numbers have stabilised before stopping running LaTeX. The .aux files are comparatively short. BTW, I've noticed that in my dep file, the set of files which is included is quite different when not using the temporary directory. This is probably the fault of LaTeX::deplog(), which checks if a file comes from the temporary directory. However, I've just noticed that I've broken index generation in my tree... :-( Ben.