ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* combinations question
@ 2000-11-01 17:06 Denis B. Roegel
  2000-11-01 17:17 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Denis B. Roegel @ 2000-11-01 17:06 UTC (permalink / raw)
  Cc: roegel

When I write

\setupclipping[nx=3,ny=2]
\startcombination
  {\clip[x=1,y=1]{\externalfigure[rosette.pdf][width=2cm]}} {1,1}
  {\clip[x=2,y=1]{\externalfigure[rosette.pdf][width=2cm]}} {2,1}
  {\clip[x=3,y=1]{\externalfigure[rosette.pdf][width=2cm]}} {3,1}
\stopcombination

I get the first two clips on one line, and the last clip on a second line.
Why aren't they on the same line?

Thanks,

Denis


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

* Re: combinations question
  2000-11-01 17:06 combinations question Denis B. Roegel
@ 2000-11-01 17:17 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-11-01 17:17 UTC (permalink / raw)
  Cc: ntg-context, roegel

At 06:06 PM 11/1/00 +0100, Denis B. Roegel wrote:
>
>When I write
>
>\setupclipping[nx=3,ny=2]
>\startcombination
>  {\clip[x=1,y=1]{\externalfigure[rosette.pdf][width=2cm]}} {1,1}
>  {\clip[x=2,y=1]{\externalfigure[rosette.pdf][width=2cm]}} {2,1}
>  {\clip[x=3,y=1]{\externalfigure[rosette.pdf][width=2cm]}} {3,1}
>\stopcombination
>
>I get the first two clips on one line, and the last clip on a second line.
>Why aren't they on the same line?

because the default argument to \startcombination is [2*2]

so you may try:

\startcombination[3*1] % or [1*3]

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      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
-------------------------------------------------------------------------


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

end of thread, other threads:[~2000-11-01 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-01 17:06 combinations question Denis B. Roegel
2000-11-01 17:17 ` 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).