On Fri, 2 Feb 2007, Aditya Mahajan wrote:

> On Fri, 2 Feb 2007, Aditya Mahajan wrote:
>
>> Hi Hans and Taco,
>>
>>  Do you think it makes sense to replace {\rm mod} in the definition of
>> bmod and pmod (in math-pln.tex) by \mfunction{mod}?
>
> Another request: I am thinking of updating the nath module, and I

Another one: Nath defines \stackrel and \underset. I think that these 
should go to the core

\def\stackrel#1#2{\mathrel{\mathop{#2}\limits^{#1}}}

See the note below:

\def\overset#1#2{\mathrel{\mathop{#2}\limits^{#1}}}
\def\underset#1#2{\mathrel{\mathop{#2}\limits_{#1}}}



amsmath.sty goes into a lot of pains to define overset and underset, 
basically to decide whether to use mathrel or mathbin in the above. Do 
we need such an elaborate definition? This is amsmath's definition:


[EMAIL PROTECTED]
   [EMAIL PROTECTED]
     [EMAIL PROTECTED] [EMAIL PROTECTED] mu
     [EMAIL PROTECTED]@th$}\kern-\wd\tw@
     [EMAIL PROTECTED]
   [EMAIL PROTECTED]@@
     \ifdim\wdz@<\z@ \mathbin
     \else\ifdim\wdz@>\z@ \mathrel
     \else \relax\fi\fi}%
   [EMAIL PROTECTED]
}

[EMAIL PROTECTED]
   \binrel@@[EMAIL PROTECTED]
[EMAIL PROTECTED]
   \binrel@@[EMAIL PROTECTED]


Aditya



_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to