From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4940 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Numbered definitions Date: Thu, 05 Jul 2001 23:43:40 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20010705234340.010c9e50@server-1> References: <5.1.0.14.0.20010705123758.00a9fd28@public.uni-hamburg.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035395569 29983 80.91.224.250 (23 Oct 2002 17:52:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:52:49 +0000 (UTC) Cc: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= , ConTeXt mailing list Original-To: Tarik Kara In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:4940 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4940 The next setup demos some of what you want: % output=pdftex \starttext \defineblock[moretest] \defineenumeration [test] [location=serried,width=broad,distance=2em] \def\startanothertest {\dosingleempty\dostartanothertest} \def\dostartanothertest[#1]#2% {\bgroup \setupenumerations[test][right={\quad(#2)}]% \starttest[#1]} \def\stopanothertest {\stoptest \egroup} \beginmoretest [important] \starttest \dorecurse{10}{the first one } \stoptest \endmoretest \beginmoretest \startanothertest {name} \dorecurse{10}{the second one } \stopanothertest \endmoretest \beginmoretest [important] \startanothertest {name} \dorecurse{10}{the second one } \stopanothertest \endmoretest well, \nomoreblocks \reset[test] \useblocks[moretest][important] \stoptext ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------