From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33987 Path: news.gmane.org!not-for-mail From: cormullion@mac.com Newsgroups: gmane.comp.tex.context Subject: Re: page numbering in words? Date: Wed, 28 Mar 2007 12:03:09 +0100 Message-ID: <08CABBFD-D65F-414F-AE63-5ACEB9EFB7D6@mac.com> References: <39FF4EA0-9392-4D97-B347-BB50F6593F80@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175079819 30518 80.91.229.12 (28 Mar 2007 11:03:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2007 11:03:39 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 28 13:03:31 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HWVwA-00071L-Ly for gctc-ntg-context-518@m.gmane.org; Wed, 28 Mar 2007 13:03:30 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 30B762021A; Wed, 28 Mar 2007 13:03:27 +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 27942-08; Wed, 28 Mar 2007 13:03:22 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E9301201FA; Wed, 28 Mar 2007 13:03:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8909B201FA for ; Wed, 28 Mar 2007 13:03:17 +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 28336-04-4 for ; Wed, 28 Mar 2007 13:03:13 +0200 (CEST) Original-Received: from sceptre.pobox.com (sceptre.pobox.com [207.106.133.20]) by ronja.ntg.nl (Postfix) with ESMTP id 6219C1FFFA for ; Wed, 28 Mar 2007 13:03:13 +0200 (CEST) Original-Received: from sceptre (localhost.localdomain [127.0.0.1]) by sceptre.pobox.com (Postfix) with ESMTP id 7B8772EF for ; Wed, 28 Mar 2007 07:03:34 -0400 (EDT) Original-Received: from [192.168.0.2] (dyn-62-56-50-124.dslaccess.co.uk [62.56.50.124]) by sceptre.sasl.smtp.pobox.com (Postfix) with ESMTP id 3865D38154 for ; Wed, 28 Mar 2007 07:03:34 -0400 (EDT) In-Reply-To: <39FF4EA0-9392-4D97-B347-BB50F6593F80@mac.com> X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:33987 Archived-At: On 2007-03-26, at 17:39.0, cormullion@mac.com wrote: > is it possible to adjust options so as to get page numbering done in > words? Eg > > "one" "two" ..... "eighty-nine" ... "three hundred and sixty seven" ? I can't see how to do this in ConText. I can see that the first task - converting an integer to a string - could be done by a macro or external command, such as Wolfgang's zahl2string.... But how to do the second job - feed in a 'raw' pagenumber and output and print a converted one?