From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30210 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: Re: Problem with external graphics Date: Thu, 10 Aug 2006 08:48:14 +0200 Message-ID: <44DAD6AE.3020403@nibua-r.org> References: <44DA4149.7090500@sun.com> <44DA4F83.7010109@wxs.nl> <44DA614D.5050608@sun.com> 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 1155192525 1334 80.91.229.2 (10 Aug 2006 06:48:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Aug 2006 06:48:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 10 08:48:44 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 1GB4LP-0004H5-Gh for gctc-ntg-context-518@m.gmane.org; Thu, 10 Aug 2006 08:48:39 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9376F1FEB7; Thu, 10 Aug 2006 08:48:38 +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 20237-02; Thu, 10 Aug 2006 08:48:32 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 97B841FE5B; Thu, 10 Aug 2006 08:48:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 728D61FE5B for ; Thu, 10 Aug 2006 08:48:29 +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 19777-08 for ; Thu, 10 Aug 2006 08:48:25 +0200 (CEST) Original-Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [213.186.38.137]) by ronja.ntg.nl (Postfix) with SMTP id 981D81FE57 for ; Thu, 10 Aug 2006 08:48:24 +0200 (CEST) Original-Received: (qmail 11004 invoked by uid 503); 10 Aug 2006 06:49:51 -0000 Original-Received: from b6.ovh.net (HELO mail172.ha.ovh.net) (213.186.33.56) by 27.mail-out.ovh.net with SMTP; 10 Aug 2006 06:49:51 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 10 Aug 2006 06:48:23 -0000 Original-Received: from d213-103-249-106.cust.tele2.fr (HELO ?192.168.78.10?) (aubin@nibua-r.org@213.103.249.106) by ns0.ovh.net with SMTP; 10 Aug 2006 06:48:21 -0000 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: fr, en Original-To: Mark.Almeida@Sun.COM, mailing list for ConTeXt users In-Reply-To: <44DA614D.5050608@sun.com> X-Ovh-Remote: 213.103.249.106 (d213-103-249-106.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.500946/0.0/5.0/N 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:30210 Archived-At: The Wizard a =E9crit : >I also tried the answer offered by Renaud, = >"\placefigure[here]{none}{\externalfigure[Figure1]}", which results in = >no figure at all. > > = > adapt Figure1 -> Figure 1 according to your useexternalfigure declaration... \placefigure[here]{none}{\externalfigure[Figure1] An example from a document of mine: \useexternalfigure[largeur][nofile][width=3D.5\textwidth] \useexternalfigure[slime][src/images/slime][largeur] \placefigure[here][fig:ssrI]{Robot \SSR-I ({\sc Hirose})}{\externalfigure[slime]} Cheers, Renaud