From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5960 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \subformulanumber no longer working Date: Tue, 30 Oct 2001 16:00:47 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.1.20011030155857.0407ac28@server-1> References: <3BDC49B6.12A9878B@net-b.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035396517 6031 80.91.224.250 (23 Oct 2002 18:08:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:08:37 +0000 (UTC) Cc: Tobias Burnus , NTG-ConTeXt Original-To: Tobias Burnus In-Reply-To: <3BDC49B6.12A9878B@net-b.de> Xref: main.gmane.org gmane.comp.tex.context:5960 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5960 At 07:08 PM 10/28/2001 +0100, Tobias Burnus wrote: >If I remove the \placeformula (and replace the \[sub]formulanumber by "" >(so a, b and c remain)) everything works as expected. > >Please send me a bug fix soon. This took me a while to track down (thanks to fuzzy tex messages): %D We need a hook into the plain math alignment macros %D %D \starttypen %D \displaylines %D \eqalignno %D \eqalignno %D \stoptypen %D %D Otherwise we get a missing \type {$$} error reported. \def\resetdisplaymatheq {\let\normalleqno\relax \let\leqno\relax \let\normalreqno\relax \let\eqno \relax \let\doplaceformulanumber\relax} \let\normaldispl@y\displ@y \def\displ@y{\resetdisplaymatheq\normaldispl@y} This can go into core-mat.tex (this extends a plain macro) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------