[NTG-context] changing numbers of columns

2011-07-01 Thread Bernd Kosubek
Hi,

is it possible to change the number of columns on the same page?

small example:

a) text text text text

\startcolumnset[n=2]
  bla bla bla
\column
  bla bla bla
\stopcolumn

b) text text text text

The mixing of a) and columnset is o.k.

The mixing of columnset and b) wil produce a new page with b) on the
second page, where b) can be normal text or another columnset.

Bernd


signature.asc
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
___

[NTG-context] changing numbers of columns (correction at the end of the columnset)

2011-07-01 Thread Bernd Kosubek
Hi,

is it possible to change the number of columns on the same page?

small example:

a) text text text text

\startcolumnset[n=2]
  bla bla bla
\column
  bla bla bla
\stopcolumnset

b) text text text text

The mixing of a) and columnset is o.k.

The mixing of columnset and b) wil produce a new page with b) on the
second page, where b) can be normal text or another columnset.

Bernd


signature.asc
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
___

Re: [NTG-context] changing numbers of columns

2011-07-01 Thread Henning Hraban Ramm

Am 2011-07-01 um 15:31 schrieb Bernd Kosubek:


Hi,

is it possible to change the number of columns on the same page?

small example:

a) text text text text

\startcolumnset[n=2]


Please read http://wiki.contextgarden.net/Columns

It’s either \startcolumns[n=2] or \startcolumnset[your_name_of_setup]


 bla bla bla
\column


\column works only within columnsets


 bla bla bla
\stopcolumn


\startcolumns ... \stopcolumns
XOR
\startcolumnset ... \stopcolumnset



b) text text text text

The mixing of a) and columnset is o.k.

The mixing of columnset and b) wil produce a new page with b) on the
second page, where b) can be normal text or another columnset.



That doesn’t answer your question, though... I don’t know it from  
heart and have just no time to test it myself.



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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
___