Re: [NTG-context] What is the best way to implement a table like this

2011-03-03 Thread Cecil Westerhof
2011/3/3 Wolfgang Schuster schuster.wolfg...@googlemail.com Am 02.03.2011 um 23:32 schrieb Cecil Westerhof: I want to implement a table like: http://www.hooversbiz.com/wp-content/uploads/2009/02/coveyquad.bmp What is the best way to do this? \starttext

Re: [NTG-context] What is the best way to implement a table like this

2011-03-03 Thread Cecil Westerhof
2011/3/3 Wolfgang Schuster schuster.wolfg...@googlemail.com \starttext \setupTABLE[r][1][height=1cm,style=bold] \setupTABLE[c][1][width=1cm,style=normal,orientation=90] \bTABLE[align={middle,middle},width=4cm,height=4cm,style=\tfd] \bTR \bTD[frame=off] \eTD \bTD Urgent \eTD

Re: [NTG-context] What is the best way to implement a table like this

2011-03-03 Thread Wolfgang Schuster
Am 03.03.2011 um 13:34 schrieb Cecil Westerhof: There is also a placetable necessary. So it becomes: \setupTABLE[r][1][height=1cm,style=bold] \setupTABLE[c][1][width=1cm,style=bold,orientation=90] Put these setups in \placetable too, otherwise the affect the layout of other natural tables.

Re: [NTG-context] What is the best way to implement a table like this

2011-03-03 Thread Cecil Westerhof
2011/3/3 Wolfgang Schuster schuster.wolfg...@googlemail.com There is also a placetable necessary. So it becomes: \setupTABLE[r][1][height=1cm,style=bold] \setupTABLE[c][1][width=1cm,style=bold,orientation=90] Put these setups in \placetable too, otherwise the affect the layout of other

[NTG-context] What is the best way to implement a table like this

2011-03-02 Thread Cecil Westerhof
I want to implement a table like: http://www.hooversbiz.com/wp-content/uploads/2009/02/coveyquad.bmp What is the best way to do this? -- Cecil Westerhof ___ If your question is of interest to others as well,

Re: [NTG-context] What is the best way to implement a table like this

2011-03-02 Thread Wolfgang Schuster
Am 02.03.2011 um 23:32 schrieb Cecil Westerhof: I want to implement a table like: http://www.hooversbiz.com/wp-content/uploads/2009/02/coveyquad.bmp What is the best way to do this? \starttext \setupTABLE[r][1][height=1cm,style=bold]