From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11601 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Using MetaPost graphics in ConTeXt Date: Sun, 23 Mar 2003 22:38:37 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <19914960201.20030323223837@iol.it> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048455905 4497 80.91.224.249 (23 Mar 2003 21:45:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2003 21:45:05 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Mar 23 22:45:04 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xDH6-0001AJ-00 for ; Sun, 23 Mar 2003 22:45:04 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BBDD310B9C; Sun, 23 Mar 2003 22:45:00 +0100 (MET) Original-Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by ref.ntg.nl (Postfix) with ESMTP id 4265E10B8E for ; Sun, 23 Mar 2003 22:42:38 +0100 (MET) Original-Received: from [151.29.131.202] (151.29.131.202) by smtp2.libero.it (6.7.015) id 3E48BA3400F4EB52 for ntg-context@ntg.nl; Sun, 23 Mar 2003 22:42:34 +0100 X-Mailer: The Bat! (v1.63 Beta/7) X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11601 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11601 Hello, I'm trying to use some MetaPost-generated graphics with ConTeXt, but I seem to be unable to do so. I have a file test.1 in the same directory as the ConTeXt source, which is as minimal as: \starttext \input tufte \placefigure[left] {Esempio di settore circolare} {\externalfigure[test.1]} \input knuth \stoptext but it seems like it can't find the file test (no extension); I tried adding options [type=mps] or [method=mps] or both, but each fails with a different error: either it looks for test.mps or it looks for test.unknown ... What should I do (apart renaming the figure file)? -- Giuseppe "Oblomov" Bilotta