From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21964 Path: news.gmane.org!not-for-mail From: Olivier Newsgroups: gmane.comp.tex.context Subject: Uppercase in headers Date: Wed, 17 Aug 2005 16:33:40 +0200 Message-ID: <20050817143340.GA7009@blackowl.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1124289360 1932 80.91.229.2 (17 Aug 2005 14:36:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Aug 2005 14:36:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 17 16:35:58 2005 Return-path: 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 1E5OzE-00017R-GC for gctc-ntg-context-518@m.gmane.org; Wed, 17 Aug 2005 16:33:48 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 44AFE127D7; Wed, 17 Aug 2005 16:33:48 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16722-04-4; Wed, 17 Aug 2005 16:33:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7BC94127B7; Wed, 17 Aug 2005 16:33:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 49425127B7 for ; Wed, 17 Aug 2005 16:33:43 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16722-04-3 for ; Wed, 17 Aug 2005 16:33:42 +0200 (CEST) Original-Received: from smtp4.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.27]) by ronja.ntg.nl (Postfix) with ESMTP id 7CDDA127A0 for ; Wed, 17 Aug 2005 16:33:42 +0200 (CEST) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0406.wanadoo.fr (SMTP Server) with ESMTP id A23021C00268 for ; Wed, 17 Aug 2005 16:33:41 +0200 (CEST) Original-Received: from moramora (ASt-Lambert-151-1-16-49.w82-120.abo.wanadoo.fr [82.120.110.49]) by mwinf0406.wanadoo.fr (SMTP Server) with ESMTP id 833A71C00266 for ; Wed, 17 Aug 2005 16:33:41 +0200 (CEST) X-ME-UUID: 20050817143341537.833A71C00266@mwinf0406.wanadoo.fr Original-Received: from vony by moramora with local (Exim 4.52) id 1E5Oz6-0001pT-Pt for ntg-context@ntg.nl; Wed, 17 Aug 2005 16:33:40 +0200 Original-To: ntg-context@ntg.nl Mail-Followup-To: ntg-context@ntg.nl Content-Disposition: inline X-Operating-System: "Debian GNU/Linux" User-Agent: Mutt/1.5.9i X-Virus-Scanned: 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21964 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21964 Hi, I would like to set the headers all caps, but not the title of the section in the body text. This setting %\setupheader[text][style={\WORD}] % <- does not work \setupheadertexts[text][\setups{run:left}][][][\setups{run:right}] \startsetups run:left \CapHeadFont\pagenumber\qquad\WORD{\getmarking[section]} \stopsetups eats the section title in the headers. What should I do to get it right? Thanks, Olivier