ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Problem with external graphics
Date: Wed, 09 Aug 2006 23:11:31 +0200	[thread overview]
Message-ID: <44DA4F83.7010109@wxs.nl> (raw)
In-Reply-To: <44DA4149.7090500@sun.com>

The Wizard wrote:
> 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=520,type=pdf,factr=broad]
> % 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?
>
>   
because it dos not fit (spacing around it,

\placefigure
[force,none][]
{}
{\externalfigure[Figure 1][Figure 1]}


may help

-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

  parent reply	other threads:[~2006-08-09 21:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-09 20:10 The Wizard
2006-08-09 20:26 ` Renaud AUBIN
2006-08-09 21:11 ` Hans Hagen [this message]
2006-08-09 22:27   ` The Wizard
2006-08-10  6:48     ` Renaud AUBIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44DA4F83.7010109@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).