
14 Apr
2025
14 Apr
'25
9:23 p.m.
Hi, I’d like to have a kind of questionnaire in a table and thought it would make sense to use \its. While there’s an integration of tabulate and itemize, I can’t get it working with a natural table. Is this possible at all? \starttext % simple itemize works: \startitemize[6,nowhite][items=10,width=10em,distance=1em] \dorecurse{10}{\its \recurselevel} \stopitemize % this doesn’t work \startitemize[6,nowhite][items=10,width=10em,distance=1em] \bTABLE \bTR\bTD Option\eTD\bTD Value\eTD\eTR \dorecurse{10}{ \bTR \bTD Option No.\expanded{\recurselevel}\eTD \bTD \its … \eTD \eTR } \eTABLE \stopitemize \stoptext I’m also missing some expansion in the table… Hraban