From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25639 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Substack in Context Date: Sat, 28 Jan 2006 11:36:08 +0100 Message-ID: <43DB4918.8060505@elvenkind.com> References: 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 1138446094 31908 80.91.229.2 (28 Jan 2006 11:01:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2006 11:01:34 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 28 12:01:32 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 1F2npj-0002Wm-Hv for gctc-ntg-context-518@m.gmane.org; Sat, 28 Jan 2006 12:01:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2BCAB12839; Sat, 28 Jan 2006 12:01:31 +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 09480-04; Sat, 28 Jan 2006 12:01:30 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 403B712823; Sat, 28 Jan 2006 11:35:27 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 05BB412823 for ; Sat, 28 Jan 2006 11:35:26 +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 08873-06 for ; Sat, 28 Jan 2006 11:35:25 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with SMTP id 1689012811 for ; Sat, 28 Jan 2006 11:35:24 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:32954 helo=[192.168.1.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1F2nQS-0005TK-8J for ntg-context@ntg.nl; Sat, 28 Jan 2006 10:35:24 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: 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:25639 Archived-At: Aditya Mahajan wrote: > Hi, > > What is the context equivalent of latex's substack? How do I type the > following > $$ > \sum_{\substack i \in P \\ j \in Q} a_{ij} > $$ Where is that defined? LateX gives me and 'Undefined control sequence', and with \usepackage{amsmath} I get no error, but not a stack either. The definition from m-newmat is at least partly superceded by the new core math definitions Hans added last week, so a new implementation would be better. Cheers, Taco