From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17101 Path: main.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: "[" at beginning of formula ? Date: Wed, 17 Nov 2004 14:38:12 +0100 Message-ID: References: <20041114181758.GA8445@puritan.pcp.ath.cx> <4198D639.8080605@creutzig.de> <20041115221839.GD13996@puritan.pcp.ath.cx> <168596555.20041116193443@iol.it> <419A52B2.6060001@gmx.de> <263F3AFE-380E-11D9-8BB6-0003934F9514@indiana.edu> <4A205AF4-3898-11D9-8605-000A959AFACC@indiana.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 1100698934 20491 80.91.229.6 (17 Nov 2004 13:42:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Nov 2004 13:42:14 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 17 14:42:02 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 1CUQ4Q-0004un-00 for ; Wed, 17 Nov 2004 14:42:02 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3E633127C3; Wed, 17 Nov 2004 14:42:02 +0100 (CET) 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 25684-05; Wed, 17 Nov 2004 14:42:02 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 61511127BE; Wed, 17 Nov 2004 14:38:27 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2AAA0127BE for ; Wed, 17 Nov 2004 14:38:26 +0100 (CET) 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 25684-03 for ; Wed, 17 Nov 2004 14:38:25 +0100 (CET) Original-Received: from mwinf0508.wanadoo.fr (unknown [193.252.22.26]) by ronja.ntg.nl (Postfix) with ESMTP id 8C56F1276C for ; Wed, 17 Nov 2004 14:38:25 +0100 (CET) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0508.wanadoo.fr (SMTP Server) with SMTP id 59C6318000FA for ; Wed, 17 Nov 2004 14:38:25 +0100 (CET) Original-Received: from postfix.math.uvsq.fr (AMontsouris-151-1-16-231.w82-123.abo.wanadoo.fr [82.123.141.231]) by mwinf0508.wanadoo.fr (SMTP Server) with ESMTP id 2FFF118000A2 for ; Wed, 17 Nov 2004 14:38:25 +0100 (CET) Original-Received: from [10.0.1.5] (localhost [127.0.0.1]) by postfix.math.uvsq.fr (Postfix) with ESMTP id 95A35310301 for ; Wed, 17 Nov 2004 14:38:23 +0100 (CET) X-Sender: otared@pop.wanadoo.fr In-Reply-To: <4A205AF4-3898-11D9-8605-000A959AFACC@indiana.edu> Original-To: mailing list for ConTeXt users 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17101 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17101 At 7:57 -0500 17/11/04, Matthias Weber wrote: >Hi Otared, > >the actual problem arises with >\starttext > \startformula >[A,B] =0. > \stopformula >\stoptext > >or, even worse, with > >\starttext > \startformula >[\partial,B] =0. > \stopformula >\stoptext Hi Matthias, Yes are right, indeed... However I tried the following which works as well (replacing \relax with empty braces {}): \starttext \startformula {}[\partial,B] =0. \stopformula and \startformula {}[A,B] =0. \stopformula \stoptext Best regards: OK