From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30257 Path: news.gmane.org!not-for-mail From: "Derek Schmidt" Newsgroups: gmane.comp.tex.context Subject: Re: compiling project files Date: Sat, 12 Aug 2006 23:39:51 -0400 Message-ID: <221cc89e0608122039vb9709e3oc232ffd2f00f011c@mail.gmail.com> References: <221cc89e0608090852s616e2ecag3a8e21cd3b679b02@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155440415 26989 80.91.229.2 (13 Aug 2006 03:40:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2006 03:40:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 13 05:40:12 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GC6pc-0004T6-6J for gctc-ntg-context-518@m.gmane.org; Sun, 13 Aug 2006 05:40:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ADE421FE84; Sun, 13 Aug 2006 05:40:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31468-02; Sun, 13 Aug 2006 05:39:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 231141FE66; Sun, 13 Aug 2006 05:39:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5E17A1FE66 for ; Sun, 13 Aug 2006 05:39:56 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31462-02 for ; Sun, 13 Aug 2006 05:39:53 +0200 (CEST) Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by ronja.ntg.nl (Postfix) with SMTP id 577661FE50 for ; Sun, 13 Aug 2006 05:39:53 +0200 (CEST) Original-Received: by py-out-1112.google.com with SMTP id b36so714639pyb for ; Sat, 12 Aug 2006 20:39:51 -0700 (PDT) Original-Received: by 10.35.61.2 with SMTP id o2mr9919023pyk; Sat, 12 Aug 2006 20:39:51 -0700 (PDT) Original-Received: by 10.35.112.13 with HTTP; Sat, 12 Aug 2006 20:39:51 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30257 Archived-At: Aditya, Sorry it took so long to get back to you. I've only just had a chance to try this now. The .tuo file for the _product_ file shows the files being loaded. Compiling the _project_ file yields no .tuo. My product file does indeed look like what you wrote. Shall I jump out the window or not? :) --Derek On 8/9/06, Aditya Mahajan wrote: > On Wed, 9 Aug 2006, Derek Schmidt wrote: > > > Hi there, > > > > I'm a complete ConTeXt newbie, so please be patient with me. :) > > > > I'm putting together a book and I'm trying to use the project > > structure that Context likes so much. My components come out > > beautifully--they are chapters in the book. > > > > The product file is the actual book. I don't have the code in front of > > me, but it looks very much like the examples given in the manuals and > > at ContextGarden. When I texexec it, it runs but only produces and > > empty table of contents with the word Contents at the top. It won't > > list the chapters, forget about actually printing their content. > > I do not understand this. Do you mean that the components are not in > the output? > > > > Any ideas on what I'm doing wrong? I'm guessing this might not be > > enough info for you to help. I'll try to answer any questions as best > > I can. > > It is pretty hard to guess. Does your product file look like this > > \startproduct product-name > > \environment env-name > > \component component-1 > \component component-2 > .... > > \stopproduct > > > Maybe the components are not getting loaded. To actually see which > files are being loaded, look at product.tui file. The enteries > starting with f tell you which files are being read. What does the > output of > > grep "^f" product.tui > > look like? > > Aditya > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >