ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Paul Tremblay <phthenry@iglou.com>
Subject: Re: placing figures left with no wrap
Date: Mon, 30 May 2005 19:00:54 -0400	[thread overview]
Message-ID: <20050530230054.GB17333@localhost.localdomain> (raw)
In-Reply-To: <429B8D46.6040309@wxs.nl>

Thanks. I discovered that a bit ago and was just about to post what I
found out. 

Now, I don't suppose there is any way to actually fine-tune the
placement? I asked this question about two months ago and since I
didn't get a response figured there was no way.

For example, I would like to indent the figures about 5 cm from the
left margin.

Paul

On Tue, May 31, 2005 at 12:01:42AM +0200, Hans Hagen wrote:
> From: Hans Hagen <pragma@wxs.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Date: Tue, 31 May 2005 00:01:42 +0200
> Subject: Re: [NTG-context] placing figures left with no wrap
> User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
> 
> 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
> -----------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

-- 

************************
*Paul Tremblay         *
*phthenry@iglou.com    *
************************

      reply	other threads:[~2005-05-30 23:00 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
2005-05-30 23:00   ` Paul Tremblay [this message]

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=20050530230054.GB17333@localhost.localdomain \
    --to=phthenry@iglou.com \
    --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).