ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: longtable and tabularx in context
Date: Wed, 11 Aug 1999 17:08:34 +0200	[thread overview]
Message-ID: <37B191F2.65A27BAF@wxs.nl> (raw)
In-Reply-To: <199908111312.PAA02437@servalys.hobby.nl>

Wybo Dekker wrote:

> 1: I'm trying to find out how to make long tables (several pages) in
>    context. The table manual tells me to add u in the \BeginTable
>    command. But if I add that one to \starttable is doesn't recognize
>    it.

Use \starttables \stoptables instead. You can also say: 

\splitfloat
  {\placefigure{caption}}
  {whatever to be split} 

or: 

\startbuffer
\startables[preamble]
\stoptables
\stopbuffer

\splitfloat{\placefigure{caption}}{\getbuffer}

Subnumbers are automatically appended. See core-tab.tex (of beta manual)
for more info. 

When nu vertical rules are used, it's better to use \starttabulate ...
\stoptabulate, see latest maps. Tabulations automatically break across
pages, even p entries are split. I'm working on color in tabulations. 

> 2: is there a way to expand tables horizontally by expanding (the
>    contents of) only certain columns like latex's tabularx?

When you use \starttabulate ... \stoptabulate, the p entries (there can
be multiple p entries and I will implement width ratios soon) will
divide the available space. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


  reply	other threads:[~1999-08-11 15:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-11 13:12 Wybo Dekker
1999-08-11 15:08 ` Hans Hagen [this message]
1999-08-12 12:40   ` Wybo Dekker
1999-08-12 19:10     ` Hans Hagen
1999-08-13 15:45       ` Wybo Dekker
1999-08-14  8:26         ` Hans Hagen
1999-08-14 11:14           ` Wybo Dekker
1999-08-12 21:17     ` Berend de Boer
1999-08-11 15:01 Berend de Boer

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=37B191F2.65A27BAF@wxs.nl \
    --to=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).