From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20180 Path: news.gmane.org!not-for-mail From: Ville Voipio Newsgroups: gmane.comp.tex.context Subject: Capitalized headings Date: Mon, 2 May 2005 20:49:45 +0300 Message-ID: <98D0564335EC4848A87BEDEFF4EA056B55BD@posti.kpatents.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1115056051 31856 80.91.229.2 (2 May 2005 17:47:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 May 2005 17:47:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon May 02 19:47:26 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 1DSext-0006SQ-Kv for gctc-ntg-context-518@m.gmane.org; Mon, 02 May 2005 19:44:18 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5D5CB12783; Mon, 2 May 2005 19:50: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 10686-02; Mon, 2 May 2005 19:50:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7B934127DF; Mon, 2 May 2005 19:46:46 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EACDD127DF for ; Mon, 2 May 2005 19:46:44 +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 10387-07-2 for ; Mon, 2 May 2005 19:46:44 +0200 (CEST) Original-Received: from mail.kpatents.com (mail.kpatents.com [195.170.128.67]) by ronja.ntg.nl (Postfix) with SMTP id 281D812783 for ; Mon, 2 May 2005 19:46:44 +0200 (CEST) Original-Received: (qmail 32152 invoked from network); 2 May 2005 17:46:44 -0000 Original-Received: from unknown (HELO posti.kpatents.com) (192.168.100.180) by mail.kpatents.com with SMTP; 2 May 2005 17:46:44 -0000 Original-Received: by posti.kpatents.com with Internet Mail Service (5.5.2653.19) id <12P9V433>; Mon, 2 May 2005 20:49:49 +0300 Original-To: "'ntg-context@ntg.nl'" X-Mailer: Internet Mail Service (5.5.2653.19) 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 Xref: news.gmane.org gmane.comp.tex.context:20180 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20180 I've been trying to make capitalized (uppercase) headings with little success. I'd like to have the titles simply capitalized as with \cap or \WORD. A minimal example: --- \setuphead[title][style=WORD] \starttext \title{This is a title} The title should be \cap{capitalized} or \WORD{capitalized}. \stoptext --- What should I give as the style? I have tried the following: style=WORD -> no effect style=Caps -> no effect style=uppercased -> no effect style=CAP -> no effect style=Cap -> no effect style=cap -> error style=kap -> error style=smallcaps -> small caps (when the font supports) It is interesting to get an error message for the "style=cap", because this is one of the listed options in the definition of \setuphead in the manual. What did a do wrong? - Ville