From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27561 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Part head centering and empty header Date: Fri, 28 Apr 2006 10:01:43 +0200 Message-ID: <4451CBE7.2000303@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 1146211325 15681 80.91.229.2 (28 Apr 2006 08:02:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Apr 2006 08:02:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 28 10:02:02 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 1FZNvF-0007fI-6n for gctc-ntg-context-518@m.gmane.org; Fri, 28 Apr 2006 10:01:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4802612772; Fri, 28 Apr 2006 10:01:52 +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 28043-07; Fri, 28 Apr 2006 10:01:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D626412783; Fri, 28 Apr 2006 10:01:45 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0093612783 for ; Fri, 28 Apr 2006 10:01:44 +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 00958-04-2 for ; Fri, 28 Apr 2006 10:01:42 +0200 (CEST) Original-Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by ronja.ntg.nl (Postfix) with SMTP id E1E5612772 for ; Fri, 28 Apr 2006 10:01:42 +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-vbr6.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3S81fbY004094 for ; Fri, 28 Apr 2006 10:01:42 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en 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:27561 Archived-At: Hi Johannes If I understand the mechanism correctly you reinstate the pagenumbering by saying location={header,right} So I would suggest to say on this page location= I would insert a \page after the \framed and reinstate the pagenumbering with location={header,right} Willi Johannes Graumann wrote: >Hello > >I have coded my 'Appendix' like so: > >\setuphead > [part] > [ > header=empty, > footer=empty, > alternative=middle, > placehead=yes, > resetnumber=no, > number=no, > style={ > \ss\switchtobodyfont[60pt]\setupinterlinespace[line=2.8ex] > }, > page=right > ] > >\startappendices >\setuppagenumbering[way=bytext,partnumber=no,conversion=numbers,location={header,right}] >\framed > [% > height=\textheight,% > frame=off,% > ] > { > \part{Appendices} > } >{\stopappendices} > >Which gives me a nicely vertically and horizontally centered title. One >problem remains though: I can't get rid of the page number. The >framed '\setuphead[part]' commands concerning header and footer are being >overruled and I can't figure out how to have an empty header for just the >page containing the frame. > >Thanks for any hints, > >Joh > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > >