From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19681 Path: news.gmane.org!not-for-mail From: Paul Tremblay Newsgroups: gmane.comp.tex.context Subject: controlling space between paragraphs in list Date: Thu, 7 Apr 2005 22:19:20 -0400 Message-ID: <20050408021920.GA17580@localhost.localdomain> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112926649 387 80.91.229.2 (8 Apr 2005 02:17:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Apr 2005 02:17:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 08 04:17:26 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 1DJj3N-0004BZ-Ac for gctc-ntg-context-518@m.gmane.org; Fri, 08 Apr 2005 04:17:01 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 68B9012824; Fri, 8 Apr 2005 04:19:23 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07496-07; Fri, 8 Apr 2005 04:19:20 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13EE61288A; Fri, 8 Apr 2005 04:19:19 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BBBE41288A for ; Fri, 8 Apr 2005 04:19:17 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07791-01 for ; Fri, 8 Apr 2005 04:19:16 +0200 (CEST) Original-Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by ronja.ntg.nl (Postfix) with ESMTP id DA9F512824 for ; Fri, 8 Apr 2005 04:19:15 +0200 (CEST) Original-Received: from [192.107.41.39] (helo=iglou4.iglou.com) by rdsmtp.iglou.com with esmtp (8.12.5/8.12.5) id 1DJj5W-0000xB-St for ntg-context@ntg.nl; Thu, 07 Apr 2005 22:19:14 -0400 Original-Received: from [64.253.97.143] (helo=localhost.localdomain) by iglou4.iglou.com with esmtp (8.12.5/8.12.5) id 1DJj5W-0000x8-Og for ntg-context@ntg.nl; Thu, 07 Apr 2005 22:19:14 -0400 Original-Received: by localhost.localdomain (Postfix, from userid 501) id 2DFB51BBAD; Thu, 7 Apr 2005 22:19:20 -0400 (EDT) Original-To: context mailing list Mail-Followup-To: context mailing list Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19681 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19681 According to the big ConTeXt manual, one should use \head for an item in a list with more than one paragraph: \startitemize \head first paragarph...\par second paragraph... \stopitemize Is there a way to control the amount of space *between* head paragraph that are part of the head? I know how to control the space between items, but what if you want a different space between the paragraphs in an item. (This is not so unusual a desire; you might want to less space to make things tighter.) Right now, I can do this: \setupwhitespace[8pt] \startitemize \item first paragarph...\par second paragraph... \stopitemize But then ConTeXt might not take care of the paragraphs nicely when breaking between pages. Thanks Paul -- ************************ *Paul Tremblay * *phthenry@iglou.com * ************************