From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26641 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Context math bug ?? Date: Thu, 30 Mar 2006 11:21:15 -0500 (EST) Message-ID: References: <442C036E.70507@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 1143735704 17905 80.91.229.2 (30 Mar 2006 16:21:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Mar 2006 16:21:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 30 18:21:39 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 1FOztk-0000bI-EB for gctc-ntg-context-518@m.gmane.org; Thu, 30 Mar 2006 18:21:24 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2F7F91279B; Thu, 30 Mar 2006 18:21:24 +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 12822-04-3; Thu, 30 Mar 2006 18:21:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E4AB127B5; Thu, 30 Mar 2006 18:21:18 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56EA6127B5 for ; Thu, 30 Mar 2006 18:21:17 +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 12822-04-2 for ; Thu, 30 Mar 2006 18:21:16 +0200 (CEST) Original-Received: from beyondborders.mr.itd.umich.edu (beyondborders.mr.itd.umich.edu [141.211.93.146]) by ronja.ntg.nl (Postfix) with SMTP id 1BC731279B for ; Thu, 30 Mar 2006 18:21:15 +0200 (CEST) Original-Received: from eecs4327u02.engin.umich.edu (eecs4327u02.engin.umich.edu [141.213.51.130]) by beyondborders.mr.itd.umich.edu (smtp) with ESMTP id k2UGLFJl014214 for ; Thu, 30 Mar 2006 11:21:15 -0500 X-X-Sender: adityam@eecs4327u02.engin.umich.edu Original-To: mailing list for ConTeXt users In-Reply-To: <442C036E.70507@cs.com> 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:26641 Archived-At: On Thu, 30 Mar 2006, WN wrote: > Hi > > The following does not compile > \starttext > \startformula > [ {\bf{Q}},{\bf {R}} ] = {\bf{Q} } {\bf {R}} - \textbf{R} \textbf{Q} > \stopformula > \stopttext > Error ! Missing \endcsname inserted > ....... > > where as this compiles > > \starttext > $$ > [ {\bf{Q}},{\bf {R}} ] = {\bf{Q} } {\bf {R}} - \textbf{R} \textbf{Q} > $$ > \stoptext > > Why ?? How do you define \textbf? Aditya