From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24610 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: metapost textext? Date: Wed, 21 Dec 2005 21:53:49 +0100 Message-ID: <43A9C0DD.5060201@boede.nl> References: <075F2D26-BD3A-4A95-B73D-D5C1A1B8A7F1@science.uva.nl> <43A98442.6080303@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135198453 14087 80.91.229.2 (21 Dec 2005 20:54:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 20:54:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 21: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 1EpAyI-0007ik-19 for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 21:54:02 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3DCE31288D; Wed, 21 Dec 2005 21:54:01 +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 04100-07; Wed, 21 Dec 2005 21:53:57 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 29BC61282F; Wed, 21 Dec 2005 21:53:57 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 63DFC1282F for ; Wed, 21 Dec 2005 21:53:56 +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 04147-02-2 for ; Wed, 21 Dec 2005 21:53:55 +0100 (CET) Original-Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by ronja.ntg.nl (Postfix) with ESMTP id 698C6127FA for ; Wed, 21 Dec 2005 21:53:55 +0100 (CET) Original-Received: from [192.168.0.193] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id jBLKrmhC071221 for ; Wed, 21 Dec 2005 21:53:55 +0100 (CET) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43A98442.6080303@wxs.nl> X-Virus-Scanned: by XS4ALL Virus Scanner 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:24610 Archived-At: Hi, this code compiles without problems on a Windows-XP machine with: This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5) ConTeXt ver: 2005.11.30 fmt: 2005.12.19 int: english mes: english Willi Hans Hagen wrote: > Hans van der Meer wrote: > >> Panic using metapost in context. >> This used to work. I did a file that previously >> (\thisisutilityversion {1998.12.20}) had good output but now has >> "unknown" everywhere for textext calls! >> >> \starttext >> \startuseMPgraphic{one} >> draw (0,0)--(100,0)--(100,50)--(50,50)--(50,100)--(0,100)--(0,0); >> label (textext("label"), (10,25)); >> \stopuseMPgraphic >> \useMPgraphic{one} >> \stoptext >> >> But now I see "unknown" as the text typeset instead of "label"! >> What happened. This is disastrous. > > > this normally points to an error in mp processing (unknown is the fall > back text), not so much to something wrong with context (i hope) > > it runs ok here; how does it runs at other machines? > > (this intermediate mp runnig tex is a kind of messy mp feature and > errors are hard to trace) > > Hans > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context