Am 04.10.2013 um 13:31 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
<l...@pontex.cz>:

> Hello Peter,
> 
> two more ways which work OK (my preferred ways):
> 
> ----
> \section{Alt 1}
> 
>  \bTABLE
>    \setupTABLE[width=3cm, height=3cm, align={middle, lohi}] % Place setup 
> just after \bTABLE...
>    \bTR \bTD bla \eTD \eTR
>  \eTABLE

This isn’t good style and you would loose the option to use 
\setupTABLE[textwidth=<dimenson>].

Better methods are

   \setupTABLE[start][..,..=..,..]
   \bTABLE
      …
   \eTBALE

or

   \startsetups[table:format]
     \setupTABLE[..,..=..,..]
   \stopsetups

   \bTABLE[setups=table:format]
     …
   \eTBALE

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
___________________________________________________________________________________

Reply via email to