From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15073 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: behavior of counter - bug or feature? Date: Sat, 1 May 2004 21:46:29 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <3D80FFB0-9BA8-11D8-A94F-000A95B9ADE2@uni-bonn.de> References: <200404191750.10425.john@wexfordpress.com> <20040419220851.GA2852@puritan.pcp.ath.cx> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083686247 23262 80.91.224.253 (4 May 2004 15:57:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 May 2004 15:57:27 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue May 04 17:57:10 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 1BL23w-0007i7-00 for ; Tue, 04 May 2004 17:42:28 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 43A0310B21; Tue, 4 May 2004 17:38:20 +0200 (MEST) Original-Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by ref.ntg.nl (Postfix) with ESMTP id 72A1010ABE for ; Sat, 1 May 2004 21:43:12 +0200 (MEST) Original-Received: from fwd00.aul.t-online.de by mailout02.sul.t-online.com with smtp id 1BK0S4-0003gy-03; Sat, 01 May 2004 21:47:08 +0200 Original-Received: from [192.168.0.2] (GoSwhgZXoe9dGo3dNYrFn-W86kFtwlo5yNawZCDSdKMApoWs4-cDQf@[80.128.241.211]) by fmrl00.sul.t-online.com with esmtp id 1BK0Rv-09gHlQ0; Sat, 1 May 2004 21:46:59 +0200 In-Reply-To: <20040419220851.GA2852@puritan.pcp.ath.cx> Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.613) X-Seen: false X-ID: GoSwhgZXoe9dGo3dNYrFn-W86kFtwlo5yNawZCDSdKMApoWs4-cDQf@t-dialin.net 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:15073 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15073 Hi all, though I'm not 100 \% certain, I think this behavior came up in the latest release of ConTeXt. For my manuscripts for talks, I have defined a nice little counter like this \newcounter\slidecounter \define\sln{\increment\slidecounter \color[red]{[\slidecounter]} } which allows me to just type \sln when I want to mark a spot where I want to show a new slide, and it will give the number in red, between brackets. OK, this has been working for quite a while, but recently, I have observed a strange behavior: if I use the command within an itemize-group, it will count normally, but after the \stopitemize, the counter will be reset to the value before the itemization. I can't swear to it, but I'm reasonably certain that this wasn't the case before. Is it possible that something was broken, Hans? Best wishes (especially to our new fellow-citizens) Thomas