ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Columns and different sizes
Date: Tue, 17 Nov 1998 14:57:51 +0100	[thread overview]
Message-ID: <365180DF.4BE36E37@wxs.nl> (raw)

Gilbert van den Dobbelsteen wrote:

> I am creating a flyer with a 3 column layout. Now I need to adapt the
> column-widths for the different columns. Something like this:
> 
> \setupcolumns  % setup width for column 1
>   [1]
>   [width=0.4\hsize]
> 
> \setupcolumns
>   [2]
>   [width=0.4\hsize]
> 
> \setupcolumns
>   [3]
>   [width=0.1\hsize]
> 
> \startcolumns

Haha. You want this in multi columns? TeX cannot do it, apart from the
usual hacks. But, you probably don't need multicolumns, try 

\definieeralineas  % \defineparagraphs

It does exactly what you want (and a bit more).

> I can't find anything that looks like this. In fact I do not want 3
> columns, but only 2, and a small column look-alike-thing in the right
> margin. So a solution could be to create a two-column layout on a page
> with lot's of right-margin, and provide the text in the right-margin
> seperatly? Don't know how to do that either, but I can find that out
> myself (I hope).

Just define a wide pagelayout. If you really need margin for another
purpose too, 
use 

\setuptexts [margin] [left margin stuff] [right margin stuff]

The stuff can go into a \vbox to \leftmarginwidth{}

etc etc, 

Hans

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


             reply	other threads:[~1998-11-17 13:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-17 13:57 Hans Hagen [this message]
1998-11-17 14:27 Taco Hoekwater
2002-10-23 16:38 Gilbert van den Dobbelsteen

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=365180DF.4BE36E37@wxs.nl \
    --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).