From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15883 Path: main.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.tex.context Subject: Bug report, \frac as redefined in m-newmat.tex Date: Mon, 02 Aug 2004 01:44:11 -0700 Sender: ntg-context-bounces@ntg.nl Message-ID: <4.3.1.2.20040802014237.00b3b228@cits1.stanford.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1091436766 24478 80.91.224.253 (2 Aug 2004 08:52:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Aug 2004 08:52:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 02 10:52:39 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BrYYh-0004g4-00 for ; Mon, 02 Aug 2004 10:52:39 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DBD1412791; Mon, 2 Aug 2004 10:52:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17343-01; Mon, 2 Aug 2004 10:52:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 861931279D; Mon, 2 Aug 2004 10:47:40 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 567EB1279B for ; Mon, 2 Aug 2004 10:47:39 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17211-08 for ; Mon, 2 Aug 2004 10:47:38 +0200 (CEST) Original-Received: from smtp1.Stanford.EDU (unknown [171.67.16.123]) by ronja.ntg.nl (Postfix) with ESMTP id 47DC81279A for ; Mon, 2 Aug 2004 10:43:54 +0200 (CEST) Original-Received: from Brooks1.stanford.edu (DNab42a61a.Stanford.EDU [171.66.166.26]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id i728hmYZ009918 for ; Mon, 2 Aug 2004 01:43:50 -0700 X-Sender: brooks@cits1.stanford.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Original-To: ConTeXt users list X-Virus-Scanned: by 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15883 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15883 The following simple file works fine if I comment out the \usemodule[newmat] line, but crashes if I put it in. \usemodule[newmat] \starttext \placeformula \startformula \eqalign{\frac{1}{2} \cr} \stopformula \stoptext - Brooks