ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* eqalign name clash
@ 2006-01-28 16:30 Hans van der Meer
  2006-01-29 18:11 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Hans van der Meer @ 2006-01-28 16:30 UTC (permalink / raw)


I am afraid that the update of today (28-1-2006) also has generated a  
problem.
This used to work (just a plaintex \eqalign)

\starttext
\placeformula\startformula
\matrix{a&b\cr c&d\cr}
\eqalign{
	a &= b\cr
	pq &= t+1\cr
}
\stopformula
\stoptext

I see in core-mat.tex a macro \eqalign#1 (line 1514). It is new I  
think, but its name CLASHES with the standard TeX \eqalign math macro.
I do not think that wise and had to comment it out in my working  
copy. Everything being fine again after that.

yours sincerely,
dr. H. van der Meer

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: eqalign name clash
  2006-01-28 16:30 eqalign name clash Hans van der Meer
@ 2006-01-29 18:11 ` Taco Hoekwater
  2006-01-30  8:38   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2006-01-29 18:11 UTC (permalink / raw)


Hans van der Meer wrote:
> I see in core-mat.tex a macro \eqalign#1 (line 1514). It is new I  
> think, but its name CLASHES with the standard TeX \eqalign math macro.
> I do not think that wise and had to comment it out in my working  
> copy. Everything being fine again after that.

Not a name clash, but a typo. There should not be braces
around the .25\bodyfontsize inside the \eqalign definition.
It should read:

     \openup.25\bodyfontsize% was: \openup\jot

Cheers, Taco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: eqalign name clash
  2006-01-29 18:11 ` Taco Hoekwater
@ 2006-01-30  8:38   ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2006-01-30  8:38 UTC (permalink / raw)


Taco Hoekwater wrote:
> Hans van der Meer wrote:
>   
>> I see in core-mat.tex a macro \eqalign#1 (line 1514). It is new I  
>> think, but its name CLASHES with the standard TeX \eqalign math macro.
>> I do not think that wise and had to comment it out in my working  
>> copy. Everything being fine again after that.
>>     
>
> Not a name clash, but a typo. There should not be braces
> around the .25\bodyfontsize inside the \eqalign definition.
> It should read:
>
>      \openup.25\bodyfontsize% was: \openup\jot
>   
the latest version is ok and has some more math (matrix and sucn) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-30  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-28 16:30 eqalign name clash Hans van der Meer
2006-01-29 18:11 ` Taco Hoekwater
2006-01-30  8:38   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).