From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2267 Path: main.gmane.org!not-for-mail From: "Niels Aan de Brugh" Newsgroups: gmane.comp.tex.context Subject: [newbie]: nested enumerations Date: Sun, 11 Jun 2000 14:20:11 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3943A01B.14904.50BC2F@localhost> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035393055 7417 80.91.224.250 (23 Oct 2002 17:10:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:10:55 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:2267 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2267 Hi all, I have a little problem with nested enumerations. My ConTeXt code looks like this: guild \crlf {\it(n.)} \startopsomming[n, ruim, opelkaar] \som \startopsomming[a, opelkaar, aansluitend] \som An association of persons of the same trade or pursuits, formed to protect mutual interests and maintain standards. \som A similar association, as of merchants or artisans, in medieval times. \stopopsomming \som Ecology. One of four groups of plants, the lianas, epiphytes, saprophytes, and parasites, having a characteristic mode of existence that involves some dependence on other plant life. \stopopsomming When I typeset this code it looks like this: 1. a. An association ... b. A similar ... 2. Ecology ... As you may have guessed I'd like to have something like this: 1. a. An association ... b. A similar ... 2. Ecology ... I tried something with \vbox and \vtop, but this causes some overful boxes, and I don't want to add \crlf's manually to correct that. Does anyone have an idea how to fix this problem? Maybe I overlooked something. Thanks in advance. Niels Niels aan de Brugh (a.k.a. Smeagol)