Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-25 Thread Henning Hraban Ramm
> Am 2019-09-25 um 13:48 schrieb Procházka Lukáš Ing. : > > BTW, following "columnsets.pdf", \column has many options, unfortunately not > so clear for me; so: > > \column-> go to next column? > \column[] -> = \column? > \column[yes] -> = \column? > \column[page] -> go to first

Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-25 Thread Procházka Lukáš Ing .
Hello Hraban, On Wed, 25 Sep 2019 13:07:50 +0200, Henning Hraban Ramm wrote: If your ConTeXt installation is quite recent, you have texmf-context/doc/context/documents/general/manuals/pagecolumns.pdf This is quite new and I don’t know how usable. useful, thanks. (Hint for everyone: the

Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-25 Thread Henning Hraban Ramm
Am 2019-09-25 um 11:39 schrieb Procházka Lukáš Ing. : > > - Altough I found some wiki material about column sets (e.g. > https://wiki.contextgarden.net/Command/setupcolumnsetstart or columns.pdf), I > found nothing about "page columns" - can you give me a link? Sorry, the wiki is very outdated

Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-25 Thread Procházka Lukáš Ing .
Hello, thanks for reaction - so I'm starting with column sets (@Wolfgang: text from column 2a may flow into 2b). My code so far: \definecolumnset[example][n=3,balancing=no] \definecolumnsetspan[wide][n=2,background=contrast] \setupexternalfigures[location=default]

Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-24 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 24.09.2019 um 18:47: Am 2019-09-24 um 15:44 schrieb Procházka Lukáš Ing. : I need to get columns like this: | | 1b | | 1a || +-+| | 2a | 2b || | | || I tried the following: \starttext

Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-24 Thread Henning Hraban Ramm
> Am 2019-09-24 um 15:44 schrieb Procházka Lukáš Ing. : > > I need to get columns like this: > > > | | 1b | > | 1a || > +-+| > | 2a | 2b || > | | || > > I tried the following: > > > \starttext > \startcolumns[n=2] % How to

[NTG-context] Columns with non-equal width; nested columns

2019-09-24 Thread Procházka Lukáš Ing .
Hello, I need to get columns like this: | | 1b | | 1a || +-+| | 2a | 2b || | | || I tried the following: \starttext \startcolumns[n=2] % How to tell that ratio between columns should be 2:1? \input knuth % Be 1a