On 2011-01-10 <20:41:23>, Florian Wobbe wrote:
> Hi,
> 
> a) this minimal example does not work as expected. The first column is not 
> justified correctly on top. This does not change, even when swapping small, 
> big, medium (e.g. make 1st col medium and 2nd small). The offset stays the 
> same regardless of the linespacing.
> 
> \starttext
> \startcolumns[n=3]
> \setupinterlinespace[small]
> \input knuth
> \column
> \setupinterlinespace[medium]
> \input knuth
> \column
> \setupinterlinespace[big]
> \input knuth
> \stopcolumns
> \stoptext



Hi Florian,

can I interest you in some columnsets?

··8<·····························································

\definecolumnset[three][n=3]
\starttext
\startcolumnset[three]
\setupinterlinespace[small]
\input knuth
\column
\setupinterlinespace[medium]
\input knuth
\column
\setupinterlinespace[big]
\input knuth
\stopcolumnset
\stoptext

··8<·····························································

This should get you even columns.

(Btw, there’s also “\setuplocalinterlinespace” which behaves the
same as “\setupinterlinespace” except for some magic it does to
selected dimensions, see spac-ver.mkiv.)

Regards, Philipp




> 
> b) Is there a possibility to use relative sizes like 
> \setupinterlinespace[2*big] (which does not work)?
> 
> Best,
> Florian
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgpN7VwY539uR.pgp
Description: PGP signature

___________________________________________________________________________________
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