From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/80814 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Search path for external figures changed Date: Thu, 14 Feb 2013 17:40:58 +0100 Message-ID: <520EF4FB-F0B0-4563-8614-0BA4BB037791@boede.nl> References: <20130207215833.GA893@homerow> <51143A48.5090508@wxs.nl> <20130213131503.GC24111@homerow> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1360860073 26444 80.91.229.3 (14 Feb 2013 16:41:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2013 16:41:13 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 14 17:41:35 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U61sL-0005Qq-Or for gctc-ntg-context-518@m.gmane.org; Thu, 14 Feb 2013 17:41:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 149E6101F2; Thu, 14 Feb 2013 17:41:14 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id awLXBJj1Z7Ay; Thu, 14 Feb 2013 17:41:07 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 7562F101E3; Thu, 14 Feb 2013 17:41:07 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C84AC101E3 for ; Thu, 14 Feb 2013 17:41:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SFH-KP72nwAP for ; Thu, 14 Feb 2013 17:40:59 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id A747C101E0 for ; Thu, 14 Feb 2013 17:40:59 +0100 (CET) Original-Received: from webmail.digitpaint.nl (webmail.digitpaint.nl [83.98.197.40]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r1EGews6029350 for ; Thu, 14 Feb 2013 17:40:59 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by webmail.digitpaint.nl (Postfix) with ESMTP id 3BEFC1A9B34 for ; Thu, 14 Feb 2013 17:40:58 +0100 (CET) Original-Received: from webmail.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CCnXMkJm4GAL for ; Thu, 14 Feb 2013 17:40:58 +0100 (CET) Original-Received: from [192.168.0.20] (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by webmail.digitpaint.nl (Postfix) with ESMTPSA id 1449B1A65FA for ; Thu, 14 Feb 2013 17:40:58 +0100 (CET) In-Reply-To: <20130213131503.GC24111@homerow> X-Mailer: Apple Mail (2.1283) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.40; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0VJ0gEWXJ - b34a5a07944e - 20130214 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:80814 Archived-At: Hi Marco, i think that ou have to specify the path completely \setupexternalfigures[directory=3D{/Users/willi/Documents/BOEDE/Logos}] Willi On Feb 13, 2013, at 2:15 PM, Marco Patzer wrote: > On 2013=9602=9608 Hans Hagen wrote: > = >> default: texmftree >> local : relative to source >> global : path list >> = >> these can be combined > = > How to include MP graphics sitting in a dedicated directory, e.g. > =93graphs=94? > = > %% file: graphs/foo.mp > beginfig(1); > fill unitsquare scaled 2cm withcolor red; > endfig; > = > %% file: test.tex > \setupexternalfigures > [directory=3Dgraphs, > %% location=3D???, > ] > = > \startMPrun > %% including the path works > %% input graphs/foo.mp; > = > input foo.mp; > \stopMPrun > = > \starttext > \externalfigure [mprun.1] > \stoptext > = > Marco > _________________________________________________________________________= __________ > If your question is of interest to others as well, please add an entry to= the Wiki! > = > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________