Thanks to both Willi and Wolfgang. I quickly tried Wolfgang's method and it worked great.
Willi, even if, as you said, the setting is global when placed before \bTABLE. When I repeat the command \setupTABLE[frame=off] again before table 2, should that not be the new global setup and apply to things following it?
Thanks again.
Am 12.11.2009 um 22:21 schrieb Curiouslearn:
\start
> Hello,
>
> I am using natural tables to make tables in my document. Can someone please tell me how I can prevent context from applying features I choose for an earlier table to a table that appears later in the document. Following is an example of two tables. Even though I choose
>
> \setupTABLE[frame=off]
>
> for the second table, there is a frame created based on what I define for an earlier table. I am using MKII (since I want to use Tikz).
>
> I would really appreciate any help.
\setupTABLE[..,..=..,..]
\bTABLE
...
\eTABLE
\stop
^^^^^^^
> Example:
>
> \setuplayout[letter,height=9in,width=5.5in,topspace=1in,header=1cm,backspace=1.5in]
you *can't* use keywords and assignments in the same setup, it's not part of context’s syntax
Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________