From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/79329 Path: news.gmane.org!not-for-mail From: Herbert Voss Newsgroups: gmane.comp.tex.context Subject: Re: Equivalent of Includeonly? Date: Mon, 19 Nov 2012 11:25:43 +0100 Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= Message-ID: <50AA0927.8060203@FU-Berlin.DE> References: <50AA0021.90901@mmnetz.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1353320755 27373 80.91.229.3 (19 Nov 2012 10:25:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2012 10:25:55 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 19 11:26:07 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TaOYH-0005Ue-Q5 for gctc-ntg-context-518@m.gmane.org; Mon, 19 Nov 2012 11:26:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 324631033D; Mon, 19 Nov 2012 11:25:54 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id W16QkteUpLwF; Mon, 19 Nov 2012 11:25:51 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 9D0AE10303; Mon, 19 Nov 2012 11:25:51 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 393A110303 for ; Mon, 19 Nov 2012 11:25:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Eu-+X95+8kDd for ; Mon, 19 Nov 2012 11:25:45 +0100 (CET) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 948CC10243 for ; Mon, 19 Nov 2012 11:25:45 +0100 (CET) Original-Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id qAJAPiGA031445 for ; Mon, 19 Nov 2012 11:25:44 +0100 Original-Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for ntg-context@ntg.nl with esmtp (envelope-from ) id <1TaOXv-001JBl-Rd>; Mon, 19 Nov 2012 11:25:43 +0100 Original-Received: from p54bfa29c.dip.t-dialin.net ([84.191.162.156] helo=[192.168.1.42]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for ntg-context@ntg.nl with esmtpsa (envelope-from ) id <1TaOXv-000WD5-ME>; Mon, 19 Nov 2012 11:25:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 In-Reply-To: <50AA0021.90901@mmnetz.de> X-Originating-IP: 84.191.162.156 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=130.133.4.66; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03IpmpIch - b63b173080b1 - 20121119 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:79329 Archived-At: Am 19.11.2012 10:47, schrieb "H. =D6zoguz": > >> > >> >\startproduct mydocument >> > >> >\component one >> >\component two >> >\component three >> >\component four >> > >> >\stopproduct >> > >> >Wolfgang > > I always use \input for the chapters of books - what is the difference > to component? I looked into the wiki, but didn't get the difference. see http://projekte.dante.de/DanteFAQ/GrosseDokumente if you are familiar with german. Suppose you have a 1500 pages document, but you really work only on the 7th chapter which has 30 pages with lots of references to other chapters/sectionb/images/.... with \includeonly{chap7} you get a 30 pages document but with correct page numbers and correct references. With only \input chap7 you have wrong page numbers and missing references Herbert ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________