ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Guy Worthington <guyw@multiline.com.au>
Subject: Re: sidebyside figures
Date: 09 Mar 2003 17:03:21 +0800	[thread overview]
Message-ID: <usmtw3o9y.fsf@multiline.com.au> (raw)
In-Reply-To: <002101c2e5e4$99520a30$6d6b4442@wang>

Lei Wang wrote:

> I have several small figures and want to place them in two columns
> as follows:
> [example snipped]

> [floats] seem to depend on the pagebreak and do not work all the
> time.  If there are a pagebreak before or after the block of these
> figures, it doesn't work well. 

I find floats difficult.  They do weird things.  I tried to create a
minimum file that shows your columns of figures behaving badly -- I
didn't succeed.  Here is the test file I created:

-----

\setupcolors [state=start]

\startuseMPgraphic{fig1}
w := 4cm ; h := 2cm ; ww := 1cm ; hh := 1.5cm ;
fill (0,0)--(0,h)--(w,h)--(w,0)--(ww,0)--(w,hh)--(ww,hh)--(ww,0)--cycle ;
\stopuseMPgraphic

\starttext

\input tufte

\startcolumns[n=2]
\placefigure[here]{blabla}{\useMPgraphic{fig1}}
\column
\placefigure[here]{blabla}{\useMPgraphic{fig1}}
\stopcolumns

\page

\startcolumns[n=2]
\placefigure[here]{blabla}{\useMPgraphic{fig1}}
\column
\placefigure[here]{blabla}{\useMPgraphic{fig1}}
\stopcolumns

\input tufte

\stoptext

%%% Local Variables:
%%% mode:context
%%% End:

-----

You may have to post a more complete example that demonstrates where
ConTeXt is behaving badly.

  reply	other threads:[~2003-03-09  9:03 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-09  1:08 Problem with references Stefan Karlsson
2003-03-09  2:35 ` sidebyside figures Lei Wang
2003-03-09  9:03   ` Guy Worthington [this message]
2003-03-09 17:25     ` Lei Wang
2003-03-09 21:29   ` Hans Hagen
2003-03-10  4:47     ` Lei Wang
2003-03-10 22:15       ` Hans Hagen
2003-03-11  9:27         ` Re[2]: " Giuseppe Bilotta
2003-03-11 10:49           ` Hans Hagen
2003-03-11 12:26             ` Re[3]: " Giuseppe Bilotta
2003-03-11 14:44               ` Hans Hagen
2003-03-11 17:01                 ` Re[4]: " Giuseppe Bilotta
2003-03-12 10:21                   ` Hans Hagen
2003-03-12 14:00                     ` Re[5]: " Giuseppe Bilotta
2003-03-12 15:03                       ` Hans Hagen
2003-03-13  9:28                         ` Re[6]: " Giuseppe Bilotta
2003-03-11 17:47           ` Re[2]: " K.H. Wesseling
2003-03-12 14:01             ` Re[4]: " Giuseppe Bilotta
2003-03-11 20:48         ` Lei Wang
2003-03-12  0:48           ` K.H. Wesseling
2003-03-10  4:48     ` Lei Wang
2003-03-09  2:42 ` Problem with references Guy Worthington
2003-03-09  9:51   ` Stefan Karlsson
2003-03-09 12:04   ` Stefan Karlsson

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=usmtw3o9y.fsf@multiline.com.au \
    --to=guyw@multiline.com.au \
    --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).