From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20670 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: \startitemize[beforehead=xxx] Date: Fri, 3 Jun 2005 23:15:31 +0200 (CEST) Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1117833291 30365 80.91.229.2 (3 Jun 2005 21:14:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Jun 2005 21:14:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jun 03 23:14:41 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 1DeJUI-0003Cx-I6 for gctc-ntg-context-518@m.gmane.org; Fri, 03 Jun 2005 23:13:54 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2DF8E1278D; Fri, 3 Jun 2005 23:17:12 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16241-02; Fri, 3 Jun 2005 23:17:08 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A6FA12791; Fri, 3 Jun 2005 23:17:08 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A394712791 for ; Fri, 3 Jun 2005 23:17:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16052-04 for ; Fri, 3 Jun 2005 23:17:05 +0200 (CEST) Original-Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by ronja.ntg.nl (Postfix) with ESMTP id E37F21278D for ; Fri, 3 Jun 2005 23:17:05 +0200 (CEST) Original-Received: from gaston.free.fr (rennes-1-62-147-99-67.dial.proxad.net [62.147.99.67]) by postfix3-2.free.fr (Postfix) with ESMTP id F217BC071 for ; Fri, 3 Jun 2005 23:17:04 +0200 (CEST) Original-Received: by gaston.free.fr (Postfix, from userid 500) id 86F3613C04E; Fri, 3 Jun 2005 23:15:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.free.fr (Postfix) with ESMTP id 3440C14810C for ; Fri, 3 Jun 2005 23:15:32 +0200 (CEST) X-X-Sender: peter@gaston.free.fr Original-To: ConTeXt list X-Virus-Scanned: 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20670 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20670 Hello, does somebody know how to get some space between two \head entries in the ConTeXt-way? I tried the following, but without success: \starttext begin \startitemize[packed][beforehead=\blank,headstyle=bold] \head head\par line \head head\par line \head head\par line \stopitemize end \stoptext Only with the following hack, I get the desired result: \starttext begin \startitemize[packed][headstyle=bold] \let\headO\head \def\head{\blank\headO} \head head\par line \head head\par line \head head\par line \stopitemize end \stoptext Cheers, Peter -- http://pmrb.free.fr/contact/