From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13347 Path: main.gmane.org!not-for-mail From: "Pawel Jackowski na Onet" Newsgroups: gmane.comp.tex.context Subject: special _______________________ headertexts Date: Fri, 19 Sep 2003 09:01:49 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <000501c37e7b$f24262e0$0500a8c0@best> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063956225 21393 80.91.224.253 (19 Sep 2003 07:23:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2003 07:23:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Sep 19 09:23:43 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0FcF-0007Oi-00 for ; Fri, 19 Sep 2003 09:23:43 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A238310B23; Fri, 19 Sep 2003 09:23:41 +0200 (MEST) Original-Received: from smtp1.poczta.onet.pl (smtp1.poczta.onet.pl [213.180.130.31]) by ref.ntg.nl (Postfix) with ESMTP id CFE0D10B1D for ; Fri, 19 Sep 2003 09:17:27 +0200 (MEST) Original-Received: from pa36.debniki.sdi.tpnet.pl ([213.77.147.36]:18180 "HELO best") by ps1.test.onet.pl with SMTP id ; Fri, 19 Sep 2003 09:02:10 +0200 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:13347 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13347 Hi! As usually chick got a problem which seems to have easy answer. Let's say I want to set header/footer text which has the following order: chaptername _____________________________ pagenumber I tried \setupheadertexts[\thinrule] \setupheadertexts[chapter][pagenumber][pagenumber][chapter] but that is not what I really need. Chaptername and pagenumber are underlined by thinrule and I want to separate thinrule and text with given glue/kern. I hardly try to avoid construction such as: \setupheadertexts[\ifodd\pageno\line{\chaptername \hrulefill \pagenumber}\else...\fi] where \chaptername is a previously defined reference to chapter title... Is there any other way to do that? I'm sure there is... Pawe/l