From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30503 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Strange math error (bug ??) Date: Fri, 25 Aug 2006 19:32:29 +0200 Message-ID: <6faad9f00608251032v52a2b776ye96b8a428d7184a3@mail.gmail.com> References: <44EF32B9.7040102@cs.com> 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 1156527520 19226 80.91.229.2 (25 Aug 2006 17:38:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Aug 2006 17:38:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 25 19:38:30 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 1GGfd4-0005Nz-2z for gctc-ntg-context-518@m.gmane.org; Fri, 25 Aug 2006 19:38:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C1A3C1FF52; Fri, 25 Aug 2006 19:38:01 +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 01721-02; Fri, 25 Aug 2006 19:38:01 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 23C551FF60; Fri, 25 Aug 2006 19:36:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13A601FF57 for ; Fri, 25 Aug 2006 19:36:12 +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 05189-03 for ; Fri, 25 Aug 2006 19:36:10 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by ronja.ntg.nl (Postfix) with SMTP id DD7DB1FF60 for ; Fri, 25 Aug 2006 19:32:30 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id s12so912251wxc for ; Fri, 25 Aug 2006 10:32:29 -0700 (PDT) Original-Received: by 10.90.51.17 with SMTP id y17mr722968agy; Fri, 25 Aug 2006 10:32:29 -0700 (PDT) Original-Received: by 10.90.94.17 with HTTP; Fri, 25 Aug 2006 10:32:29 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <44EF32B9.7040102@cs.com> Content-Disposition: inline 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:30503 Archived-At: On 8/25/06, WN wrote: > Hello, > > The following is quit strange, in the first formula the [{Q}, {R} ] on the > left hand side of the \rightarrow is not processed but on the right hand > side of > the \rightarrow it is processed (?) > > \starttext > The left side with $[Q,R]$ does not show, but the > right side with $[Q,R]$ does show, what is happening here ??? > \startformula > [ {Q} , {R} ] \rightarrow \frac{1}{i \hslash} [ {Q} , {R} ] > \stopformula > \stoptext Not a bug, but a price that you have to pay for having optional parameters. Adding \relax after \startformula solves the problem. Mojca