ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Bill McClain <wmcclain@salamander.com>
Subject: Re: Figure combination
Date: Fri, 4 Oct 2002 07:49:01 -0500	[thread overview]
Message-ID: <20021004074901.3c1746da.wmcclain@salamander.com> (raw)
In-Reply-To: <3FE64D5C2097CB4987A92D4FBC0927AA0AFFF1@ntintran.nlr.nl>

On Fri, 4 Oct 2002 12:25:06 +0200
"Woering, A.A." <woering@nlr.nl> wrote:

> In a document I am writing at the moment I would like to have one
> large image(1) on the right with two (2,3) detailed images on the
> right as shown:
> 
> 
> 1111 222
> 1111 222
> 1111 333
> 1111 333

Recently I wanted to do somethng similar:

1111 2222
333333333

This is what I used:

\vbox{
\placegraphic[here]{} {
    \startcombination[2*1]
        {\externalfigure[crown0001]}{xxx}
        {\externalfigure[crown0002]}{xxx}
    \stopcombination}
\placegraphic[here]{} {
    \startcombination[1*1]
        {\externalfigure[crown0003]}{xxx}
    \stopcombination}
}

You might be able to do something similar with an \hbox.

There is also \placesidebyside and \placeontopofeachother, but I haven't
used them.

-Bill
-- 
Sattre Press                                The King in Yellow
http://sattre-press.com/                 by Robert W. Chambers
info@sattre-press.com             http://kiy.sattre-press.com/ 


  parent reply	other threads:[~2002-10-04 12:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-04 10:25 Woering, A.A.
2002-10-04 11:05 ` Jens-Uwe Morawski
2002-10-04 12:49 ` Bill McClain [this message]
2002-10-04 13:17 Woering, A.A.
2002-10-04 14:40 ` Bill McClain
2002-10-06 20:28 ` Hans Hagen

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=20021004074901.3c1746da.wmcclain@salamander.com \
    --to=wmcclain@salamander.com \
    /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).