From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33924 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: framed getbuffer Date: Wed, 21 Mar 2007 23:52:01 +0100 Message-ID: <4601C521.12365.E9A5CF@wwl.musensturm.de> 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 1174517861 30085 80.91.229.12 (21 Mar 2007 22:57:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 22:57:41 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 21 23:57:34 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 1HU9kK-0003uy-2B for gctc-ntg-context-518@m.gmane.org; Wed, 21 Mar 2007 23:57:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E0394200E5; Wed, 21 Mar 2007 23:57:30 +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 31237-01-5; Wed, 21 Mar 2007 23:57:23 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD192201E9; Wed, 21 Mar 2007 23:57:22 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6C09201E9 for ; Wed, 21 Mar 2007 23:57:19 +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 31237-01-4 for ; Wed, 21 Mar 2007 23:57:17 +0100 (CET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ronja.ntg.nl (Postfix) with ESMTP id 4CF46200E5 for ; Wed, 21 Mar 2007 23:57:17 +0100 (CET) Original-Received: from [89.13.25.111] (helo=[192.168.178.21]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1HU9k32acd-0006Qf; Wed, 21 Mar 2007 23:57:16 +0100 Priority: normal X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: V01U2FsdGVkX18ZVPzNJfPUeFzZgh2akqq689xoimZQHFVVlcy sFgrJqIgYlmF4yXLMNUpQHFDjpBZ5eEh0ZipPvrmgOjheo8o14 OeXuXyRRzrka6yoKqg5PAgAj8V2qu6R 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:33924 Archived-At: Hallo! The following simple example doesn't compile (ConTeXt ver. 2007.01.02 and Live ConTeXt). What am I doing wrong? \starttext \startbuffer \startformula x^2 = x\cdot x \stopformula \stopbuffer \framed{\getbuffer} \stoptext Wolfgang