From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24604 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: followup metapost textext? Date: Wed, 21 Dec 2005 19:01:52 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: multipart/mixed; boundary="===============0494773432==" X-Trace: sea.gmane.org 1135194847 1587 80.91.229.2 (21 Dec 2005 19:54:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 19:54:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 20:54:06 2005 Return-path: 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 1EpA0g-0006EN-Rx for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 20:52:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7936F127D1; Wed, 21 Dec 2005 20:52:26 +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 02967-03-3; Wed, 21 Dec 2005 20:52:24 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D13F128B8; Wed, 21 Dec 2005 19:29:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 26D0F128AF for ; Wed, 21 Dec 2005 19:29: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 01306-02-6 for ; Wed, 21 Dec 2005 19:29:05 +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 B6239128AD for ; Wed, 21 Dec 2005 19:02:23 +0100 (CET) Original-Received: from 118-173.uva.surfnetthuis.nl [145.98.118.173] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.36). id jBLI2Iq23439; Wed, 21 Dec 2005 19:02:19 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt 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:24604 Archived-At: --===============0494773432== Content-Type: multipart/alternative; boundary=Apple-Mail-1-114605790 --Apple-Mail-1-114605790 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Followup to my previous post (see below) I executed the code on the "live tex site" and, mirabile dictu, there it works. The difference I can see is a much older pdfetex (Version 3.141592-1.21a-2.2 (Web2C 7.5.4)) on the live site, whereas I have a newer one (Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)). Could that be the problem or must I dig deeper? =============== 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. yours sincerely, dr. H. van der Meer --Apple-Mail-1-114605790 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Followup to my previous post (see = below)

I executed the code on = the "live tex site" and, mirabile dictu, there it = works.
The difference I can see is a much older pdfetex (Version = 3.141592-1.21a-2.2 (Web2C 7.5.4)) on the live site,=A0whereas I have a newer = one (Version 3.141592-1.30.4-2.2=A0(Web2C = 7.5.5)).

Could that be the = problem or must I dig deeper?

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

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);
<= DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = margin-left: 0px; "> 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.


yours = sincerely,
dr. H. van der Meer



= --Apple-Mail-1-114605790-- --===============0494773432== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============0494773432==--