From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23406 Path: news.gmane.org!not-for-mail From: Alan Bowen Newsgroups: gmane.comp.tex.context Subject: first page puzzle Date: Fri, 11 Nov 2005 08:08:23 -0500 Message-ID: <33F7746C-8473-40C1-8DEB-FA16A123A7B5@princeton.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1131714647 15897 80.91.229.2 (11 Nov 2005 13:10:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Nov 2005 13:10:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 11 14:10:41 2005 Return-path: 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 1EaYe6-0007ts-1F for gctc-ntg-context-518@m.gmane.org; Fri, 11 Nov 2005 14:08:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6261F127FE; Fri, 11 Nov 2005 14:08:40 +0100 (CET) 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 31726-05; Fri, 11 Nov 2005 14:08:35 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C0B5127A0; Fri, 11 Nov 2005 14:08:35 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ABA96127A0 for ; Fri, 11 Nov 2005 14:08:32 +0100 (CET) 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 31725-05-2 for ; Fri, 11 Nov 2005 14:08:31 +0100 (CET) Original-Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by ronja.ntg.nl (Postfix) with ESMTP id 9F92E12792 for ; Fri, 11 Nov 2005 14:08:29 +0100 (CET) Original-Received: from [10.0.0.145] ([70.106.119.199]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IPS00H62KHZU0B0@vms046.mailsrvcs.net> for Ntg-context@ntg.nl; Fri, 11 Nov 2005 07:08:24 -0600 (CST) Original-To: mailing ConTeXt users list for X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:23406 Archived-At: The following code \setuphead[chapter][page=3Dyes]=09 \setuppagenumbering[alternative=3Ddoublesided] \setuppagenumbering[location=3D{header, middle},state=3Dnomarking]= \installpagebreakhandler{last}{} =09 \definehead[Item][title] \setupsectionblock[Item][number=3Dno,page=3Dright] = \setuphead[Item][after=3D{\blank[2*big]},alternative=3Dmiddle,style=3D{\tf= a=20 \rm}] \setuphead[Item][header=3Dhigh,footer=3D{}] \setupheadertexts[text] [{\sc\ItemTitle}] [\pagenumber] [\pagenumber] [{\it xxxxx}] produces no header or footer on the first page, just as I want, in a =20 multi-page document. What I am not seeing is why the same code =20 produces a header (=93ItemTitle....pagenumber=94) when the document is =20= only one page in length. I realize that I can insert \setupheader[state=3Dhigh] in the source =20 file of my single-page documents to get what I want, but that would =20 still leave me puzzled. Any suggestions/explanations would be much appreciated. Alan