From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36155 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: No header text on last page Date: Thu, 23 Aug 2007 04:59:38 +0200 Message-ID: References: <2e8813a0708211817r14cb41fdw4b5e3c5692e31269@mail.gmail.com> <2e8813a0708220757p5bbc5df4wde5a740b304038b@mail.gmail.com> <2e8813a0708221220t478db923v7f5fdcb316b96b56@mail.gmail.com> <2e8813a0708221816w444e7fccv5063090603671a40@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1187838008 15735 80.91.229.12 (23 Aug 2007 03:00:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 03:00:08 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 23 05:00:05 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1IO2vN-0008Ge-TM for gctc-ntg-context-518@m.gmane.org; Thu, 23 Aug 2007 04:59:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3ACEF20211; Thu, 23 Aug 2007 04:59:57 +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 04999-02-5; Thu, 23 Aug 2007 04:59:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3583C200D0; Thu, 23 Aug 2007 04:59:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 30C1E200D0 for ; Thu, 23 Aug 2007 04:59:43 +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 04999-02-4 for ; Thu, 23 Aug 2007 04:59:39 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by ronja.ntg.nl (Postfix) with ESMTP id 7E68920038 for ; Thu, 23 Aug 2007 04:59:39 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id b2so251547nfb for ; Wed, 22 Aug 2007 19:59:39 -0700 (PDT) Original-Received: by 10.78.162.4 with SMTP id k4mr876004hue.1187837979014; Wed, 22 Aug 2007 19:59:39 -0700 (PDT) Original-Received: by 10.78.194.13 with HTTP; Wed, 22 Aug 2007 19:59:38 -0700 (PDT) In-Reply-To: <2e8813a0708221816w444e7fccv5063090603671a40@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:36155 Archived-At: On 8/23/07, Jeff Smith wrote: > Hi, > > I merged the files too and, just as you said, they worked. > > Toying around a bit with my files, I found out what's the problem, but > I can't understand it! It's in my product file: > > \startproduct test > \environment env_these > > \startbodymatter > \component chap1 > \stopbodymatter > > \stopproduduct > > The culprit is \startbodymatter ... \stopbodymatter. If I remove the > bodymatter command and compile, my header text appears on the last > page. > > What's wrong, anyone?! I know that ConTeXt can compile at the product > level, but is it because I specify no project at all? I'm going to > investigate further in this direction. > I don't know very well project/product/component following http://wiki.contextgarden.net/Project_structure these work ok. %%% tprj.tex \startproject tprj \environment env_these \product test \stopproject %%% test.tex \startproduct test \project tprj \component chap1 \stopproduct %%% chap1.tex \startcomponent chap1 \project tprj \product test \Chapitre{Introduction g=E9n=E9rale} \dorecurse{1}{\input tufte} \dorecurse{2}{\input tufte} \Sujet{Pourquoi l'=E9pist=E9mologie?} \dorecurse{4}{\input knuth} \Sujet{Linguistique et philosophie} \dorecurse{2}{\input tufte} \dorecurse{6}{\input knuth} \Aspect{=C9pist=E9mologie et philosophie des sciences} \dorecurse{4}{\input knuth} \Aspect{Histoire et philosophie des sciences}\dorecurse{2}{\input knuth} \stopcomponent -- = luigi ---------------------------------------------------------------- If your question is of interest to others as well, please add an entry to the 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________