From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30824 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: figurenumbering Date: Fri, 15 Sep 2006 13:05:06 +0200 Message-ID: <20060915130506.4265a5a3.schuster.wolfgang@googlemail.com> References: <4500973E.27413.2375A12@wwl.musensturm.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 1158318360 11563 80.91.229.2 (15 Sep 2006 11:06:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Sep 2006 11:06:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 15 13:05:52 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 1GOBVr-0005Tf-9A for gctc-ntg-context-518@m.gmane.org; Fri, 15 Sep 2006 13:05:39 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E34FB1FE10; Fri, 15 Sep 2006 13:05:37 +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 06328-02; Fri, 15 Sep 2006 13:05:32 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 00D741FDD6; Fri, 15 Sep 2006 13:05:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC2A71FDD6 for ; Fri, 15 Sep 2006 13:05:30 +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 06365-01-3 for ; Fri, 15 Sep 2006 13:05:27 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by ronja.ntg.nl (Postfix) with SMTP id 61F761FDCE for ; Fri, 15 Sep 2006 13:05:27 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id d4so2095339nfe for ; Fri, 15 Sep 2006 04:05:27 -0700 (PDT) Original-Received: by 10.49.8.15 with SMTP id l15mr13150508nfi; Fri, 15 Sep 2006 04:05:26 -0700 (PDT) Original-Received: from unknown ( [217.185.122.15]) by mx.gmail.com with ESMTP id b1sm4924425nfe.2006.09.15.04.05.19; Fri, 15 Sep 2006 04:05:25 -0700 (PDT) Original-To: ntg-context@ntg.nl In-Reply-To: <4500973E.27413.2375A12@wwl.musensturm.de> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.6.10; i686-pc-mingw32) 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:30824 Archived-At: On Thu, 07 Sep 2006 22:03:42 +0200 "Wolfgang Werners-Lucchini" wrote: > Hallo! > > Is this correct behaviour? > ------------------------------------------------- You need the option \setupfloats[numbering=nocheck] in your document settings. > \starttext > \placefigure{}{\framed{Blub}} > \placefigure{}{\framed{Bautz}} > \placefigure{}{\framed{Bla}} > > This were \rawnumber[figure] figures by now! > > \setnumber[figure]{8} > We want to count on with \rawnumber[figure]. > > \placefigure{}{\framed{Plong}} > > figurenumber is correct incremented to \rawnumber[figure], > but caption shows 4. the caption shows now the same value as \rawnumber. > \stoptext > ------------------------------------------------- > If this is not a bug, > how can captionnumbering be influenzed? > > Wolfgang Wolfgang Schuster