From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52121 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: metaobj and luatex 0.42.0 Date: Thu, 06 Aug 2009 22:01:58 +0200 Message-ID: <4A7B36B6.6040301@elvenkind.com> References: <1249585103.867128157@192.168.1.201> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249588946 15899 80.91.229.12 (6 Aug 2009 20:02:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 20:02:26 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 06 22:02:19 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MZ9AJ-0006BD-G4 for gctc-ntg-context-518@m.gmane.org; Thu, 06 Aug 2009 22:02:19 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2D2C9C9B87; Thu, 6 Aug 2009 22:02:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fkRYMGg8pUur; Thu, 6 Aug 2009 22:02:10 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CAB88C9B41; Thu, 6 Aug 2009 22:02:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 54F97C9B41 for ; Thu, 6 Aug 2009 22:02:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rWzykIKxrorp for ; Thu, 6 Aug 2009 22:02:04 +0200 (CEST) Original-Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by balder.ntg.nl (Postfix) with ESMTP id 7C13BC9B35 for ; Thu, 6 Aug 2009 22:02:04 +0200 (CEST) Original-Received: from [192.168.178.26] (boo.demon.nl [82.161.175.147]) (authenticated bits=0) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id n76K1xjN066294 for ; Thu, 6 Aug 2009 22:02:04 +0200 (CEST) (envelope-from taco@elvenkind.com) User-Agent: Thunderbird 2.0.0.21 (X11/20090330) In-Reply-To: <1249585103.867128157@192.168.1.201> X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:52121 Archived-At: Matthew Claus wrote: > This minimal example works with "texexec example.tex" but fails with "context > example.tex". > > \startMPinclusions > input metaobj; > \stopMPinclusions > > \starttext > \startMPpage > newBox.a(\sometxt{hello world}); > a.c = origin; > drawObj(a); > > \stopMPpage > \stoptext > > Is this expected to work (I realize the 0.42.0 is very new) I am not surprised it fails. Most metapost code in mkiv is run at least twice for some reason, and so equations tend to fail. You could try with \startMPpage newBox.a(\sometxt{hello world}); a.c := origin; drawObj(a); \stopMPpage but even then it depends on what newBox does internally. Best wishes, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________