From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33965 Path: news.gmane.org!not-for-mail From: cormullion@mac.com Newsgroups: gmane.comp.tex.context Subject: Re: page numbering in words? Date: Mon, 26 Mar 2007 19:44:10 +0100 Message-ID: References: <39FF4EA0-9392-4D97-B347-BB50F6593F80@mac.com> <20070326201607.135a91c1.schuster.wolfgang@googlemail.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 1174934672 29240 80.91.229.12 (26 Mar 2007 18:44:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 18:44:32 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Mar 26 20:44:26 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 1HVuB8-0007R8-2b for gctc-ntg-context-518@m.gmane.org; Mon, 26 Mar 2007 20:44:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF729203DA; Mon, 26 Mar 2007 20:44:25 +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 13120-08-3; Mon, 26 Mar 2007 20:44:21 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 20173203D7; Mon, 26 Mar 2007 20:44:20 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 58463203D7 for ; Mon, 26 Mar 2007 20:44:18 +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 13120-08-2 for ; Mon, 26 Mar 2007 20:44:17 +0200 (CEST) Original-Received: from sceptre.pobox.com (sceptre.pobox.com [207.106.133.20]) by ronja.ntg.nl (Postfix) with ESMTP id 76221203C9 for ; Mon, 26 Mar 2007 20:44:14 +0200 (CEST) Original-Received: from sceptre (localhost.localdomain [127.0.0.1]) by sceptre.pobox.com (Postfix) with ESMTP id 6193F2F0 for ; Mon, 26 Mar 2007 14:44:35 -0400 (EDT) Original-Received: from [192.168.0.4] (dyn-62-56-50-124.dslaccess.co.uk [62.56.50.124]) by sceptre.sasl.smtp.pobox.com (Postfix) with ESMTP id BAB1439ED6 for ; Mon, 26 Mar 2007 14:44:34 -0400 (EDT) In-Reply-To: <20070326201607.135a91c1.schuster.wolfgang@googlemail.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:33965 Archived-At: On 2007-03-26, at 19:16.0, Wolfgang Schuster wrote: > 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? > 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. Thanks - it does look quite complicated! But this is a good start...