ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Giuseppe Bilotta <gip.bilotta@iol.it>
Subject: Complex layout question
Date: Sat, 17 Sep 2005 13:32:47 +0200	[thread overview]
Message-ID: <1195667438.20050917133247@iol.it> (raw)

Hi all, I have a LARGE (we're talking about the hundred
scale) number of floats I would like to distribute across a
document. These are paired (a table and a figure). The
layout that results from coupling them side by side doesn't
satisfy me, so I was looking for a different approach. I
would like them to be distributed across the pages by
placing the tables at the top left and the figure at the
bottom right, text flowing around them. Since there is a
very large number of floats, I would like this placement to
be automatic: "From now on, do this until you run out of
text/floats"

I already did something like the following

\newcount\curvenum
\global\curvenum=1
\def\newpar{
\oldpar
\glet\par\oldpar
\input tests/curves-\the\curvenum.tex
\global\advance\curvenum1
\ifnum\curvenum<8\let\par\newpar\fi
}
\let\oldpar\par
\let\par\newpar

to "delay-load" floats, since loading them all at once fills
up the main memory. But how to achieve the layout?

-- 
Giuseppe "Oblomov" Bilotta

             reply	other threads:[~2005-09-17 11:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-17 11:32 Giuseppe Bilotta [this message]
2005-09-18 19:46 ` Hans Hagen
2005-09-19  6:09   ` Re[2]: " Giuseppe Bilotta

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=1195667438.20050917133247@iol.it \
    --to=gip.bilotta@iol.it \
    --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).