From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16581 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: setup of headers Date: Mon, 4 Oct 2004 13:41:02 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <450FE4F3-15FA-11D9-B9F5-000A95B9ADE2@uni-bonn.de> 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 1096890171 12212 80.91.229.6 (4 Oct 2004 11:42:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2004 11:42:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 04 13:42:33 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 1CEREf-0000A9-00 for ; Mon, 04 Oct 2004 13:42:33 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 57B531278A; Mon, 4 Oct 2004 13:42:32 +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 21276-06; Mon, 4 Oct 2004 13:42:29 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 00DA212778; Mon, 4 Oct 2004 13:42:28 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 26AAE12778 for ; Mon, 4 Oct 2004 13:42:27 +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 21258-06-4 for ; Mon, 4 Oct 2004 13:42:26 +0200 (CEST) Original-Received: from mailout05.sul.t-online.com (unknown [194.25.134.82]) by ronja.ntg.nl (Postfix) with ESMTP id 8A612126F8 for ; Mon, 4 Oct 2004 13:42:26 +0200 (CEST) Original-Received: from fwd04.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1CEREY-0001Sx-08; Mon, 04 Oct 2004 13:42:26 +0200 Original-Received: from [192.168.0.2] (ZG8+5ZZVoeiEC7m8Q1UgKTY4QRAWwGwqx3iKIPmLUzuZnDhnP5by6w@[217.81.188.200]) by fmrl04.sul.t-online.com with esmtp id 1CEREQ-0OnQRM0; Mon, 4 Oct 2004 13:42:18 +0200 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619) X-ID: ZG8+5ZZVoeiEC7m8Q1UgKTY4QRAWwGwqx3iKIPmLUzuZnDhnP5by6w@t-dialin.net X-TOI-MSGID: 4172f9c5-2dec-48db-807d-cc9c2d35bb6f 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:16581 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16581 Hi, found an old thread in the list archives, Adam Warner and Hans, but there was no real conclusion. Can this be done in ConTeXt? I want the following setup for my headers: mirror doublesided, on the even pages pagenumber leftaligned, chaptertitle midaligned; odd pages sectiontitle midaligned, pagenumber rightaligned; like so: 9______chapter______ || ______section______10 If I am not completely mistaken, setupheadertexts takes either one argument (identical header fo all pages, midaligned) or two (identical header for all pages, rightaligned/leftaligned) or four (mirroring even/odd headers, rightaligned/leftaligned). I think what we need here would be for \setupheadertexts to accept SIX arguments: \setupheadertexts[even left][even middle][even right][odd left][odd middle][odd right] Or is there another way to do this, and I'm just too stupid to see it? Best Thomas