From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30642 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: listoffloats question Date: Mon, 04 Sep 2006 20:05:20 +0200 Message-ID: <44FC6AE0.2070108@boede.nl> References: <44F84E39.50506@mevis.de> <44FC1830.8040507@mevis.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157393160 17357 80.91.229.2 (4 Sep 2006 18:06:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Sep 2006 18:06:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 04 20:05:56 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GKIpU-0002mg-1Z for gctc-ntg-context-518@m.gmane.org; Mon, 04 Sep 2006 20:05:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 73E561FC27; Mon, 4 Sep 2006 20:05:51 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12973-04; Mon, 4 Sep 2006 20:05:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 34E481FC1A; Mon, 4 Sep 2006 20:05:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2DB691FC1A for ; Mon, 4 Sep 2006 20:05:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12929-09-2 for ; Mon, 4 Sep 2006 20:05:32 +0200 (CEST) Original-Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by ronja.ntg.nl (Postfix) with SMTP id 778471FC12 for ; Mon, 4 Sep 2006 20:05:32 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr17.xs4all.nl (8.13.6/8.13.6) with ESMTP id k84I5Mb1090462 for ; Mon, 4 Sep 2006 20:05:23 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: <44FC1830.8040507@mevis.de> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30642 Archived-At: Hi, with Context 2006.08.08 there is no problem with the figure-numbering. In order to get your figure lists typeset: \conpletelistoffigures \completelistofafigures \completelistofbfigures Kind regards Willi richard rascher-friesenhausen wrote: > nico schrieb: > >> On Fri, 01 Sep 2006 17:14:01 +0200, richard rascher-friesenhausen >> wrote: >> >> >> >>> Hello, >>> >>> in my scripts i use different kinds of figure, defined as floats cloned >>> from the original ConTeXt figure: >>> >>> \definefloat[afigure][afigures][figure] >>> \definefloat[bfigure][bfigures][figure] >>> >>> In my script environment i use different setups for figure, afigure and >>> bfigure that are not shown here. >>> Using cloning, all figures use the same counter, which is nice. >>> >>> >> Really? In which release the counter is the same? With your case, I have >> here the figure numbers 1, 1, 1, 2, 2, 2. >> >> Regards, >> BG >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context >> >> > Hello > > In ConTeXt ver. 2006.08.04 standalone windows version the numbering is > wrong. All figures on page one get the number 1, all figures on page two > get number 2. > > In ConTeXt ver. 2005.11.30 standalone windows version the numbering is > correct. But \placelistoffigures only show the native figures, too. > > So something must be broken in the newest ConTeXT... > > Regards > richard > > >