From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31289 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: Re: figurenumbering Date: Tue, 10 Oct 2006 21:22:22 +0200 Message-ID: <452C0F0E.20826.2C50116@wwl.musensturm.de> References: 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 1160511645 6520 80.91.229.2 (10 Oct 2006 20:20:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 20:20:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 10 22:20:43 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 1GXO5N-0004wi-Ug for gctc-ntg-context-518@m.gmane.org; Tue, 10 Oct 2006 22:20:22 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8EA891FBFD; Tue, 10 Oct 2006 22:20:20 +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 24818-05; Tue, 10 Oct 2006 22:20:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 001661FDD5; Tue, 10 Oct 2006 21:23:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8F62C1FDCF for ; Tue, 10 Oct 2006 21:23:50 +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 21128-10-2 for ; Tue, 10 Oct 2006 21:23:42 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ronja.ntg.nl (Postfix) with SMTP id CFCE61FDC6 for ; Tue, 10 Oct 2006 21:23:40 +0200 (CEST) Original-Received: from [217.185.66.215] (helo=[217.185.66.215]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1GXNCS0Ezc-0003RJ; Tue, 10 Oct 2006 21:23:36 +0200 Original-To: ntg-context@ntg.nl Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 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:31289 Archived-At: Hallo! With ConTeXt ver. 2006.09.26, figure numbering is working as expected. > > >> You need the option > > >> \setupfloats[numbering=nocheck] is not longer needed, but > you can see a bad sideeffects by figurenumber=nocheck in my > example this sideeffect is visible both, with nocheck and without this option (numbering=yes resp.). > > \setupfloats[numbering=nocheck] > \starttext > \placefigure{}{\framed{Blub}} > \placefigure[page][]{}{\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 incremented to \rawnumber[figure]. > \stoptext > > > The number of the figures are set as they appear in the text and > this did not work well when one figure is set later as another one > typed later in your code. Wolfgang