ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* placing figures
@ 2002-07-11 17:48 Henning Hraban Ramm
  2002-07-11 20:02 ` Bill McClain
  2002-07-12 15:42 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2002-07-11 17:48 UTC (permalink / raw)


Ahoi!

If I use \placefigure[left]{none}{\externalfigure[somepicture]} there's always 
a vast space around the image.
For using initial letter pictures (or more like that) I'd like to decrease 
that space. But I didn't find the right options, something in
\setupfloats, I guess.

Is it further possible to place this figure at the upper rim of its space
and not centered?

Any hints?

Grüßlis vom Hraban!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: placing figures
  2002-07-11 17:48 placing figures Henning Hraban Ramm
@ 2002-07-11 20:02 ` Bill McClain
  2002-07-12 16:26   ` Hans Hagen
  2002-07-12 15:42 ` Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Bill McClain @ 2002-07-11 20:02 UTC (permalink / raw)
  Cc: ntg-context

On Thu, 11 Jul 2002 19:48:36 +0200
Henning Hraban Ramm <angerweit@gmx.net> wrote:

> Ahoi!
> 
> If I use \placefigure[left]{none}{\externalfigure[somepicture]}
> there's always a vast space around the image.
> For using initial letter pictures (or more like that) I'd like to
> decrease that space. But I didn't find the right options, something in
> \setupfloats, I guess.

I've used this for just that purpose:

\setupfloats[spacebefore=0pt, spaceafter=0pt, sidespacebefore=0pt,
sidespaceafter=0pt, margin=4pt]

-Bill
-- 
Sattre Press                                      Pagan Papers
http://sattre-press.com/                    by Kenneth Grahame
info@sattre-press.com              http://pp.sattre-press.com/ 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: placing figures
  2002-07-11 17:48 placing figures Henning Hraban Ramm
  2002-07-11 20:02 ` Bill McClain
@ 2002-07-12 15:42 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2002-07-12 15:42 UTC (permalink / raw)
  Cc: ntg-context

At 07:48 PM 7/11/2002 +0200, Henning Hraban Ramm wrote:
>Ahoi!
>
>If I use \placefigure[left]{none}{\externalfigure[somepicture]} there's 
>always
>a vast space around the image.
>For using initial letter pictures (or more like that) I'd like to decrease
>that space. But I didn't find the right options, something in
>\setupfloats, I guess.
>
>Is it further possible to place this figure at the upper rim of its space
>and not centered?

\setupfloat
   [figure]
   [sidespacebefore=none,
    sidespaceafter=none]

\setupfloat
   [figure]
   [location=left]

Also, you may want to test (latest version):

   \placefigure[left,high]{}{} \input tufte

to align at the line height.

HAns
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: placing figures
  2002-07-11 20:02 ` Bill McClain
@ 2002-07-12 16:26   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2002-07-12 16:26 UTC (permalink / raw)
  Cc: Henning Hraban Ramm, ntg-context

At 03:02 PM 7/11/2002 -0500, Bill McClain wrote:
>On Thu, 11 Jul 2002 19:48:36 +0200
>Henning Hraban Ramm <angerweit@gmx.net> wrote:
>
> > Ahoi!
> >
> > If I use \placefigure[left]{none}{\externalfigure[somepicture]}
> > there's always a vast space around the image.
> > For using initial letter pictures (or more like that) I'd like to
> > decrease that space. But I didn't find the right options, something in
> > \setupfloats, I guess.
>
>I've used this for just that purpose:
>
>\setupfloats[spacebefore=0pt, spaceafter=0pt, sidespacebefore=0pt,
>sidespaceafter=0pt, margin=4pt]

the latest release also supports

\placefloat[left,nonumber] ...

nonumber
none
high
low

are new options

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-07-12 16:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-11 17:48 placing figures Henning Hraban Ramm
2002-07-11 20:02 ` Bill McClain
2002-07-12 16:26   ` Hans Hagen
2002-07-12 15:42 ` Hans Hagen

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).