X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["508" "Wed" "8" "October" "1997" "16:01:14" "+0100" "Robin Fairbairns" "Robin.Fairbairns@CL.CAM.AC.UK" "" "12" "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 RAA06612; Wed, 8 Oct 1997 17:14:52 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <15.1FEA6687@listserv.gmd.de>; Wed, 8 Oct 1997 17:07:30 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 210635 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 8 Oct 1997 17:01:23 +0200 Received: from heaton.cl.cam.ac.uk (exim@heaton.cl.cam.ac.uk [128.232.32.11]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id RAA24970 for ; Wed, 8 Oct 1997 17:01:16 +0200 (MET DST) Received: from dorceus.cl.cam.ac.uk [128.232.1.34] (rf) by heaton.cl.cam.ac.uk with esmtp (Exim 1.70 #3) id 0xIxbv-00041Q-00; Wed, 8 Oct 1997 16:01:15 +0100 Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Your message of "Wed, 08 Oct 1997 14:37:39 +0200." Date: Wed, 8 Oct 1997 16:01:14 +0100 From: Robin Fairbairns 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: 2403 > For example, if you just want to print one article of a journal issue. > But it seems me that this idea with turning off the typeset output > (mentioned in Knuth's TeX-book) would be a simple solution, that is, > relatively easy to implement with reliable output results. You can't "not produce output" and even approach replicating the effects of \include and \includeonly The settings of labels and so on are part of the output process, so all relevant labels will get lost by such a process. Robin