On 03/08/2017 10:52 AM, Thomas A. Schmitz wrote:
On 03/08/2017 10:28 AM, Henri Menke wrote:
\starttext
\startTABLE[align={lohi,middle}] \NC OSI-Schicht \NC[nx=6] Umsetzung \NC\NR \NC Anwendungsschicht \NC[nx=2,ny=3] SOME/I \NC[nx=2,ny=3] AVB/TSN \NC[nx=2,ny=3] DoIP \NC\NR \NC Darstellungsschicht \NC\NR \NC Sitzungsschicht \NC\NR \NC Transportschicht \NC[nx=3] TCP \NC[nx=3] UDP \NC\NR \NC Vermittlungsschicht \NC[nx=3] IPv4 \NC[nx=3] IPv6 \NC\NR \NC Sicherungsschicht \NC[nx=6] Ethernet \NC\NR \NC Bitübertragungsschicht \NC[nx=2] 100BASE-TX \NC[nx=2] 100BASE-T \NC[nx=2] 1000BASE-T \NC\NR \stopTABLE
\stoptext
Because that's not a natural table. You're confusing the old TABLE environment (\startTABLE) with natural tables (\bTABLE; \NC[nx=3] should be \bTD[nx=e]). And it's inconsistent. If you want six columns, you have to tell ConTeXt what it should do in rows 3 and 4, where you define only one column.
No, this is Natural Tables. The macros I am using are defined in tabl-nte.mkiv and the header there states %D This module provides an easy way to use natural in a similiar %D way as the older table module (based on the \TABLE\ macros) and %D the newer tabulate module. Nevertheless, as you requested, here the same bug with the traditional Natural Table macros: \starttext \bTABLE[align={lohi,middle}] \bTR\bTD OSI-Schicht \eTD\bTD[nx=6] Umsetzung \eTD\eTR \bTR\bTD Anwendungsschicht \eTD\bTD[nx=2,ny=3] SOME/I \eTD\bTD[nx=2,ny=3] AVB/TSN \eTD\bTD[nx=2,ny=3] DoIP \eTD\eTR \bTR\bTD Darstellungsschicht \eTD\eTR \bTR\bTD Sitzungsschicht \eTD\eTR \bTR\bTD Transportschicht \eTD\bTD[nx=3] TCP \eTD\bTD[nx=3] UDP \eTD\eTR \bTR\bTD Vermittlungsschicht \eTD\bTD[nx=3] IPv4 \eTD\bTD[nx=3] IPv6 \eTD\eTR \bTR\bTD Sicherungsschicht \eTD\bTD[nx=6] Ethernet \eTD\eTR \bTR\bTD Bitübertragungsschicht \eTD\bTD[nx=2] 100BASE-TX \eTD\bTD[nx=2] 100BASE-T \eTD\bTD[nx=2] 1000BASE-T \eTD\eTR \eTABLE \stoptext
Thomas ___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________