ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Andres Loeh <andres@cs.uu.nl>
Subject: Re: tabulate + columns
Date: Thu, 18 Apr 2002 16:27:42 +0200	[thread overview]
Message-ID: <20020418162742.C2561@cs.uu.nl> (raw)
In-Reply-To: <00ba01c1e6b8$619043e0$0400a8c0@arnhem.chello.nl>; from frans@goddijn.com on Thu, Apr 18, 2002 at 11:06:49AM +0200

> When you're sure it works maybe you can post the working example? I keep
> such examples on file in case I need something similar later on...

Okay, here it is:

\starttext

% balances correctly (2+2+2+2)
\startcolumns [n=4,balance=yes] 
\setuptabulate [before=,after=]
\starttabulate [|l|r|]
\NC One         \NC $1$ \NC \NR
\NC Two         \NC $1$ \NC \NR
\NC Three       \NC $3$ \NC \NR
\NC Four        \NC $2$ \NC \NR
\NC Five        \NC $2$ \NC \NR
\NC Six         \NC $3$ \NC \NR
\NC Seven       \NC $2$ \NC \NR
\NC Eight       \NC $1$ \NC \NR
\stoptabulate
\stopcolumns

\blank [big]

% balances ugly (3+3+2+0)
\startcolumns [n=4,balance=yes] 
\starttabulate [|l|r|]
\NC One         \NC $1$ \NC \NR
\NC Two         \NC $1$ \NC \NR
\NC Three       \NC $3$ \NC \NR
\NC Four        \NC $2$ \NC \NR
\NC Five        \NC $2$ \NC \NR
\NC Six         \NC $3$ \NC \NR
\NC Seven       \NC $2$ \NC \NR
\NC Eight       \NC $1$ \NC \NR
\stoptabulate
\stopcolumns

\stoptext

Groeten,
  Andres

-- 

Andres Loeh, Universiteit Utrecht

mailto:andres@cs.uu.nl     mailto:mail@andres-loeh.de
http://www.andres-loeh.de


      reply	other threads:[~2002-04-18 14:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-18  6:51 Andres Loeh
2002-04-18  8:52 ` [ConTeXt] " Andres Loeh
2002-04-18  9:06   ` Frans Goddijn
2002-04-18 14:27     ` Andres Loeh [this message]

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=20020418162742.C2561@cs.uu.nl \
    --to=andres@cs.uu.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).