ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: tables and fonts
Date: Wed, 08 Sep 1999 12:30:16 +0200	[thread overview]
Message-ID: <37D63AB8.45999905@wxs.nl> (raw)
In-Reply-To: <Pine.LNX.4.10.9909080911530.815-100000@ahania.gmd.de>

Matthew Baker wrote:

> Changing starttable and stoptable to starttabulate and stoptabulate
> worked!  Now p(10cm) gives me properly justified paragraphs and p(10cm)c
> gives me centred text.  So what's the difference between table and
> tabulate?

Table is based on Wichura's table, but extended with proper spacing, an
interface, braking tables across pages, and color support (within what
tex permits). It's normally used for floating tables. 

tabulate is something I wrote myself, and is more tuned to
in-text-tables, and does automatic table par width calculations, so 

\starttabulate[|l|p|p|]

automatically distributes the available space between the 2 p's 

Opposite to Table, the tabulate mechanism also breaks the p's across
pages. 

(I am currently experimenting with color and backgrounds in tabulate;
also think of metapost graphics in overlays behind cells). 

Some day I will write myself a successor to the table one. Actually not
even that hard, once one understands alignments. 

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-09-08 10:30 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <Pine.LNX.4.10.9909080911530.815-100000@ahania.gmd.de>]

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=37D63AB8.45999905@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).