From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32297 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 21:58:46 -0500 (EST) Message-ID: References: <769ba7780612261853i4d1297c5v9b57b8d24c4ab618@mail.gmail.com> 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 1167188349 30402 80.91.229.10 (27 Dec 2006 02:59:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 02:59:09 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 27 03:59:07 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 1GzP0U-0003vL-9i for gctc-ntg-context-518@m.gmane.org; Wed, 27 Dec 2006 03:59:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC08120073; Wed, 27 Dec 2006 03:57:17 +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 02134-05-2; Wed, 27 Dec 2006 03:57:09 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 10C262005D; Wed, 27 Dec 2006 03:57:09 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A88E320068 for ; Wed, 27 Dec 2006 03:57:06 +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 01929-03-2 for ; Wed, 27 Dec 2006 03:57:01 +0100 (CET) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with SMTP id D61812005C for ; Wed, 27 Dec 2006 03:57:00 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hellskitchen.mr.itd.umich.edu ID 4591E166.9E3F8.18854 ; 26 Dec 2006 21:58:47 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: <769ba7780612261853i4d1297c5v9b57b8d24c4ab618@mail.gmail.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:32297 Archived-At: On Wed, 27 Dec 2006, Zhichu Chen wrote: > Hi Aditya, > > I've copied your codes and replaced the original ones with them, but I > failed when I make the formats: > texexec --make --all > > It gives me the following message: > --------------------------------------------------- > > (d:\ConTeXt\usr\local\context\tex\texmf-local/tex/context/base/math-pln.tex > ! Undefined control sequence. > \@@toks ->\everymathematics > > \dodoappendtoks ->\dodoglobal \@@toks > \@EAEAEA {\@EA \the \@EA \@@toks \the > ... > l.382 \to \everymathematics > > ? q > OK, entering \batchmode Sorry, about that. This is because of the loading order of files. For the time being, you can copy the definitions to cont-new.tex or to the top of your tex file. Hans, what is the proper way of getting this to work. Also append to \everydisplay, or move the definitions to core-mat? (Or I am completely missing the point?) Aditya