X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["718" "Tue" "7" "October" "1997" "03:27:58" "-0400" "Matthew Swift" "swift@ALUM.MIT.EDU" nil "17" "Re: LaTeX journal and publisher macros" "^Date:" nil nil "10" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.5) with ESMTP id JAA18661; Tue, 7 Oct 1997 09:34:50 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <11.B8087917@listserv.gmd.de>; Tue, 7 Oct 1997 9:34:48 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 209413 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 7 Oct 1997 09:34:38 +0200 Received: from acs-mail.bu.edu (root@ACS-MAIL.BU.EDU [128.197.153.100]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with ESMTP id JAA06337 for ; Tue, 7 Oct 1997 09:28:02 +0200 (MET DST) Received: from aleph.swift.xxx (PPP-74-5.BU.EDU [128.197.7.121]) by acs-mail.bu.edu (8.8.5/BU_Server-1.3) with ESMTP id DAA76148 for ; Tue, 7 Oct 1997 03:27:43 -0400 Received: from aleph (localhost [127.0.0.1]) by aleph.swift.xxx (8.8.5/8.8.5) with ESMTP id DAA13811 for ; Tue, 7 Oct 1997 03:27:58 -0400 X-Emacs: Emacs 20.2, MULE 3.0 (MOMIJINOGA) Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi") Content-Type: text/plain; charset=US-ASCII Message-ID: <199710070727.DAA13811@aleph.swift.xxx> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Your message of "Tue, 07 Oct 1997 00:42:52 +0200." Date: Tue, 7 Oct 1997 03:27:58 -0400 From: Matthew Swift Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: LaTeX journal and publisher macros Status: R X-Status: X-Keywords: X-UID: 2369 >>>>> "H" == Hans Aberg writes: H> Are there any reasons for LaTeX having multiple AUX H> files? They are only necessary in an \includeonly scenario. Some system state (counters only at this point) from the UNincluded files is stored in the aux files. Otherwise they would be overwritten. Unless this information were recognized in the sole aux file and resaved when the part is not included. I tried coding this. It wasn't hard to get almost right. If you abort LaTeX in the middle of an included file, you are in trouble because you are left with an unclosed group in your aux file. See my accompanying post and pointer to the code and documentation of my partial solution.