[NTG-context] \autodirhbox doesn’t work in \framed

2018-09-23 Thread Wolfgang Schuster
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

Re: [NTG-context] Itemize and natural tables

2018-09-23 Thread Wolfgang Schuster
You would use the \itemtag command in the same way as you would do it with tabulate \starttext \startitemize[n] \bTABLE     \bTR         \bTD (\itemtag) Item 1 \eTD     \eTR \eTABLE \stopitemize \stoptext but there is a bug which prevents the item counter to appear in the output (which I

[NTG-context] Itemize and natural tables

2018-09-23 Thread Jan Willem Flamma
Dear list members, I’m able to combine itemize and tabulate as per: https://www.mail-archive.com/ntg-context@ntg.nl/msg86189.html Also, based on this discussion, I understand that combining modes and tabulate is not possible.