From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6641 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Re[7]: \boldsymbol (m-math) Date: Thu, 24 Jan 2002 11:08:15 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020124110815.64ca56bc.taco@elvenkind.com> References: <20020116092339.2b5b46ba.taco@elvenkind.com> <20020114125257.B21236@merkur.econ.muni.cz> <20020116092339.2b5b46ba.taco@elvenkind.com> <5.1.0.14.1.20020120212225.02e9ba48@server-1> <1087197145.20020121163925@bigfoot.com> <20020122101617.2fc05a5f.taco@elvenkind.com> <1881147945.20020122104043@bigfoot.com> <20020122134636.261f5fb3.taco@elvenkind.com> <5.1.0.14.1.20020123122709.032bc310@server-1> <20020123144307.42d270cf.taco@elvenkind.com> <20020123212938.A277@ruhrau.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397158 12407 80.91.224.250 (23 Oct 2002 18:19:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:19:18 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: johannes.huesing@ruhrau.de In-Reply-To: <20020123212938.A277@ruhrau.de> Xref: main.gmane.org gmane.comp.tex.context:6641 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6641 On Wed, 23 Jan 2002 21:29:38 +0100 "Johannes H?sing" wrote: > Or are you meaning the same here? I believe that the m-math module did something like this (pseudo-code, doesn't actually work!!): \def\formulanumber[#1]{% \makethenumber[formula] \ifargument#1 % set extra reference. \reference[#1]{\thenumber}% \else % \ifformularefdonealready % by \startdisplay perhaps \else \reference[\inheritedvalue]{\thenumber}% \formularefdonealreadytrue \fi \fi \placetheformulanumber \incrementtheformulanumber } \startdisplaymath[AA] a = b \formulanumber \\ % (1), with ref AA c = d \formulanumber \\ % (2), no ref d = e \\ % nothing i = j \formulanumber[BB] \\ % (3), with ref BB \stopdisplaymath That should be enough, yes? -- groeten, Taco