On Friday 12 September 2008 08:34:15 Wolfgang Schuster wrote: > On Fri, Sep 12, 2008 at 8:13 AM, Alan BRASLAU <[EMAIL PROTECTED]> wrote: > > > > Is there any mechanism to span ROWS in (\start)tables > > similar to column spanning through \use{3}{}? > > The aim is to produce a multi-row column entry > > as can be done via \bTD[nr=3] in \bTABLE. > > \NC \use{3} ... \NC ... > > or > > \NC \THREE ... \NC ... > > You can find more information on the wiki page: > http://wiki.contextgarden.net/Table > > Wolfgang
This mechanism spans COLUMNS not rows. I would like to produce --------- | | b | | |---| | A | c | | |---| | | d | --------- using \starttables, as can be done with: \setupTABLE[c][1][align=lohi] \bTABLE \bTR \bTC[nr=3] A \eTC\bTC b \eTC \eTR \bTR \bTC c \eTC \eTR \bTR \bTC d \eTC \eTR \eTABLE Note that: \starttables[|c|c|] \HL \VL \VL b \VL\AR \DC \DL \DR \VL A \VL c \VL\AR \DC \DL \DR \VL \VL d \VL\LR \HL \stoptables does not quite do the job, since the aim is to put a tall object "A" spanning the three rows. Alan ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________