Am 11.03.2011 um 04:07 schrieb Alasdair McAndrew:
The trouble arises when I put my tables into narrower, framedtext so as to be able to force proper indentation:
Use tabulate. \starttext \startitemize[n] \dorecurse{20} {\item This is a test \starttabulate[|*{8}{l|}] \NC (a) \NC Problem 1 \NC (b) \NC Problem 2 \NC (c) \NC Problem 3 \NC (d) \NC Problem 4 \NC\NR \TB[3mm] \NC (e) \NC Problem 5 \NC (f) \NC Problem 6 \NC (g) \NC Problem 7 \NC (h) \NC Problem 8 \NC\NR \stoptabulate} \stopitemize \page \startitemize[n] \dorecurse{20} {\startitem Some text \startitemize[a,columns,four,unpacked][left=(,right=),stopper=] \dorecurse{8}{\startitem Problem \recurselevel \stopitem} \stopitemize \stopitem} \stopitemize \stoptext Wolfgang