Tom Schlangen wrote: > I suspect (but didn?t check by now) that this may be only some sort of > time-stamp related effect (I am generating the .eps files to be included > in the LyX document on another machine) but I will check this when the > problem occurs here the next time.
Maybe not a timestamp problem, but a race condition: The other application starts to write the file. LyX recognizes a changed file, and starts to convert it, but fails because the file is incomplete. It would be good to have a "read again" button in LyX for similar cases. Georg