From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/74720 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Pablo_Rodr=EDguez?= Newsgroups: gmane.comp.tex.context Subject: bug with \setuplist[alternative=d,margin=2em]? Date: Sun, 26 Feb 2012 16:32:50 +0100 Message-ID: <4F4A50A2.5000504@web.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1330270415 19847 80.91.229.3 (26 Feb 2012 15:33:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Feb 2012 15:33:35 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Feb 26 16:33:34 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S1g6P-0002WJ-RQ for gctc-ntg-context-518@m.gmane.org; Sun, 26 Feb 2012 16:33:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0A06CCB259; Sun, 26 Feb 2012 16:33:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ioX7+C+rUuX4; Sun, 26 Feb 2012 16:33:30 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 82C6DCB251; Sun, 26 Feb 2012 16:33:30 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 91C6CCB251 for ; Sun, 26 Feb 2012 16:33:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MD2bTkiHIDLO for ; Sun, 26 Feb 2012 16:33:18 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id 4F6D9CB222 for ; Sun, 26 Feb 2012 16:33:18 +0100 (CET) Original-Received: from fmmailgate07.web.de (fmmailgate07.web.de [217.72.192.248]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q1QFXH3b018093 for ; Sun, 26 Feb 2012 16:33:17 +0100 Original-Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate07.web.de (Postfix) with ESMTP id EB908CB9F08 for ; Sun, 26 Feb 2012 16:32:56 +0100 (CET) Original-Received: from [192.168.1.33] ([83.60.84.17]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0LwZA7-1SVCdD2Wtz-018Fl1; Sun, 26 Feb 2012 16:32:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 X-Provags-ID: V02:K0:r5133ybEK/Qdx2W5nj1n9d4uFrDladYXDP7e8kJbUih ww5h/k0W1EW7BZbXZqz2dHLPI5+jGHB+hOd6rgAEZWnucSg/CI N6JogmR/yTOdS+0nP/H30K7oX4RowuKc2l/QL5r8hksLcm4Ka1 fbbNHE59ulWgW0Hjyk62hkvIlZIuDmy6tAtMWtImsp1FGiwSCm PbWoPNVBOvVAP4ZcWnEvw== X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=217.72.192.248; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0bGCDxh9t - 05822d6b1fc0 - 20120226 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:74720 Archived-At: Hi there, \setuplist[alternative=d,margin=2em] is shown right on the first item from the sample below, but not on the last one: \setuplist[part][alternative=b] \setuplist[chapter][alternative=d,margin=2em] \starttext \completecontent \part{Part} \chapter{Chapter} a \part{Part} \chapter{Chapter} b \stoptext This happens since previous beta and I guess it might be a bug. Many thanks for your help, Pablo -- http://www.ousia.tk ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________