X-VM-v5-Data: ([nil nil nil nil nil nil nil t nil] [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil]) Return-Path: Date: Fri, 6 Jul 90 18:08:55 CET Reply-To: LaTeX-L Mailing list From: "Nelson H. F. Beebe" Subject: Permanence of .aux files To: Rainer Schoepf Status: R X-Status: X-Keywords: X-UID: 168 Barbara Beeton just raised the well-known problem of a failing run of LaTeX destroying the good .aux file from a previous run. Many of us resort to shell scripts that preserve the old one, and then if the LaTeX run fails, replace the bad output one with the old one, so an edit can fix the problem, and one can try again. Is sufficient information available to LaTeX to know whether the run succeeded? If so, would it be reasonable to have it write the .aux file in a temporary file, say .auy, then on success, copy the new .auy file to the .aux file. The .auy file should be deleted, but TeX doesn't have any system interface to permit this. -------