From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31532 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: global layout change from header=none in \setuphead Date: Wed, 25 Oct 2006 08:43:26 +0200 Message-ID: <453F078E.3040803@boede.nl> References: 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 1161758624 24122 80.91.229.2 (25 Oct 2006 06:43:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 06:43:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 25 08:43:40 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 1GccUE-00015t-4p for gctc-ntg-context-518@m.gmane.org; Wed, 25 Oct 2006 08:43:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C5891FE9B; Wed, 25 Oct 2006 08:43:37 +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 17102-01-4; Wed, 25 Oct 2006 08:43:32 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C9221FE7E; Wed, 25 Oct 2006 08:43:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B1DC41FE83 for ; Wed, 25 Oct 2006 08:43:28 +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 17102-01-3 for ; Wed, 25 Oct 2006 08:43:27 +0200 (CEST) Original-Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by ronja.ntg.nl (Postfix) with SMTP id 168A61FE47 for ; Wed, 25 Oct 2006 08:43:27 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id k9P6hQQK063668 for ; Wed, 25 Oct 2006 08:43:26 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner 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:31532 Archived-At: Did you try [header=high]? \setuphead[title][header=high] As far as I can see this is the option which does what you want. Willi Sanjoy Mahajan wrote: > Another of those 'not sure if I'm confused' examples: > > \setuphead[title][header=none] > \starttext > \title{Hello} > \dorecurse{15}{\input tufte} > \stoptext > > With header=empty, it worked as I expected: The first page had no page > number in the header and the other pages had a page number. Then I > tried the example above, with its header=none, so that the first page > would allocate no space for the header (as well as have no page number). > But then no pages, not only the first, allocated the header space. > > Is there a subtle difference between header=none and header=empty making > the first one a global setting but the second one local to the page with > the title (the local behavior is what I had wanted)? > > It's probably a related confusion or bug, but an alternative solution > (from ) using > \definelayout[1] also produced a global layout change: > > \definelayout[1][height=7in] > \starttext > \title{Hello} > \dorecurse{15}{\input tufte} > \stoptext > > This is all with ConTeXt ver: 2006.10.24 13:47 (same results on the live > context). Any hints appreciated! > > -Sanjoy > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >