From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15264 Path: main.gmane.org!not-for-mail From: SebastianSturm@t-online.de (Sebastian Sturm) Newsgroups: gmane.comp.tex.context Subject: Re: Re[2]: Known nath bugs? Date: Sat, 29 May 2004 23:20:07 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: References: <8F2B73AE-B0BD-11D8-A6BA-0003939959D2@t-online.de> <899876099.20040529161317@iol.it> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085865658 29390 80.91.224.253 (29 May 2004 21:20:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 May 2004 21:20:58 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat May 29 23:20:50 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 1BUBG6-0002RB-00 for ; Sat, 29 May 2004 23:20:50 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9EDE110B09; Sat, 29 May 2004 23:15:59 +0200 (MEST) Original-Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by ref.ntg.nl (Postfix) with ESMTP id B796610ACC for ; Sat, 29 May 2004 23:13:05 +0200 (MEST) Original-Received: from fwd09.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1BUBDD-0005JA-01; Sat, 29 May 2004 23:17:51 +0200 Original-Received: from [80.145.48.37] (SsvMkeZOQe811V4rTY6zDPQ37alYkPMu+PQevXYbcd3tQcvtuivrEn@[80.145.48.37]) by fwd09.sul.t-online.com with esmtp id 1BUBD7-1DRRui0; Sat, 29 May 2004 23:17:45 +0200 In-Reply-To: <899876099.20040529161317@iol.it> Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.618) X-Seen: false X-ID: SsvMkeZOQe811V4rTY6zDPQ37alYkPMu+PQevXYbcd3tQcvtuivrEn 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:15264 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15264 Hi, > Yes, this is generally true. All modules should get loaded > before \starttext. Well, I had loaded it before \starttext in both cases. But when I loaded it in the first line of my file, it didn't adjust the delimiters; after moving the \usemodule[nath] line directly above the \starttext line, it worked like a charm. Maybe I produced some garbage inbetween. :-) >> However, the units module still isn't working when nath is >> loaded. Is it supposed to? > > [...] > Anyway, it looks like the fix is easy: the problem is that > dimension commands are not protected (unexpandable). > > [...] Thank you very much, I'll try that. If it doesn't work, I can still get along without units, though it would have been nice to have that too. BTW, is there some kind of manual on aligning nath equations? I tried to align multiline equations using \startalign, but that only worked (in display mode) as long as no delimiters were used; \[ \startalign a &= (b \\ b &= c) \stopalign \] always produced an error message saying that I had left out an "}". I probably made some mistake, so a tutorial on aligning equations with nath would be great. The nathguide.pdf mentions eqnarray, but I guess that's not available in ConTeXt, or is it? Best regards, Sebastian