From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16584 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: Re: setup of headers Date: Mon, 4 Oct 2004 19:43:00 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: References: <450FE4F3-15FA-11D9-B9F5-000A95B9ADE2@uni-bonn.de> <41617BBE.1080908@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096912089 13884 80.91.229.6 (4 Oct 2004 17:48:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2004 17:48:09 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 04 19:47:57 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CEWwG-0005bp-00 for ; Mon, 04 Oct 2004 19:47:56 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 763D11278B; Mon, 4 Oct 2004 19:47:56 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23009-03; Mon, 4 Oct 2004 19:47:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AE69112778; Mon, 4 Oct 2004 19:44:33 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0006112778 for ; Mon, 4 Oct 2004 19:44:31 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22917-02 for ; Mon, 4 Oct 2004 19:44:31 +0200 (CEST) Original-Received: from mailout07.sul.t-online.com (unknown [194.25.134.83]) by ronja.ntg.nl (Postfix) with ESMTP id 652BF126F8 for ; Mon, 4 Oct 2004 19:44:31 +0200 (CEST) Original-Received: from fwd02.aul.t-online.de by mailout07.sul.t-online.com with smtp id 1CEWsx-0003wD-02; Mon, 04 Oct 2004 19:44:31 +0200 Original-Received: from [192.168.0.2] (TD5udZZT8et1ieJQIPd89IhNbew3Ym2NgR3637eOP9JwEjxKX6VYsj@[217.81.188.200]) by fmrl02.sul.t-online.com with esmtp id 1CEWsl-1vzN8i0; Mon, 4 Oct 2004 19:44:19 +0200 In-Reply-To: <41617BBE.1080908@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619) X-ID: TD5udZZT8et1ieJQIPd89IhNbew3Ym2NgR3637eOP9JwEjxKX6VYsj@t-dialin.net X-TOI-MSGID: e017c8cc-2d81-4ac2-b10c-341b205414f1 X-Virus-Scanned: by 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16584 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16584 On Oct 4, 2004, at 6:35 PM, Hans Hagen wrote: > > this is the readable way: > > \showframe > > \setuppagenumbering[alternative=doublesiddd] > > \setupheadertexts[] > \setupheadertexts[\setups{text a}][][][\setups{text b}] > > \startsetups[text a] > \rlap{\pagenumber} > \hfill > \getmarking[chapter] > \hfill > \llap{whatever} > \stopsetups > > \startsetups[text b] > \rlap{whatever} > \hfill > \getmarking[section] > \hfill > \llap{\pagenumber} > \stopsetups > > \starttext > > \chapter{test chapter} \page \section{test section} > > \stoptext > > (it's up to you to submit it into the wiki) > > Hans Hans, thanks a lot, works wonderfully! I'll see that I actually understand your code and will then submit it to the wiki. Best Thomas