From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34184 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: framed getbuffer Date: Wed, 11 Apr 2007 12:17:52 +0200 Message-ID: References: <4601C521.12365.E9A5CF@wwl.musensturm.de> <46023A75.5060900@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176298287 28069 80.91.229.12 (11 Apr 2007 13:31:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 13:31:27 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 11 15:31:16 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HbZtu-0007Eg-Ru for gctc-ntg-context-518@m.gmane.org; Wed, 11 Apr 2007 12:18:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 510731FCA0; Wed, 11 Apr 2007 12:18:06 +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 11580-01; Wed, 11 Apr 2007 12:17:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 716E81FC39; Wed, 11 Apr 2007 12:17:59 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F08CE1FC39 for ; Wed, 11 Apr 2007 12:17:57 +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 11355-01-5 for ; Wed, 11 Apr 2007 12:17:55 +0200 (CEST) Original-Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by ronja.ntg.nl (Postfix) with ESMTP id 8A5B31FC20 for ; Wed, 11 Apr 2007 12:17:53 +0200 (CEST) Original-Received: by an-out-0708.google.com with SMTP id d33so136996and for ; Wed, 11 Apr 2007 03:17:52 -0700 (PDT) Original-Received: by 10.100.128.8 with SMTP id a8mr287407and.1176286672236; Wed, 11 Apr 2007 03:17:52 -0700 (PDT) Original-Received: by 10.100.191.10 with HTTP; Wed, 11 Apr 2007 03:17:52 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34184 Archived-At: > This is a serious bug. Even a simple example fails with the same > error. > > \starttext > \framed{ > \startformula > x^2 = x\cdot x > \stopformula} > \stoptext > > A quick workaround is to use frametext instead of framed, but I am > pretty sure that the above example used to work at some stage. hmm, I can test with two older release. Same error. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2) (format=cont-en 2005.8.26) 11 APR 2007 12:12 entering extended mode %&-line parsing enabled. **&cont-en t.tex (./t.tex{/usr/share/texmf/pdftex/config/pdftex.cfg} ConTeXt ver: 2002.6.25 fmt: 2005.8.26 int: english mes: english ! Missing $ inserted. $ ^ l.4 x^ 2 = x\cdot x %%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%% This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (format=cont-en 2006.3.2) 11 APR 2007 12:05 entering extended mode (/usr/share/texmf/web2c/natural.tcx) **&cont-en t.tex (./t.tex ConTeXt ver: 2005.01.31 fmt: 2006.3.2 int: english mes: english ! Missing $ inserted. $ ^ l.4 x^ 2 = x\cdot x %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% luigi