From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24670 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: followup metapost textext? Date: Thu, 22 Dec 2005 23:49:40 +0100 Message-ID: <510D86FE-7251-40A4-AE35-CC02EB4686A5@science.uva.nl> References: <43AA5A94.7050609@elvenkind.com> <90BFF6E7-DF4E-4C31-9A9D-1DB20226C81B@science.uva.nl> <43AB270E.7020800@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135292052 3407 80.91.229.2 (22 Dec 2005 22:54:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Dec 2005 22:54:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 22 23:54:11 2005 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 ciao.gmane.org with esmtp (Exim 4.43) id 1EpZK4-00063F-QJ for gctc-ntg-context-518@m.gmane.org; Thu, 22 Dec 2005 23:54:08 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7510E1278A; Thu, 22 Dec 2005 23:54:08 +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 22819-06; Thu, 22 Dec 2005 23:54:07 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EC916128AB; Thu, 22 Dec 2005 23:50:12 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8227B128AB for ; Thu, 22 Dec 2005 23:50:11 +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 22577-04-5 for ; Thu, 22 Dec 2005 23:50:10 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with ESMTP id 7A8B01278A for ; Thu, 22 Dec 2005 23:50:10 +0100 (CET) Original-Received: from 118-251.uva.surfnetthuis.nl [145.98.118.251] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.36). id jBMMo7q08586; Thu, 22 Dec 2005 23:50:07 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ In-Reply-To: <43AB270E.7020800@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:24670 Archived-At: Sorry, my last posting ran into another, earlier thread. In order to prevent confusion I take the liberty to repeat my findings on the code below as reply to Hans Hagen's last posting. When I take the mpgraph mp-input for metapost produced by the ConTeXt run I see: (1) running "system(mpost -progname=mpost -mem=metafun standalone2- mpgraph)...executed." as the log shows gives the wrong metafont output. I also ran mpost with those parameters standalone on that mp- file and got the same bad result. (2) running texexec --mptex on the file gives the correct result. Would this help locating the problem? My mpost is according to mpout.log "This is MetaPost, Version 0.901 (Web2C 7.5.3) (mem=mpost 2005.11.12)". yours sincerely, dr. H. van der Meer On Dec 22, 2005, at 23:22, Hans Hagen wrote: > Hans van der Meer wrote: > >> I finally managed to contrive two simple examples, one that works >> here and one that doesn't. > > minimalized: > > \startuseMPgraphic{standalone} > draw (0,0)--(100,0)--(100,50)--(50,50)--(50,100)--(0,100)--(0,0); > label (textext("cornerstone"), (10,5)) rotated 45 withcolor > \MPcolor {yellow}; > \stopuseMPgraphic > > \starttext > > \startMPcode > \includeMPgraphic{standalone} > \stopMPcode > > \stoptext > > so, there is a problem with textext inside an include (rather > tricky to solve i fear) > > Hans > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context