From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1692 Path: main.gmane.org!not-for-mail From: "Gilbert van den Dobbelsteen" Newsgroups: gmane.comp.tex.context Subject: Re: \definestartstop Date: Tue, 22 Feb 2000 10:15:11 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <002d01bf7d15$63911160$1901a8c1@loginbv.com> References: <38B16959.B549ED6B@econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035392508 2421 80.91.224.250 (23 Oct 2002 17:01:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:01:48 +0000 (UTC) Original-To: "Michal Kvasnicka" , "Context" Xref: main.gmane.org gmane.comp.tex.context:1692 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1692 > Hallo! > > Why this stuff doesn't work (and to improve it)? > > \definestartstop[vycet][before=\startitemize,after=\stopitemize] > > or rather > > \definestartstop[vycet][before=\startitemize[n],after=\stopitemize] This doesn't work in conTeXt due to the nature of TeX *and* due to the implementation of \stopitemize. \stopitemize is a special macro, which does special thing. The way to implement custom itemisation is too change the behaviour of startitemize usding \setupitemize. Gilbert.