Hi,

According to the columns manual, the following should produce a
two-column layout with the first column being 1/3 and the second
column being 2/3 the makeupwidth:

\definecolumnset[example][n=2]
\setupcolumnset[example][1][width=.33\makeupwidth]
\starttext
  \startcolumnset[example]
    \dorecurse{25}{\input knuth\column[local]}
  \stopcolumnset
\stoptext

Using: mtx-context     | current version: 2014.01.03 00:40

What is the simplest example to achieve two different column widths
for a columnset?

(The Paragraphs example on the wiki --
http://wiki.contextgarden.net/Columns#Paragraphs -- works, but I need
the flexibility of column sets.)

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

Reply via email to