From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11709 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: header/footer suppression Date: Sat, 29 Mar 2003 15:39:15 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87n0jew830.fsf@gundla.ch> References: <87brzvk5xe.fsf@gundla.ch> <8765q2le8c.fsf@gundla.ch> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048948946 21292 80.91.224.249 (29 Mar 2003 14:42:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2003 14:42:26 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Mar 29 15:42:25 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18zHXN-0005XH-00 for ; Sat, 29 Mar 2003 15:42:25 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 03CFD10B1F; Sat, 29 Mar 2003 15:42:28 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ref.ntg.nl (Postfix) with ESMTP id BA8D310AE7 for ; Sat, 29 Mar 2003 15:39:28 +0100 (MET) Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18zHUZ-00014B-00 for ntg-context@ntg.nl; Sat, 29 Mar 2003 15:39:31 +0100 Original-Received: from [129.217.137.190] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18zHUY-0007G0-00 for ntg-context@ntg.nl; Sat, 29 Mar 2003 15:39:31 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18zHUJ-0001A1-00 for ; Sat, 29 Mar 2003 15:39:15 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: (Guy Worthington's message of "29 Mar 2003 20:28:27 +0800") Original-Lines: 36 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11709 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11709 Guy Worthington writes: Hello, > You've a good success rate -- first time you haven't read my mind. perhaps I anticipated that the problem would give me a headache. Your wish is beyond my ConTeXt knowlege. Ask me again in a year :) One problem is that with \setuphead[chapter][page=yes] the chapter can start on an even page. On that page the setup from \definetext[chapter]... is taken. Then, with my previously suggested hack, ConTeXt goes to the next page. There you have to setup your header/footer manually, but reset it again on next page. With [page=right] ConTeXt has no way(?) of knowing that it should leave the even page blank. I suggest that "we" add a new keyword to setuphead (no idea what to name it, perhaps skippages=blank) and Hans does some miracle-coding in \dohandelpaginaafB (or wherever). And/or: we could use a keyword in setupheader,setupfooter,...: state=once. This way we could setup a headertext and don't have to worry about it on next page. Patrick But there is probably a) a switch already in ConTeXt, that I haven't seen or b) Hans has just needed such code, so it is already in the pre-beta ...