From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2104 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: question about header Date: Thu, 25 May 2000 00:15:27 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20000525001527.008356d0@pop.wxs.nl> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035392892 5944 80.91.224.250 (23 Oct 2002 17:08:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:08:12 +0000 (UTC) Cc: NTG-ConTeXt Original-To: "Mr. Wang Lei" In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:2104 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2104 At 09:38 AM 5/22/2000 +0800, Mr. Wang Lei wrote: >Hi, > I want to make odd page header text is and even page >header text is , they are all placed in the middle the header. >when I use \setupheadertexts[text odd][text even] >or \setupheadertexts[text odd][][text even][], the result >always place the header in right and left other than middle and >the pagenumber displayed in the middle! how could I do? How about: \setupheadertexts[\hfill text odd \hfill][\hfill text even\hfill] > Another question is that I want put a line below the header, >so I use the background as follows: > >\setupbackgrounds[header][text][frame=off,bottomframe=on] > >the line appears, but even if in the chapter page which >I have disable the header and footer it also appears. >How can I let the line disappear in the first page of the >chapter? \setuplayout [margin=0cm] % otherwise funny side effect, I will correct that \setupheader [text] [after={\blackrule[width=\textwidth,height=0pt,depth=1pt] \setupheadertexts[oeps] \noheadersandfooters test \page test You can influence the distance with the height and distance of the header. For the moment a better alternative is: \setupheadertexts[{\framed[....]{some text}}] Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl -----------------------------------------------------------------