From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15444 Path: main.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: Re: itemize Date: Mon, 21 Jun 2004 10:39:14 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <7A02B152-C35E-11D8-BAAC-00039318D414@uni-bonn.de> References: <40D47482.9060401@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1087807353 29269 80.91.224.253 (21 Jun 2004 08:42:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2004 08:42:33 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jun 21 10:42:24 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BcKNk-0000Wc-00 for ; Mon, 21 Jun 2004 10:42:24 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 30FBF10B6D; Mon, 21 Jun 2004 10:42:16 +0200 (MEST) Original-Received: from f2node23.rhrz.uni-bonn.de (node23.rhrz.uni-bonn.de [131.220.14.223]) by ref.ntg.nl (Postfix) with ESMTP id 382F610B6A for ; Mon, 21 Jun 2004 10:39:19 +0200 (MEST) Original-Received: from [131.220.89.142] (homer.philologie.uni-bonn.de [131.220.89.142]) by f2node23.rhrz.uni-bonn.de (AIX4.3/8.9.3/8.9.3) with ESMTP id KAA47402 for ; Mon, 21 Jun 2004 10:39:15 +0200 In-Reply-To: <40D47482.9060401@boede.nl> Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.618) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15444 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15444 Me stupid! Willi, this message made my day. I've been using ConTeXt for more than a year now, but I was never able to figure out what setupitemize [.1.] .1. number each meant. So it's the level of itemization. Thanks, that should make things easier. And many thanks to Patrick and to you for pointing out the left= option. ConTeXt and the number of options it gives never cease to amaze me! All best Thomas On Jun 19, 2004, at 7:14 PM, Willi Egger wrote: > Of course Patrick's answer works. Another aproach is to use the > \setupitemize command. This gives you more control over the spacing > between the symbol and the text. > > \setupitemize > [1] %level of itemization > [broad,atnmargin] > [margin=no, > distance=5em, > stopper=, > left=Idea , > right=:] > > \startitemize[a] > \item Text Text Text Text Text Text Text Text Text Text Text Text > Text Text Text Text Text Text Text Text Text Text Text Text > Text Text Text Text Text Text Text Text Text Text > \item Text Text Text Text Text Text Text Text Text Text Text Text > Text Text Text Text Text Text Text Text Text Text Text Text > Text Text Text Text Text Text Text Text Text Text > \stopitemize > \stoptext > > Kind regards > > Willi >