From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34205 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: error in meta-txt.tex Date: Thu, 12 Apr 2007 12:09:19 +0200 Message-ID: <461E054F.1060408@seznam.cz> Reply-To: vit.zyka@seznam.cz, 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 1176374187 16235 80.91.229.12 (12 Apr 2007 10:36:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 10:36:27 +0000 (UTC) To: ConTeXt , Hans Hagen Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 12 12:36:19 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 1Hbwf4-0006pI-VS for gctc-ntg-context-518@m.gmane.org; Thu, 12 Apr 2007 12:36:19 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 86D411FAC0; Thu, 12 Apr 2007 12:36:14 +0200 (CEST) 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 28844-01-4; Thu, 12 Apr 2007 12:36:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C25411FE6D; Thu, 12 Apr 2007 12:08:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ED81E1FE6D for ; Thu, 12 Apr 2007 12:08:51 +0200 (CEST) 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 24157-03-4 for ; Thu, 12 Apr 2007 12:08:49 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by ronja.ntg.nl (Postfix) with ESMTP id 973EF1FE61 for ; Thu, 12 Apr 2007 12:08:49 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id m2so283010uge for ; Thu, 12 Apr 2007 03:08:49 -0700 (PDT) Original-Received: by 10.67.115.17 with SMTP id s17mr1121669ugm.1176372528991; Thu, 12 Apr 2007 03:08:48 -0700 (PDT) Original-Received: from ?192.168.1.24? ( [82.208.57.182]) by mx.google.com with ESMTP id x33sm2463768ugc.2007.04.12.03.08.47; Thu, 12 Apr 2007 03:08:48 -0700 (PDT) User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) 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:34205 Archived-At: Hi Hans, there is an error in meta-txt.tex: instead of \includeMPgraphic{followtokens} should be something like \includeMPgraphic{followtokens}\relax otherwise we get icture pic[]; ... in .mp file Vit Test file: ------------------------------------- \starttext \useMPlibrary[txt] \startuseMPgraphic{followtokens} path P, RotPath, C; C:= fullcircle scaled 10cm; draw C withpen pencircle scaled 0pt; P:= fullcircle scaled 11.3cm; RotPath:= subpath (3.25,4.5) of P; \stopuseMPgraphic \hbox{\followtokens{Text along the arc.}} \stoptext -------------------------------------