From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11688 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: header/footer suppression Date: Fri, 28 Mar 2003 13:54:21 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87brzvk5xe.fsf@gundla.ch> References: 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 1048856289 8468 80.91.224.249 (28 Mar 2003 12:58:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2003 12:58:09 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 28 13:58:08 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 18ytQu-0002CI-00 for ; Fri, 28 Mar 2003 13:58:08 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6D48810B07; Fri, 28 Mar 2003 13:58:09 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ref.ntg.nl (Postfix) with ESMTP id 514C010AE7 for ; Fri, 28 Mar 2003 13:55:13 +0100 (MET) Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18ytO7-0006Fx-00 for ntg-context@ntg.nl; Fri, 28 Mar 2003 13:55:15 +0100 Original-Received: from [129.217.137.132] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18ytO7-0003tG-00 for ntg-context@ntg.nl; Fri, 28 Mar 2003 13:55:15 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18ytNF-0000Rs-00 for ; Fri, 28 Mar 2003 13:54:21 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: (Guy Worthington's message of "28 Mar 2003 19:58:05 +0800") Original-Lines: 31 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:11688 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11688 Guy Worthington writes: Hi Guy, > I can't get both a blank page inserted whenever a chapter finishes on > an odd page and also suppress my header on the first page of a > chapter. perhaps this hack will help you? > % output=pdftex > \starttext \setuphead [chapter] [page=yes,before={\ifodd\realpageno\else\page[empty]\noheaderandfooterlines\fi}, ] > \setupheadertexts > [chapter] > \setuppagenumbering[alternative=doublesided, > option=doublesided] what is this option=...? [...] Patrick