From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18230 Path: main.gmane.org!not-for-mail From: cormullion Newsgroups: gmane.comp.tex.context Subject: Setting up header text Date: Thu, 10 Feb 2005 17:56:38 +0000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1108058355 27339 80.91.229.2 (10 Feb 2005 17:59:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 17:59:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 10 18:59:12 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1CzIYd-0006I2-Nh for gctc-ntg-context-518@m.gmane.org; Thu, 10 Feb 2005 18:56:52 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BEC2F127B3; Thu, 10 Feb 2005 18:58:35 +0100 (CET) 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 32401-02; Thu, 10 Feb 2005 18:58:35 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B89B51278D; Thu, 10 Feb 2005 18:56:46 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 42A841278D for ; Thu, 10 Feb 2005 18:56:45 +0100 (CET) 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 32362-01-3 for ; Thu, 10 Feb 2005 18:56:44 +0100 (CET) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by ronja.ntg.nl (Postfix) with ESMTP id 483811276F for ; Thu, 10 Feb 2005 18:56:44 +0100 (CET) Original-Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j1AHugee028858 for ; Thu, 10 Feb 2005 09:56:42 -0800 (PST) Original-Received: from [10.0.1.2] ([217.205.244.155]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j1AHuago015053 for ; Thu, 10 Feb 2005 09:56:40 -0800 (PST) Original-To: ConTeXt mailing list X-Priority: 3 X-Mailer: Mailsmith 2.1.4 (Blindsider) 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18230 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18230 I=E2=80=99m trying to use \setupheadertexts to set up the headers to a spec= ification. Is it possible to insert text between the various =E2=80=98chapt= er/section=E2=80=99 keys? What I want is something like this: | section =E2=80=9CChapter =E2=80=9C chapternumber =E2=80=9C-=E2= =80=9D chapter | | =E2=80=9CChapter =E2=80=9C chapternumber =E2=80=9C-= =E2=80=9D chapter section | where the =E2=80=9C|=E2=80=9D is a page edge, on a double-sided layout, and= the =E2=80=9CChapter=E2=80=9Ds are literal strings, rather than the keys. I=E2=80=99m not clear from the command description whether this is possible= =2E If not, might a clever macro do it? thanks=20