1 Dec
2018
1 Dec
'18
11:55 a.m.
Fabrice Couvreur schrieb am 01.12.18 um 12:43:
Hello, I would like to replace the dashed lines with a solid line much like with the \hairline command Thank you. Fabrice
\definefiller[dots][left=\dontleavehmode,right=\hskip\zeropoint\par]
\starttext \input knuth \dorecurse{5}{\filler[dots]}
\input knuth \dorecurse{5}{\hairline} \stoptext
\starttext \input knuth \thinrules[n=5] \stoptext Wolfgang