From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3708 Path: main.gmane.org!not-for-mail From: "Richard Hensh" Newsgroups: gmane.comp.tex.context Subject: packing Date: Tue, 2 Jan 2001 14:49:47 -0500 Sender: owner-ntg-context@let.uu.nl Message-ID: Reply-To: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035394433 19490 80.91.224.250 (23 Oct 2002 17:33:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:33:53 +0000 (UTC) Original-To: Xref: main.gmane.org gmane.comp.tex.context:3708 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3708 Hello, How would one reduce the vertical whitespace between {\em User} and the description in the list environment below? Using the \startpacked macro seems to be overkill. Besides, I just want to reduce it, not eliminate it. thanks ricky \defineenumeration [Level] [text=Level, location=left, separator={--}, between=, before=, after=] \def\MyLabel#1{{\bf #1}} \setupindentations [separator={~},distance=2em] \defineindenting[LevInd][text=] \startpacked \Level {\em User 1} \LevInd ...description... \stoppacked \startpacked \Level {\em User 2} \LevInd ...description... \stoppacked