From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21214 Path: news.gmane.org!not-for-mail From: Frank Grieshaber Newsgroups: gmane.comp.tex.context Subject: enumerated lists Date: Thu, 07 Jul 2005 09:31:47 +0200 Message-ID: <42CCDA63.8000204@online-resourcen.de> References: <427530A1.4050108@online-resourcen.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120721767 19012 80.91.229.2 (7 Jul 2005 07:36:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 07:36:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 07 09:36:05 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 1DqQv0-0006aE-Et for gctc-ntg-context-518@m.gmane.org; Thu, 07 Jul 2005 09:35:34 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DCB6D12811; Thu, 7 Jul 2005 09:35:33 +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 17743-04-2; Thu, 7 Jul 2005 09:35:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F24AD12807; Thu, 7 Jul 2005 09:35:30 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6C91212807 for ; Thu, 7 Jul 2005 09:35:29 +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 17680-09-2 for ; Thu, 7 Jul 2005 09:35:28 +0200 (CEST) Original-Received: from server5.web4a.de (server5.web4a.de [82.149.231.244]) by ronja.ntg.nl (Postfix) with ESMTP id 9EE5C12801 for ; Thu, 7 Jul 2005 09:35:28 +0200 (CEST) Original-Received: from [85.178.54.64] (e178054064.adsl.alicedsl.de [85.178.54.64]) by server5.web4a.de (server5.web4a.de) with ESMTP id 9C4B7C8066; Thu, 7 Jul 2005 09:35:25 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: de-DE, de, en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <427530A1.4050108@online-resourcen.de> X-Virus-Scanned: 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21214 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21214 Hello all (esp. the ConTeXt-Developers), some time ago I sent the following email to this list and got no reply so I'm resending it. Is there any possibility that this feature will be part of the next/one of the next ConTeXt-versions? Frank > Dear all, > I have a manuscript with long nested numbered enumerations and I want > the numbers of all levels to be printed automatically like: > > 1. one > 1.1 one-one > 1.2 one-two > 2. two > 2.1 two-one > 2.2.1 two-two-one > ... > > Using the following prints only the current level's number, not all levels: > > \startitemize[n,packed] > \item > \item > \startitemize[m,packed] > \item > \item > \stopitemize > \item > \item > \stopitemize > > > For Latex there is the package paralist.sty for doing the desired > numbering, how can this be done with ConTeXt? > > Frank >