From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33313 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: problem with inline use of \lim Date: Mon, 12 Feb 2007 10:21:54 -0500 (EST) Message-ID: References: <411436.38600.qm@web51803.mail.yahoo.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171293745 16402 80.91.229.12 (12 Feb 2007 15:22:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Feb 2007 15:22:25 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 12 16:22:15 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HGd0L-0003UI-NG for gctc-ntg-context-518@m.gmane.org; Mon, 12 Feb 2007 16:22:09 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 738E4A9; Mon, 12 Feb 2007 16:20:27 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30093-05-5; Mon, 12 Feb 2007 16:20:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 15A5DA0; Mon, 12 Feb 2007 16:20:19 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EC489A0 for ; Mon, 12 Feb 2007 16:20:17 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30093-05-4 for ; Mon, 12 Feb 2007 16:20:14 +0100 (CET) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with ESMTP id A07419E for ; Mon, 12 Feb 2007 16:20:13 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hackers.mr.itd.umich.edu ID 45D08610.C6D28.25718 ; 12 Feb 2007 10:21:53 -0500 In-Reply-To: <411436.38600.qm@web51803.mail.yahoo.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:33313 Archived-At: 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 Aditya