On 9/17/20 3:23 PM, Hans Hagen wrote:
\setuplayout[width=16cm]
\starttext
\enabledirectives[tabulate.linenumbers]
\showframe
\starttabulate[|p(7cm)|A{verytolerant}i2p(\dimexpr9cm-2em\relax)|] \NC \startlinenumbering \dorecurse{10}{\input ward \par} \stoplinenumbering \NC \dorecurse{3}{\input tufte \par} \NC \NR \stoptabulate
\disabledirectives[tabulate.linenumbers]
\starttabulate[|p(7cm)|A{verytolerant}i2p(\dimexpr9cm-2em\relax)|] \NC \startlinenumbering \dorecurse{10}{\input ward \par} \stoplinenumbering \NC \dorecurse{3}{\input tufte \par} \NC \NR \stoptabulate
\stoptext
I'm not sure why there is no key / value interface ... probably because I made it one for someone as fast hack.
Thank you, Hans, I had no idea this existed. It looks very fascinating. But as far as I could see in the source, there is no possibility of setting things up (font, size, start, etc.)?