From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32292 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: ' undefined inside \startformula .. \stopformula Date: Tue, 26 Dec 2006 19:33:40 -0500 (EST) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167179644 14580 80.91.229.10 (27 Dec 2006 00:34:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 00:34:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 27 01:34:03 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 dough.gmane.org with esmtp (Exim 4.50) id 1GzMk7-0000Nf-4B for gctc-ntg-context-518@m.gmane.org; Wed, 27 Dec 2006 01:34:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 080CE2003C; Wed, 27 Dec 2006 01:32:13 +0100 (CET) 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 26747-03-6; Wed, 27 Dec 2006 01:32:04 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E67E91FFFE; Wed, 27 Dec 2006 01:32:03 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4988E20009 for ; Wed, 27 Dec 2006 01:32:02 +0100 (CET) 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 26747-03-5 for ; Wed, 27 Dec 2006 01:31:57 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id 74ADC1FFF2 for ; Wed, 27 Dec 2006 01:31:54 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY tombraider.mr.itd.umich.edu ID 4591BF64.94184.1188 ; 26 Dec 2006 19:33:41 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: 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:32292 Archived-At: On Tue, 26 Dec 2006, Sanjoy Mahajan wrote: > I just noticed this test file failing: > > \starttext > $f'(x)$ > \startformula > f^\prime(x)\quad f'(x) > \stopformula > \stoptext > > It gives: > > ! Undefined control sequence. > l.4 f^\prime(x)\quad f' > (x) > This is a typo in math-pln.tex. The end of the file should be \bgroup \catcode`\_ = 13 \catcode`\' = 13 \doglobal\appendtoks \let_\activemathunderscore \let'\activemathquote \to \everymathematics %<--- was \everymath \egroup Aditya