ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: balancing colums
Date: Thu, 30 Aug 2007 08:35:11 +0200	[thread overview]
Message-ID: <115224fb0708292335q5b433d86l45eb73517c1e7da2@mail.gmail.com> (raw)
In-Reply-To: <E9858A44-56B7-416A-B283-96D231FF4802@fiee.net>

2007/8/29, Henning Hraban Ramm <hraban@fiee.net>:
> Am 2007-08-29 um 15:53 schrieb Jörg Hagmann:
>
> > In the following minimal example, the left column contains 5, the
> > right
> > one 3 lines. I tried \column to get 4 + 4, but it didn't work
>
> The columns features are broken for a long time now, esp. with stuff
> like \startlines, \starttabulate etc.
>
> Maybe you could try column sets. I resolved to tables for my lead
> sheets (ugly code, like old HTML).
>
> http://wiki.contextgarden.net/Columns
>
> Greetlings from Lake Constance!
> Hraban

Hi,

if he has this problem only at one place and has no time he could
use TeX's halign primitive because this did still work.

It is also easy to write a simple wrapper around this this emulate
ConTeXt's table syntax.

\starttext

\startcolumns[rule=on]
\halign{\strut#\quad&\hfil#\cr
one: & text \cr
two: & text \cr
three: & text \cr
four: & text \cr
five: & text \cr
six: & text \cr
seven: & text \cr
eight: & text \cr}
\stopcolumns

\stoptext

Wolfgang
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2007-08-30  6:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-29 13:53 Jörg Hagmann
2007-08-29 16:00 ` Henning Hraban Ramm
2007-08-30  6:35   ` Wolfgang Schuster [this message]
2007-08-30  9:30     ` balancing columns (solved)/ page breaks and itemization (new) Jörg Hagmann
2007-08-30 16:52       ` page breaks and itemization Henning Hraban Ramm

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=115224fb0708292335q5b433d86l45eb73517c1e7da2@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).