From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/745 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: Headers and footers Date: Tue, 24 Aug 1999 16:28:13 -0700 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.5.32.19990824162813.00b368b0@mail.northcoast.com> References: <3.0.5.32.19990822004508.00b2adc0@mail.northcoast.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035391587 26671 80.91.224.250 (23 Oct 2002 16:46:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:46:27 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <37C0571C.5945215C@wxs.nl> Xref: main.gmane.org gmane.comp.tex.context:745 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:745 All, I tired Hans' idea: >Or how about: > >\definebackground > [top][text] > [frame=off, > bottomframe=on, > offset=0pt, > rulethickness=1pt] But this puts the line on top of my headers, and it puts a line on the beginning chapter page, which I do not want. I'm close. Maybe somebody can help me over the hump. Here is what I have: \setupbodyfont[11pt] \setupindenting[medium] \setuppagenumbering[location=] \setupheadertexts [Chapter {\getmarking[chapternumber][first]}. {\getmarking[chapter][first]}][pagenumber] [Section {\getmarking[sectionnumber][first]}. {\getmarking[section][first]}][pagenumber] \definetext [start of chapter] [footer] [pagenumber] \setuphead [chapter] [footer=start of chapter, header=high] \setupbackgrounds [top][text] [frame=off, bottomframe=on, offset=0pt, rulethickness=1pt] \starttext \startfrontmatter \completecontent \stopfrontmatter \startbodymatter \input chap1/chap1 \input chap2/chap2 \stopbodymatter \startbackmatter \stopbackmatter \startappendices \stopappendices \stoptext