Taco Hoekwater wrote:
A quick test looks fine to me. What precisely is wrong?
My test file to reproduce the problem is at the end of this message. When executing this test file, you should see numbers in table 2 are not correctly aligned. When you comment \starttableau and \stoptableau, columns are correctly aligned. It seems the problem exists only when table 1 and table 2 have not the same number of columns. Thanks for your help, Nicolas Grilly %testfile \setuppapersize [A4, landscape] [A4, landscape] \definestartstop[tableau][ before={\blank[2*big]}, commands={\switchtobodyfont[10pt]}, after={\blank[big]} ] \setupTABLE[column][each][align=middle, aligncharacter=yes, alignmentcharacter={,}] \starttext \subject{Table 1 - Numbers in this table are correctly aligned} \starttableau \bTABLE \bTR \bTH Nombre de trucs \eTH \bTH Evolution des trucs \eTH \bTH Revenu des trucs \eTH \bTH Evolution des trucs \eTH \eTR \bTR \bTD 38 229 \eTD \bTD +8,3\% \eTD \bTD 387 930 k\$ \eTD \bTD +8,3\% \eTD \eTR \bTR \bTD 29 616 \eTD \bTD +7,0\% \eTD \bTD 272 241 k\$ \eTD \bTD +0,7\% \eTD \eTR \eTABLE \stoptableau \subject{Table 2 - Numbers in these tables are not aligned} \starttableau \bTABLE \bTR \bTH Nombre de trucs \eTH \bTH Part des trucs \eTH \bTH Evolution des trucs \eTH \bTH Revenu des trucs \eTH \bTH Part des trucs \eTH \bTH Evolution des trucs \eTH \eTR \bTR \bTD 27 269 \eTD \bTD 92,1\% \eTD \bTD +7,3\% \eTD \bTD 127 110 k\$ \eTD \bTD 46,7\% \eTD \bTD -2,0\% \eTD \eTR \bTR \bTD 20 084 \eTD \bTD 67,8\% \eTD \bTD +1,6\% \eTD \bTD 65 770 k\$ \eTD \bTD 24,2\% \eTD \bTD +2,7\% \eTD \eTR \eTABLE \stoptableau \stoptext