ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: midaligned tabulate?
Date: Thu, 08 Jan 2004 09:36:04 +0100	[thread overview]
Message-ID: <6.0.1.1.2.20040108093150.01f9aec0@server-1> (raw)
In-Reply-To: <3FFD0EDB.2090904@boede.nl>

At 09:03 08/01/2004, you wrote:
>Hi Patrick,
>
>I would try to place this in the \placefloat environment
>
>\placetable[here,middle][]
>    {centered table}
>    {\starttabulate
>       your actual table ...
>    \stoptabulate}

or:

\definefloat[centered][table]

\setupfloat[centered][default={none}]

\starttext

\input ward

\placecentered
   {just a comment}
   {\starttabulate[|l|l|]
    \NC test \NC test \NC \NR
    \stoptabulate}

\input tufte

\setuptabulate[margin=3cm]

\starttabulate[|l|l|]
\NC test \NC test \NC \NR
\stoptabulate

\input davis

\stoptext

  reply	other threads:[~2004-01-08  8:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-07 22:28 Patrick Gundlach
2004-01-08  8:03 ` Willi Egger
2004-01-08  8:36   ` Hans Hagen [this message]
2004-01-08  8:52     ` Patrick Gundlach
2004-01-08  9:58       ` Hans Hagen
2004-01-13 12:56     ` \reference[mark]{(\the\equationnumber)} Albrecht Kauffmann
2004-01-13 13:05       ` \reference[mark]{(\the\equationnumber)} Tobias Burnus
2004-01-13 13:28         ` \reference[mark]{(\the\equationnumber)} Albrecht Kauffmann
     [not found]       ` <Pine.GSO.4.30.0401131346360.24069-100000@persius.rz.uni-po tsdam.de>
2004-01-13 16:56         ` \reference[mark]{(\the\equationnumber)} Hans Hagen
2004-01-08  8:37   ` midaligned tabulate? Patrick Gundlach

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=6.0.1.1.2.20040108093150.01f9aec0@server-1 \
    --to=pragma@wxs.nl \
    --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).