Re: [NTG-context] Alternating screen/noscreen rows on table

2007-01-29 Thread Wolfgang Schuster
On Sat, 27 Jan 2007 10:23:14 -0500 "John R. Culleton" <[EMAIL PROTECTED]> wrote: > On Thursday 25 January 2007 19:54, Mojca Miklavec wrote: > > \def\line{\bTR\bTD something \eTD\bTD nice \eTD\eTR} > > > > \setupTABLE[r][even][background=screen] > > \bTABLE > > \dorecurse{10}{\line} > > \eTABLE >

Re: [NTG-context] Alternating screen/noscreen rows on table

2007-01-29 Thread luigi scarso
> Amazing! But it uses a table writing program I hadn't heard of before. I am > printing out a wiki page on natural tables. Is there a manual somewhere? > Also www.logosrl.it/context/modules/2007-01-23/core-modu.pdf and look for core-ntb section luigi __

Re: [NTG-context] Alternating screen/noscreen rows on table

2007-01-29 Thread John R. Culleton
On Thursday 25 January 2007 19:54, Mojca Miklavec wrote: > \def\line{\bTR\bTD something \eTD\bTD nice \eTD\eTR} > > \setupTABLE[r][even][background=screen] > \bTABLE > \dorecurse{10}{\line} > \eTABLE Amazing! But it uses a table writing program I hadn't heard of before. I am printing out a wiki p

Re: [NTG-context] Alternating screen/noscreen rows on table

2007-01-25 Thread Mojca Miklavec
On 1/25/07, John R. Culleton wrote: > > I am required by my customer to alternate between white and screen backgrounds > for each row of a table for all tables, and there are lots of tables. Like this you mean? \def\line{\bTR\bTD something \eTD\bTD nice \eTD\eTR} \setupTABLE[r][even][background=

[NTG-context] Alternating screen/noscreen rows on table

2007-01-25 Thread John R. Culleton
I am required by my customer to alternate between white and screen backgrounds for each row of a table for all tables, and there are lots of tables. I am considering adding code to each row of the table or else doing the thing in metafun/metapost. Advice, anyone? Just to mess things up furthe