From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13165 Path: main.gmane.org!not-for-mail From: Matthew Huggett Newsgroups: gmane.comp.tex.context Subject: Re: finding external figures Date: Wed, 10 Sep 2003 22:40:10 +0900 Sender: ntg-context-admin@ntg.nl Message-ID: <3F5F29BA.2000308@zam.att.ne.jp> References: <000b01c37785$768af600$0500a8c0@best> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063201584 6746 80.91.224.253 (10 Sep 2003 13:46:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 13:46:24 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Sep 10 15:46:22 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19x5Ic-0000QM-00 for ; Wed, 10 Sep 2003 15:46:22 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B839D10B9D; Wed, 10 Sep 2003 15:46:17 +0200 (MEST) Original-Received: from smtp1.att.ne.jp (smtp1.att.ne.jp [165.76.15.137]) by ref.ntg.nl (Postfix) with ESMTP id 2885410B93 for ; Wed, 10 Sep 2003 15:40:22 +0200 (MEST) Original-Received: from zam.att.ne.jp (218.231.177.205.eo.eaccess.ne.jp [218.231.177.205]) by smtp1.att.ne.jp (Postfix) with ESMTP id 954B515AF8 for ; Wed, 10 Sep 2003 22:40:18 +0900 (JST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en, zh-cn, ja, zh-tw Original-To: ntg-context@ntg.nl In-Reply-To: <000b01c37785$768af600$0500a8c0@best> 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:13165 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13165 Pawel Jackowski na Onet wrote: >Is there any way to use absolute path for external figure in ConTeXt code? > > > Is the following example from the manual of any help? \setupexternalfigures[directory={c:/fig/eps,c:/fig/pdf}] Note that the path needs / not \ Matthew