ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Kip Warner <kip@thevertigo.com>
To: Hans Hagen <pragma@wxs.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: TABLE not splitting across page boundary
Date: Mon, 02 Apr 2012 17:13:34 -0700	[thread overview]
Message-ID: <1333412014.23150.159.camel@kip-laptop> (raw)
In-Reply-To: <4F798566.2010403@wxs.nl>


[-- Attachment #1.1: Type: text/plain, Size: 1155 bytes --]

On Mon, 2012-04-02 at 12:54 +0200, Hans Hagen wrote:
> \placetable[force,nonumber,right,split]

Thanks Hans. That works for splitting the table, but text no longer
wraps around it properly anymore. The table is aligned on the right side
of the page, and splits at a page boundary as requested, but the rest of
the page is blank on its left with body text only above and below it.

\input knuth

\placetable[nonumber,right,split,4*hang]{}
{
    \bTABLE[width=0.25\textwidth]
    \setupTABLE[column][1]
        [align={middle,lohi},
         background=color,
         backgroundcolor=colour_table_row_even,
         style=\bfxx,
         width=2.3cm]
    \setupTABLE[column][2]
        [align=flushleft,
         option=stretch,
         background=color,
         backgroundcolor=colour_table_row_odd]
    \setupTABLE[each][each]
        [style=\tfxx]

    \bTABLEbody

        \bTR
            \bTC Stuff \eTC
            \bTC Stuff \eTC
        \eTR

        ...
    \eTABLEbody

\eTABLE
}

\input knuth

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2012-04-03  0:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02  5:41 Kip Warner
2012-04-02 10:54 ` Hans Hagen
2012-04-03  0:13   ` Kip Warner [this message]
2012-04-03  8:16     ` Hans Hagen
2012-04-03 19:18       ` Kip Warner

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=1333412014.23150.159.camel@kip-laptop \
    --to=kip@thevertigo.com \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.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).