From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31453 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Maur=EDcio?= Newsgroups: gmane.comp.tex.context Subject: Re: Directories of pictures Date: Fri, 20 Oct 2006 12:28:40 -0200 Message-ID: References: <4538C5A9.3050503@nibua-r.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1161354738 28922 80.91.229.2 (20 Oct 2006 14:32:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Oct 2006 14:32:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 20 16:32:16 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GavPh-0008Bs-1g for gctc-ntg-context-518@m.gmane.org; Fri, 20 Oct 2006 16:31:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F2971FF29; Fri, 20 Oct 2006 16:31:56 +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 12397-01; Fri, 20 Oct 2006 16:31:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6A8C51FF38; Fri, 20 Oct 2006 16:29:22 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CACF91FF27 for ; Fri, 20 Oct 2006 16:29:16 +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 11867-05 for ; Fri, 20 Oct 2006 16:29:12 +0200 (CEST) Original-Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by ronja.ntg.nl (Postfix) with SMTP id DD09F1FCCE for ; Fri, 20 Oct 2006 16:29:12 +0200 (CEST) Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GavMm-0007Zh-1i for ntg-context@ntg.nl; Fri, 20 Oct 2006 16:28:56 +0200 Original-Received: from 200.230.4.189 ([200.230.4.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Oct 2006 16:28:56 +0200 Original-Received: from briqueabraque by 200.230.4.189 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Oct 2006 16:28:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ntg.nl Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 200.230.4.189 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) In-Reply-To: <4538C5A9.3050503@nibua-r.org> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:31453 Archived-At: >> Hi, >> >> When I use \externalfigure inside of \placefigure, Context can only = >> find filenames in the current directory, i.e., the directory where I'm = >> executing texexec. How can I instruct Context to look for files on the = >> same directory of my .tex file? >> = > (...) > \placefigure[here]{none}{ > \startcombination[2*4] > {\externalfigure[courbe1][width=3D.4\textwidth]}{} > {\externalfigure[courbe2][width=3D.4\textwidth]}{} > (...) > = > texexec sample give satisfaction... That's what I'm doing, but Context looks for the .png files in the = current directory. > = > My previous answer assumes that your pictures are in ./src/images/ > = With your previous example, I would have to place my pictures in = /scr/images. I would like to put my pictures in = /scr/images, and have Context to find them no matter which = directory I'm in when I execute texexec. Also, I would like to use = relative paths, not absolute paths. Best, Maur=EDcio