From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30200 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: Re: Problem with external graphics Date: Wed, 09 Aug 2006 22:26:23 +0200 Message-ID: <44DA44EF.6030307@nibua-r.org> References: <44DA4149.7090500@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 1155155214 8614 80.91.229.2 (9 Aug 2006 20:26:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Aug 2006 20:26:54 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 09 22:26:52 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 1GAudW-0001Pr-IT for gctc-ntg-context-518@m.gmane.org; Wed, 09 Aug 2006 22:26:42 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA8E61FED8; Wed, 9 Aug 2006 22:26:41 +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 01773-02-3; Wed, 9 Aug 2006 22:26:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 990CE1FEC6; Wed, 9 Aug 2006 22:26:35 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8236A1FEC6 for ; Wed, 9 Aug 2006 22:26:34 +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 01773-02-2 for ; Wed, 9 Aug 2006 22:26:33 +0200 (CEST) Original-Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by ronja.ntg.nl (Postfix) with SMTP id AA1861FEB7 for ; Wed, 9 Aug 2006 22:26:33 +0200 (CEST) Original-Received: (qmail 11196 invoked by uid 503); 9 Aug 2006 20:26:25 -0000 Original-Received: from b6.ovh.net (HELO mail14.ha.ovh.net) (213.186.33.56) by 42.mail-out.ovh.net with SMTP; 9 Aug 2006 20:26:25 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 9 Aug 2006 20:26:38 -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; 9 Aug 2006 20:26:34 -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: <44DA4149.7090500@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.500001/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:30200 Archived-At: What happens with \placefigure[here]{none}{\externalfigure[Figure1]} ? Renaud The Wizard a =E9crit : >All - > I am experiencing some strange behavior with external graphics. I = >use one file to setup all the graphics for later inclusion. All that is = >in the file is a bunch of "\useexternalgraphics" statements, so I can = >reference the graphics by name later. The problem comes when I try to = >use "\placefigure" instead of "\externalfigure". Here is an example: > >Figure setup: > >\useexternalfigure[Figure 1][Figure1][scale=3D520,type=3Dpdf,factr=3Dbroad] >% This sets up the file 'Figure1.pdf' for later inclusion > >If I then reference it using > >\externalfigure[Figure 1] > >the figure is included at the spot following the text, and fits on the = >remainder of the page, which is what I want. But if I try to add a = >caption to it by using > >\placefigure >[force][] >{} >{\externalfigure[Figure 1][Figure 1]} > >the figure gets the caption, but always is placed on the top of the = >following page. Why is this? > > = >