Am 12.11.2009 um 22:21 schrieb Curiouslearn:
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.
\start \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