From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7034 Path: main.gmane.org!not-for-mail From: Bill McClain Newsgroups: gmane.comp.tex.context Subject: suppressing header and keeping footer Date: Tue, 26 Feb 2002 10:39:00 -0600 Sender: owner-ntg-context@let.uu.nl Message-ID: <3C7BBA24.A8178B08@salamander.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397529 15909 80.91.224.250 (23 Oct 2002 18:25:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:25:29 +0000 (UTC) Original-To: "ntg-context@ntg.nl" Xref: main.gmane.org gmane.comp.tex.context:7034 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7034 I have a document with page numbers in the footer and other text in the header. On the first page of a chapter I would like to suppress the header but keep the page number. \setuphead[chapter][header=none] (or header=empty) doesn't do what I would expect. The header is displayed on the chapter page as well as the others. Am I using the wrong feature? Here is a sample doc: * * * \setuppagenumbering [alternative=doublesided, location={footer, marginedge}] \setuphead[chapter] [number=no, page=right, header=none] \setupheadertexts [] [{\em{\getmarking[chapter]}}] [{\sc How I Did It}] [] \starttext \chapter{Introduction} First page of chapter. Should have footer but no header. \page Second page of chapter. Should have header and footer. \stoptext * * * -Bill