Aditya Mahajan wrote:
> On Mon, 12 Feb 2007, M.J. Kallen wrote:
> 
> 
>>Hi all,
>>
>>this may have been mentioned before, but I haven't been able to find 
>>an answer to this: if I e.g. use $\lim_{t\rightarrow\infty} f(t)$, 
>>the subscript of \lim appears underneath it, i.e. in displaystyle. 
>>In LaTeX, it appears below right of \lim, much like with 
>>$\sum_{i=1}$. The latter behaviour is of course preferred.
> 
> 
> This is a bug.
> 
> 
>>I use ConTeXt version 2006.08.08, is this bug/feature know and has it 
>>possibly been fixed up to now?
> 
> 
> No, it has not been fixed, since nobody noticed it before (we need 
> more people doing math use ConTeXt :). As a quick work around add the 
> following on top of your source file.
> 
> \def\mathlimopcomm#1{\mathop{#1}}
> 
> Hans, the definition of \@@mathlimopcomm should be corrected in 
> math-ini.tex
> 
> \def\@@mathlimopcomm#1{\mathop{#1}} %no \limits

Are you sure? How about:

    \def\@@mathlimopcomm#1{\mathop{#1}\displaylimits}


Best, Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to