From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/77889 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: formula in TABLE is not continuous numbered Date: Sun, 12 Aug 2012 22:19:36 +0200 Message-ID: References: <56B3CA86-6EA3-42B2-BBEC-26599E8AB94B@st.estfiles.de> <9599DFD1-B01A-42DF-B840-3BDDE343909E@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1344802787 11872 80.91.229.3 (12 Aug 2012 20:19:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2012 20:19:47 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 12 22:19:47 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T0edV-0006kJ-DG for gctc-ntg-context-518@m.gmane.org; Sun, 12 Aug 2012 22:19:45 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 31585101FB; Sun, 12 Aug 2012 22:19:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8TcnMsLRKgIR; Sun, 12 Aug 2012 22:19:41 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id D5663101EC; Sun, 12 Aug 2012 22:19:41 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 608C2101EC for ; Sun, 12 Aug 2012 22:19:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6-e8rTj360ZS for ; Sun, 12 Aug 2012 22:19:39 +0200 (CEST) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 201A1101E8 for ; Sun, 12 Aug 2012 22:19:39 +0200 (CEST) Original-Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.31.26]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q7CKFN0K002508 for ; Sun, 12 Aug 2012 22:15:24 +0200 Original-Received: from [89.247.77.31] (helo=[192.168.1.4]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1T0edN-0001Bl-VF for ntg-context@ntg.nl; Sun, 12 Aug 2012 22:19:38 +0200 In-Reply-To: <9599DFD1-B01A-42DF-B840-3BDDE343909E@gmail.com> X-Mailer: Apple Mail (2.1084) X-Df-Sender: Njk4NTgw X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.67.31.26; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0WHJUfoNO - 43b72b1a4265 - 20120812 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:77889 Archived-At: Am 12.08.2012 um 22:10 schrieb Wolfgang Schuster: > = > Am 12.08.2012 um 21:48 schrieb Steffen Wolfrum : > = >> Hi, >> = >> please have a look at this minimal example below: >> you'll find three formulas (1), (4), (5) >> = >> What happen to (2) and (3)? >> = >> Steffen >> ....... >> = >> \starttext >> = >> \placeformula \startformula a+b=3Dc \stopformula >> = >> \bTABLE[frame=3Don,align=3Dright,width=3Dfit,style=3D{\switchtobodyfont[= 9pt]}] >> \bTR >> \bTD[width=3D35mm] >> \placeformula >> \startformula c-a=3Db >> \stopformula >> \eTD >> \eTR >> \eTABLE >> = >> \placeformula \startformula c-b=3Da \stopformula >> = >> \stoptext > = > It=92s a bug in the formula numbering. Natural tables perform three runs = on the table > content to calculate the cell size but formula etc. counters shouldn=92t = be increases > in the first two runs. great, yet another bug hunted! and what can be done (on the short-run) to avoid increasing? is there a handy command to manually count down by two? steffen ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________