From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14010 Path: main.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Yet another itemize question Date: Tue, 4 Nov 2003 21:22:45 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067977809 9635 80.91.224.253 (4 Nov 2003 20:30:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 20:30:09 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Nov 04 21:30:07 2003 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 1AH7oU-0008GI-00 for ; Tue, 04 Nov 2003 21:30:07 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DFA1910B2D; Tue, 4 Nov 2003 21:29:56 +0100 (MET) 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 0F71F10B2D for ; Tue, 4 Nov 2003 21:22:54 +0100 (MET) Original-Received: from uni-bonn.de ([131.220.91.141]) by f2node23.rhrz.uni-bonn.de (AIX4.3/8.9.3/8.9.3) with ESMTP id VAA50480 for ; Tue, 4 Nov 2003 21:22:40 +0100 Original-To: X-Mailer: Apple Mail (2.552) 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:14010 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14010 Is this a bug or a feature? Please compare these two setups: \setupitemize[1][n,inmargin][margin=2em,alignment=left,stopper=)] This does what I want: I get a numbered list with numbers aligned raggedleft. \setupitemize[n,inmargin][margin=2em,alignment=left,stopper=)] According to the manual, this should do exactly the same. But I get a list with bullets. My problem is that I want two different kind of lists in my document, and when I use definition # 1, all the lists seem to be numbered, even if I specify \startitemize[2,packed,joinedup] later on. Any hints will be welcome! Best Thomas