ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: placing figures left with no wrap
Date: Tue, 31 May 2005 00:01:42 +0200	[thread overview]
Message-ID: <429B8D46.6040309@wxs.nl> (raw)
In-Reply-To: <20050530204538.GA16854@localhost.localdomain>

Paul Tremblay wrote:
> How can I place a figure to the left of the page *without* having any
> text wrap around it? 
> 
> If I use:
> 
> \placefigure[here]{{\bf
> figure 1.1: }Woolworth store in Lexington}{\externalfigure[WWORIG
> ref]}
> 
> I get a graphic that is centered. I want to push the graphic to the
> left of the page. 
> 
> The only way I know how to achive this right now is with:
> 
> externalfigure[WWORIG ref]
> \par
> {\bf figure 1.1:} Woolworth store in Lexington
> \par
> 
> But this method probably won't keep my captions and graphics together.
> If the graphic is placed at the bottom of the page, my caption will
> appear on the next page.
> 
> Do I need to save the graphic as a buffer and then place the buffer? I
> coudln't find any directions on how to use buffer, though I swear I
> saw it on the wiki.

\definefloat [leftfigure][figure]
\setupfloat[leftfigure][location=left]
\setupcaption[leftfigure][style=bold]

\starttext

\input tufte

\placeleftfigure
   {Woolworth store in Lexington}
   {\externalfigure[WWORIGref]}

\input tufte

\stoptext



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

  reply	other threads:[~2005-05-30 22:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-30 20:45 Paul Tremblay
2005-05-30 22:01 ` Hans Hagen [this message]
2005-05-30 23:00   ` Paul Tremblay

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=429B8D46.6040309@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).