From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29893 Path: news.gmane.org!not-for-mail From: WN Newsgroups: gmane.comp.tex.context Subject: Context alternative for Latex's \overset & \underset Date: Wed, 02 Aug 2006 15:56:35 +0200 Message-ID: <44D0AF13.7050108@cs.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154527040 28505 80.91.229.2 (2 Aug 2006 13:57:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 13:57:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 02 15:57:14 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1G8HDY-0002Np-1U for gctc-ntg-context-518@m.gmane.org; Wed, 02 Aug 2006 15:57:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 960F61FE8D; Wed, 2 Aug 2006 15:56:59 +0200 (CEST) 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 09859-03; Wed, 2 Aug 2006 15:56:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8CD741FE71; Wed, 2 Aug 2006 15:56:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9BE921FE71 for ; Wed, 2 Aug 2006 15:56:47 +0200 (CEST) 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 10212-01-3 for ; Wed, 2 Aug 2006 15:56:43 +0200 (CEST) Original-Received: from imo-d03.mx.aol.com (imo-d03.mx.aol.com [205.188.157.35]) by ronja.ntg.nl (Postfix) with SMTP id 36F201FE4D for ; Wed, 2 Aug 2006 15:56:42 +0200 (CEST) Original-Received: from Wneimeijer01@cs.com by imo-d03.mx.aol.com (mail_out_v38_r7.6.) id a.38f.7ee1492 (60462) for ; Wed, 2 Aug 2006 09:56:38 -0400 (EDT) Original-Received: from [192.168.1.33] (3e331ada.dslaccess.aol.com [62.51.26.218]) by ciaaol-r04.mx.aol.com (v110.15) with ESMTP id MAILCIAAOLR043-ec2e44d0af13f0; Wed, 02 Aug 2006 09:56:38 -0400 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users X-AOL-IP: 62.51.26.218 X-Mailer: Unknown (No Version) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:29893 Archived-At: Hi, In doing my Latex to Context conversion, I stumbled on two Latex math commands : \overset and \underset as in \mathcal{T} = \overset{\infty}{ \underset{r,s = 0}{\cup} } \: \mathcal{T}^{r}_s The page http://wiki.contextgarden.net/Math_with_amsl mentions the commands stackrel and underset when using the AMSL module from Giuseppe Bilotta. I tried to load the AMSL module with \usemodule[amsl] like to test its workings. \usemodule[amsl] \starttext \startformula T = { \underset{r,s = 0}{\cup} } \: T^{r}_{s} \stopformula \stoptext but the log file indicates it cannot find the module amsl ??? Is the AMSL module not part of the standard Context distribution ? I thought it was. I am using ConTeXt ver: 2006.07.24 10:49 fmt: 2006.7.27 int: english mes: english. Kind regards Wim Neimeijer