![](https://secure.gravatar.com/avatar/93131e1e6e2204bd13501390d768dbdc.jpg?s=120&d=mm&r=g)
Am 29.07.2011 um 23:06 schrieb Willi Egger:
Hi
I have a document where I use itemizations inside a tabulation. In this case the \head command is not respected and it overwrites the previous item.
Please refer to the enclosed example.
What am I doing wrong or is this a bug?
A bug. I can’t offer you a fix but I made a minimal example where you can see the effect without itemize: \starttext \section{Test} \starttabulate[|p|] \NC one \par \blank[penalty:10000] two \par \blank[penalty:10000] three \NC\NR \stoptabulate \page \section{Test} \starttabulate[|p|] \NC one \par %\blank[penalty:10000] two \par \blank[penalty:10000] three \NC\NR \stoptabulate \page \section{Test} \starttabulate[|p|] \NC one \par \blank[penalty:10000] two \par %\blank[penalty:10000] three \NC\NR \stoptabulate \stoptext Wolfgang