On Mon, Jun 23 2014, Troy Henderson wrote: > What is the "proper" way to reset the setups made by \setupTABLE so that > successive TABLEs do no inherit the properties set by previous TABLEs?
There are at least 3 methods: 1.) \startsetups[my-table1] \setupTABLE[..........] \setupTABLE[..........] \stopsetups \startsetups[my-table2] \setupTABLE[..........] \setupTABLE[..........] \stopsetups \bTABLE[setups=my-table1] .... \eTABLE \bTABLE[setups=my-table2] .... \eTABLE 2.) \bTABLE \setupTABLE[..........] % attention: some settings don't work here .... \eTABLE 3.) See message from Lukáš. -- Peter ___________________________________________________________________________________ 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 ___________________________________________________________________________________