From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22603 Path: news.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.tex.context Subject: Re: Re: Small matrices Date: Sun, 18 Sep 2005 13:15:58 -0700 Message-ID: <4.3.1.2.20050918131145.02c23858@cits1.stanford.edu> References: <12D0B392-A7C5-4359-855F-FCBDA97FFC86@northcoast.com> <3A47C357-2154-4D7F-8086-E9CE16DA70F8@cox.net> <12D0B392-A7C5-4359-855F-FCBDA97FFC86@northcoast.com> <432DC2E0.1070506@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1127074810 6751 80.91.229.2 (18 Sep 2005 20:20:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Sep 2005 20:20:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 18 22:20:07 2005 Return-path: 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 1EH5d8-0002EP-J0 for gctc-ntg-context-518@m.gmane.org; Sun, 18 Sep 2005 22:19:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 48A69127B3; Sun, 18 Sep 2005 22:19:18 +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 32608-01; Sun, 18 Sep 2005 22:19:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A4F73127BC; Sun, 18 Sep 2005 22:15:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 626F2127BC for ; Sun, 18 Sep 2005 22:15:54 +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 32385-02 for ; Sun, 18 Sep 2005 22:15:53 +0200 (CEST) Original-Received: from smtp1.Stanford.EDU (smtp1.Stanford.EDU [171.67.16.123]) by ronja.ntg.nl (Postfix) with ESMTP id 3D702127A8 for ; Sun, 18 Sep 2005 22:15:52 +0200 (CEST) Original-Received: from mindolluin.stanford.edu (DNab42a59d.Stanford.EDU [171.66.165.157]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j8IKFl8Q020455 for ; Sun, 18 Sep 2005 13:15:49 -0700 X-Sender: brooks@cits1.stanford.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Original-To: mailing list for ConTeXt users In-Reply-To: <432DC2E0.1070506@wxs.nl> Original-References: <12D0B392-A7C5-4359-855F-FCBDA97FFC86@northcoast.com> <3A47C357-2154-4D7F-8086-E9CE16DA70F8@cox.net> <12D0B392-A7C5-4359-855F-FCBDA97FFC86@northcoast.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22603 Archived-At: At 12:41 PM 9/18/2005, Hans Hagen wrote: >David Arnold wrote: >>In amsmath, there is >> >>\begin{smallmatrix} >> >>\end{smallmatrix} >> >>Don't know how in Context. I'll find out. >> >>Does anyone on the context list know how to do this? \usemodule[newmat] \startsmallmatrix \stopsmallmatrix >what is a small matrix? small font? Look in the m-newmat.tex file -- according to the comments, you had exactly the same question about what it was supposed to be when you implemented it! (It's a copy of the AMSmath declaration, I believe.) In any case, it's a simplified matrix using only one column and using scriptsize fonts -- it's intended for constructions where you have a multi-line subscript on something like a summation. - Brooks