Re: [NTG-context] Replace dashed lines with a solid line

2018-12-01 Thread Wolfgang Schuster

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Replace dashed lines with a solid line

2018-12-01 Thread Fabrice Couvreur
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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___