23 Sep
2018
23 Sep
'18
5:13 p.m.
Hi, for another thread in the normal list I tried to show how you can use the \itemtag command with natural tables but the result was that no item counter appeared in the PDF. \starttext \startitemize[n] \bTABLE \bTR \bTD (\itemtag) Item 1 \eTD \eTR \eTABLE \stopitemize \stoptext The reason for this is the \autodirhbox command – which is used to store the item symbol – produces only a empty space when you use it with \framed. \starttext \hbox{Text?} \autodirhbox{Text?} \framed{\autodirhbox{Text?}} \framed[align=right,width=4cm]{\autodirhbox{Text?}} \stoptext Wolfgang