From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34186 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: framed getbuffer Date: Wed, 11 Apr 2007 13:25:42 +0200 Message-ID: <461CC5B6.2010805@elvenkind.com> References: <4601C521.12365.E9A5CF@wwl.musensturm.de> <46023A75.5060900@elvenkind.com> <115224fb0704110357u7b247c9ai8f744d3756c474f3@mail.gmail.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 1176299048 1015 80.91.229.12 (11 Apr 2007 13:44:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 13:44:08 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 11 15:44:04 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 1Hbaxb-0003Jv-SS for gctc-ntg-context-518@m.gmane.org; Wed, 11 Apr 2007 13:25:59 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A99D71FCD9; Wed, 11 Apr 2007 13:25:58 +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 17281-01-5; Wed, 11 Apr 2007 13:25:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 763411FCCE; Wed, 11 Apr 2007 13:25:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 685BC1FCCE for ; Wed, 11 Apr 2007 13:25:48 +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 17281-01-4 for ; Wed, 11 Apr 2007 13:25:43 +0200 (CEST) Original-Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by ronja.ntg.nl (Postfix) with ESMTP id 4D7B11FCC6 for ; Wed, 11 Apr 2007 13:25:43 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:58855 helo=[10.10.0.6]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1HbaxL-000NOD-2v for ntg-context@ntg.nl; Wed, 11 Apr 2007 11:25:43 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070105) In-Reply-To: <115224fb0704110357u7b247c9ai8f744d3756c474f3@mail.gmail.com> 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:34186 Archived-At: >> On Thu, 22 Mar 2007, Taco Hoekwater wrote: >> >> > Diagnostics: >> > >> > The problem is not caused by the \framed, but by the (lack of) >> > parsing done by the buffering routines. >> > Because the \startformula is not expanded, TeX does not realise >> > you are in math mode, so it objects to the ^ character. That was obviously the wrong diagnosis. Just lucky that the patient didn't die. Also interesting: \setuplayout[grid=yes] \hbox{\startformula x^2 \stopformula} (I tried that because in grid mode, the \startformula wraps the body inside a \vbox) Well done Wolfgang, Taco