When a wide-ish column precedes a character-aligned column and a column span is in place, the table is set improperly.

With the following example, the first two columns overlap.

When the first column is moved to the right side of the table there is no issue.

When the setup line is removed, there is no issue.

When the long entry in column is shortened, there is no issue.

When the column span is removed and another cell added to that row, there is no issue.

The problem occurs when the span is applied to the first two or the last two columns in the example.

TL14 handles this correctly. It fails with the 20140622 beta.

   \starttext
      \bTABLE
   \setupTABLE[c][3][alignmentcharacter={.},aligncharacter=yes]
        \bTABLEbody
          \bTR
            \bTC AAA\eTC
            \bTC[nc=2] Location\eTC
          \eTR
          \bTR
            \bTC AAA Longish entry\eTC
            \bTC Figure\eTC
            \bTC 1.12\eTC
          \eTR
          \bTR
            \bTC AAA\eTC
            \bTC Table\eTC
            \bTC 10.8\eTC
          \eTR
        \eTABLEbody
      \eTABLE
   \stoptext

--
Rik Kabel
___________________________________________________________________________________
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