From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15286 Path: main.gmane.org!not-for-mail From: "Gary Pajer" Newsgroups: gmane.comp.tex.context Subject: Re: Re[4]: Known nath bugs? Date: Tue, 1 Jun 2004 09:50:35 -0400 Sender: ntg-context-admin@ntg.nl Message-ID: <003001c447df$70b58580$01fd5644@playroom> References: <8F2B73AE-B0BD-11D8-A6BA-0003939959D2@t-online.de> <899876099.20040529161317@iol.it> <15810421728.20040530114757@iol.it> <4A3EF82B-B265-11D8-B89A-0003939959D2@t-online.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086097993 32755 80.91.224.253 (1 Jun 2004 13:53:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2004 13:53:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jun 01 15:52:57 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BV9hI-0004kv-00 for ; Tue, 01 Jun 2004 15:52:56 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E5A9110B2F; Tue, 1 Jun 2004 15:47:56 +0200 (MEST) Original-Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by ref.ntg.nl (Postfix) with ESMTP id 556AD10AE6 for ; Tue, 1 Jun 2004 15:45:49 +0200 (MEST) Original-Received: from playroom (pcp05043536pcs.levtwn01.pa.comcast.net[68.86.253.1]) by comcast.net (rwcrmhc12) with SMTP id <20040601135028014007usqge>; Tue, 1 Jun 2004 13:50:39 +0000 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15286 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15286 > Hi, > > > Nath is a very complex module, easily broken. If you can > > privately send me your preamble we might be able to find what > > was breaking it. Or you can try it yourself: move it up line by > > line until delimiters don't work anymore: you'll find what > > makes it bomb :) > > OK, I'll try that. At the moment I'm having all kinds of issues with Let me point out, mainly for the record, that ConTeXt / nath does not seem to work properly under MikTeX. The following script works fine with Linux / teTeX, but with MikTeX, the in-line versions of the math is wrong. -gary ------------------------------------------ \usemodule[nath] \starttext $ y = (1 + \frac{}{a}{b}) $ $ y = (1 + \frac{a}{b}) $ $ y = (1 + a\frac{b}{c}{d})$ $$ y = (1 + \frac{}{a}{b}) $$ $$ y = (1 + \frac{a}{b}) $$ $$ y = (1 + a\frac{b}{c}{d})$$ \stoptext