From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/412 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Different column widths Date: Mon, 10 May 1999 16:40:30 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3736EFDE.9ED93FA1@wxs.nl> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391273 23842 80.91.224.250 (23 Oct 2002 16:41:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:41:13 +0000 (UTC) Cc: Context List Original-To: Matthew.Baker@gmd.de Xref: main.gmane.org gmane.comp.tex.context:412 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:412 Matthew Baker wrote: > Is it possible to set column widths for a startcolumns ... stopcolumns so > that they are not all the same width? What I'd like for the particular > document I'm working on is to have 2 narrow columns at the left of the > page and 1 or 2 wider columns taking up the rest of the page width. The > contents of the two left columns are pretty simple (just images) but the > other two columns are more complex. If this is not possible, is there > another way of achieving the same result. I figure something with hboxes > and vboxes would be what I need but I'm no TeX guru. Text in 2+1 column would be difficult for tex because the text is already typeset when columns are split. When you want figures in the first two, it depends on the situation. Try this: \starttext \showframe \setuplayout [backspace=10cm, leftmargin=9cm, leftmargindistance=.5cm, width=10cm] \setupinmargin[1][width=4cm] \setupinmargin[2][width=4cm,distance=4.5cm] \margintext[1]{\framed[width=4cm,height=8cm,background=screen]{one}} \margintext[2]{\framed[width=4cm,height=6cm,background=screen]{two}} some text and some more and more \stoptext You can also (mis)use background and texts placement mechanisms, but as sais, it depends on what you want to achieve. There is even a provisionary margin float mechanism, which I haven't used for years -) 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 -----------------------------------------------------------------