X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["632" "Tue" "7" "October" "1997" "14:33:47" "-0400" "Matthew Swift" "swift@ALUM.MIT.EDU" nil "13" "Re: Extended include" "^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 UAA23640; Tue, 7 Oct 1997 20:43:46 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <13.2F9A6418@listserv.gmd.de>; Tue, 7 Oct 1997 20:36:43 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 210069 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 7 Oct 1997 20:34:17 +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 UAA13678 for ; Tue, 7 Oct 1997 20:34:12 +0200 (MET DST) Received: from aleph.swift.xxx (PPP-93-30.BU.EDU [128.197.9.118]) by acs-mail.bu.edu (8.8.5/BU_Server-1.3) with ESMTP id OAA87800 for ; Tue, 7 Oct 1997 14:33:32 -0400 Received: from aleph (localhost [127.0.0.1]) by aleph.swift.xxx (8.8.5/8.8.5) with ESMTP id OAA17817 for ; Tue, 7 Oct 1997 14:33:48 -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: <199710071833.OAA17817@aleph.swift.xxx> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Your message of "Tue, 07 Oct 1997 14:18:49 EDT." Date: Tue, 7 Oct 1997 14:33:47 -0400 From: Matthew Swift Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Extended include Status: R X-Status: X-Keywords: X-UID: 2384 >>>>> "D" == David Carlisle writes: D> 2) To speed up processing of drafts as only the `current D> chapter' need be processed. It's perhaps fine in "drafts" to accept the presence of incorrect .aux file information, especially if this facilitates speed. But I would add reason 2A) for using \include: To produce a partial document that is identical to part of the whole document. I think there are a lot of applications where this is a common need. Of course you can always produce the entire thing and whittle it down, e.g. with "dvips -pp 20-33" but that is an extra-LaTeX solution.