Hi Wolfgang,

[EMAIL PROTECTED] wrote:
> Hallo!
> 
> After reading some manuals, I have some questions.
> May be I have not understand it right.
> 
> Try the following example:
> ---------------------------
> \setupcolors[state=start]
> \starttext
> How can I use the brace-key right?
> \starttable[| \{ |]

the wiki entry is not that clear ("enclose the column in braces").
\{ is a just a grouping command (which directly gives a solution for
your second answer)

Use
  [| a{\{}b{\}} |]

to add "braces"

> \NC no braces \SR
> \stoptable
> 
> What I am doing wrong here?
> \starttable[ o1 | C{red} |]

                    \{C{red}

Salve, Peter

> \VL red \VL\SR
> \stoptable
> red too!
> 
> Should'nt \arg{bla} be \type{{bla}}?
> \stoptext
> ------------------------
> 
> Wolfgang
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
> 

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to