From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12367 Path: main.gmane.org!not-for-mail From: Slawek Zak Newsgroups: gmane.comp.tex.context Subject: Bug in Enumerations Date: Wed, 28 May 2003 15:48:00 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20030528134800.GA2497@prioris.mini.pw.edu.pl> 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: main.gmane.org 1054130018 2236 80.91.224.249 (28 May 2003 13:53:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 13:53:38 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed May 28 15:53:37 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19L1N3-0000Zu-00 for ; Wed, 28 May 2003 15:53:37 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D6F2610B13; Wed, 28 May 2003 15:55:39 +0200 (MEST) Original-Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [194.29.178.2]) by ref.ntg.nl (Postfix) with ESMTP id AA67E10ACE for ; Wed, 28 May 2003 15:48:07 +0200 (MEST) Original-Received: from localhost (localhost.mini.pw.edu.pl [127.0.0.1]) by prioris.mini.pw.edu.pl (Postfix) with ESMTP id E781B243D8 for ; Wed, 28 May 2003 15:48:06 +0200 (CEST) Original-Received: by prioris.mini.pw.edu.pl (Postfix, from userid 250) id A6346243D5; Wed, 28 May 2003 15:48:00 +0200 (CEST) Original-To: ntg-context@ntg.nl Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by AMaViS (prioris) 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:12367 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12367 There is a bug in enumerations' implementation. The following example is nearly literally taken from english ConTeXt manual (cont-eni.pdf, p. 224) See this example: \defineenumeration[step] [location=left,text={},width=2em] \setupenumerations[step] [headstyle=bold] \setupenumerations[substep][headstyle=slanted] \starttext \step One \par \substep Two \par \stoptext The headstyle for substep is bold, just like for step, and not slanted as stated in the manual. Help, please :) /S PS: Hans, are there any chances to get the new beta with backgrounds' recalculation bug fixed? Latest beta is from before BachoTeX ;)