From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33963 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: page numbering in words? Date: Mon, 26 Mar 2007 20:16:07 +0200 Message-ID: <20070326201607.135a91c1.schuster.wolfgang@googlemail.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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174933028 20141 80.91.229.12 (26 Mar 2007 18:17:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 18:17:08 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Mar 26 20:16:56 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 1HVtk9-0001xC-8L for gctc-ntg-context-518@m.gmane.org; Mon, 26 Mar 2007 20:16:33 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7A47D202B4; Mon, 26 Mar 2007 20:16:32 +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 10741-02-2; Mon, 26 Mar 2007 20:16:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6A9F12027A; Mon, 26 Mar 2007 20:16:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC48820295 for ; Mon, 26 Mar 2007 20:16:20 +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 10754-02 for ; Mon, 26 Mar 2007 20:16:13 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by ronja.ntg.nl (Postfix) with ESMTP id 2369F201B7 for ; Mon, 26 Mar 2007 20:16:11 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id m2so1813249uge for ; Mon, 26 Mar 2007 11:16:10 -0700 (PDT) Original-Received: by 10.78.183.15 with SMTP id g15mr3136249huf.1174932970476; Mon, 26 Mar 2007 11:16:10 -0700 (PDT) Original-Received: from eve ( [194.94.240.124]) by mx.google.com with ESMTP id q28sm20881641nfc.2007.03.26.11.16.09; Mon, 26 Mar 2007 11:16:09 -0700 (PDT) In-Reply-To: <39FF4EA0-9392-4D97-B347-BB50F6593F80@mac.com> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.7; i686-pc-mingw32) 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:33963 Archived-At: On Mon, 26 Mar 2007 17:39:38 +0100 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" ? > > Or does this require some more work/code? Hi ???, I don't think there is something like this in ConTeXt. You can try to make somthing by yourself and start with the zahl2string [1] package for LaTeX and adapt it to ConTeXt. This should be not such a big problem, you need only to replace the \newcommand defintions with \def and replace the german texts with english ones or whatever language you like. [1] http://ctan.org/tex-archive/macros/latex/contrib/sauerj/ Wolfgang