![](https://secure.gravatar.com/avatar/4da8dbbf92ebc6723a2215b6043a25c7.jpg?s=120&d=mm&r=g)
1 Apr
2012
1 Apr
'12
10:42 p.m.
Hi, I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunder: \starttext \starttabulate[|p|p|] \NC first \NC \input ward \NC\NR \NC \input ward \NC second \NC\NR \stoptabulate \starttabulate[|p(3cm)|p(5cm)|] \NC first \NC \input ward \NC\NR \NC \input ward \NC second \NC\NR \stoptabulate \stoptext Willi