[NTG-context] TABLE and row/column align settings

2012-10-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I have a complicated TABLE, but I simplified it to the following example: \def\DoTable#1{% \bTABLE \setupTABLE[width=2cm] \setupTABLE[column][#1][align=flushright] % ... [1] \setupTABLE[row][1][align=middle] %

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Wolfgang Schuster
Am 03.10.2012 um 10:16 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, I have a complicated TABLE, but I simplified it to the following example: \def\DoTable#1{% \bTABLE \setupTABLE[width=2cm] \setupTABLE[column][#1][align=flushright] %

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thanks for the answer but - - I generated a macro just do demonstrate different behavior in row #1 depending on whether settings for columns were specified for a PARTICULAR column (\setupTABLE[column][2][...]) or for columns IN GENERAL (\setupTABLE[column][][...]). I need the case with a

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Wolfgang Schuster
Am 03.10.2012 um 11:11 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: ... Thanks for the answer but - - I generated a macro just do demonstrate different behavior in row #1 depending on whether settings for columns were specified for a PARTICULAR column

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
The \setupTABLE calls do only store the settings but the values are used later when each cell is formatted and at this step row settings are processed before column settings BTW: Wouldn't be more flexible if the (stored) settings were processed in the order they have been defined? but when