From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12576 Path: main.gmane.org!not-for-mail From: Adam Tee Newsgroups: gmane.comp.tex.context Subject: Resetting an enumeration Date: Wed, 02 Jul 2003 20:26:23 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <3F0331DF.1020902@ajtee.uklinux.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1057171371 6673 80.91.224.249 (2 Jul 2003 18:42:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2003 18:42:51 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jul 02 20:42:50 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19XmWS-0001TW-00 for ; Wed, 02 Jul 2003 20:40:04 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3911010B2E; Wed, 2 Jul 2003 20:40:29 +0200 (MEST) Original-Received: from mail2.uklinux.net (s4.uklinux.net [80.84.72.14]) by ref.ntg.nl (Postfix) with ESMTP id 8D15A10B2E for ; Wed, 2 Jul 2003 20:36:50 +0200 (MEST) Original-Received: from localhost (s4.uklinux.net [127.0.0.1]) by mail2.uklinux.net (Postfix) with ESMTP id DF27A409FBA for ; Wed, 2 Jul 2003 18:36:49 +0000 (UTC) Original-Received: from mail2.uklinux.net ([127.0.0.1]) by localhost (s4.uklinux.net [127.0.0.1:10024]) (amavisd-new) with ESMTP id 32369-01 for ; Wed, 2 Jul 2003 19:36:45 +0100 (BST) Original-Received: from ajtee.uklinux.net (bts-0495.dialup.zetnet.co.uk [194.247.49.239]) by mail2.uklinux.net (Postfix) with ESMTP id CFB2340A088 for ; Wed, 2 Jul 2003 18:06:43 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011023 Original-To: ntg-context X-Virus-Scanned: by amavisd-new Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: ajtee@ajtee.uklinux.net List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12576 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12576 Hi, In my source I have defined a new enumeration using the following \defineenumeration [mwfr] [location=left, text=MWFR] what I want to do is reset the number and specify the number. i.e. MWFR 1 - text MWFR 2 - text MWFR 3 - text MWFR 1 MWFR 2 MFWR 4 Is the solution straight forward. Thanks Adam