You can positioning graphics from MetaFun (chapter 5 in the manual), a simpler TeX based solution is AFAIK not available because of the alignment numbers in the second column.6. Juni 2016 um 12:46Dear context users:
I would like to make a document with a table where guiding lines are located between table items, like this:
text in cell . . . . . . . . . . . . text in next cell
text . . . . . . . . . . . . . . . . . next cell
Here is a MWE:
\starttext
\starttabulate[|lw(8cm)|cg{.}w(2cm)|]
\NC sample text in row \NC 4.25 \NC \NR
\NC another sample \NC 1200 \NC \NR
\NC last \NC 46.345 \NC \NR
\stoptabulate
\stoptext
Is it possible to add the guiding dots between cell items?