>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> But since I can not help being a nice guy, I'll provide the |
Lars> example... It is as simple as you can get: just include some tex
Lars> file | in the preamble and LyX will not notice when you modify
Lars> it. Why?  | Because the file is named `foo' and \listfiles lists
Lars> it as foo.tex | :(

Lars> but the correct file (the file that is included) should be named
Lars> in Listfiles with its true name. So this should not change
Lars> things?

I think that LaTeX has no way to check whether the filw was named foo
or foo.tex, since TeX adds silently the .tex extension. One solution
would be to test for existence of the file without the trailing .tex
if the file with .tex does not exist.

Of course this will be useful only if Larry confirms us that this is
his problem.

Lars> | Another thing I noticed, is that View DVI does not re-run
Lars> LaTeX in | some cases where Update DVI does.

Lars> eh? The exact same thing is done in both cases? (I'll recheck
Lars> the code)

Update DVI uses MenuRunLatex(), whereas the others probably use
MakeDviOutput().

JMarc

Reply via email to