Thomas Friedrich wrote:
I am switching from texexec to context, and from table to tabulate. Question: What is the equivalent for \use{2}\ReFormat[c]{text} in the \table environment, when you what to do the same in the \tabulate environment? I couldn't find the answer in the context garden.
Wolfgang Schuster wrote:
The tabulate environment has no support for spanned cells.
The TABLE mechanism does, though, and that is probably the mkiv
standard for writing non-trivial tables. It's a bit more verbose, but
it can do an enormous number of things -- including many things that
the tabulate mechanism can't. Wiki link:
http://wiki.contextgarden.net/TABLE
The equivalent of \use{2}\ReFormat[c]{text} would be this (rest of
table code added to make this example self-contained and compilable):
\bTABLE
\bTR
\bTD[nc=2, align=center] text \eTD
\eTR
\bTR
\bTD apples \eTD
\bTD oranges \eTD
\eTR
\eTABLE
Hope this help!
Cheers,
Sietse
On 15 July 2013 16:49, Wolfgang Schuster
Am 15.07.2013 um 16:39 schrieb Thomas Friedrich
: Hello ConTeXt users,
I am switching from texexec to context, and from table to tabulate. Question: What is the equivalent for \use{2}\ReFormat[c]{text} in the \table environment, when you what to do the same in the \tabulate environment? I couldn't find the answer in the context garden.
The tabulate environment has no support for spanned cells.
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 ___________________________________________________________________________________