Am 24.09.25 um 17:08 schrieb Hans Hagen via ntg-context:
On 9/24/2025 1:29 PM, Romain Diss via ntg-context wrote:
Hi,

It seems that the \filler command doesn't produce a filler anymore. I
don't know if the last update is guilty or a previous one.

% MWE:
\definefiller[dots][right=\hskip\zeropoint]
\definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint]
\starttext
text \filler[dots]
\filler[radots]
\stoptext
% end MWE

This only renders 'text'.

You need something to fill up to:

\definefiller[dots]  [right=\hskip\zeropoint\strut]
\definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint\strut]
\starttext
text \filler[dots]
\filler[radots]
\stoptext

This example doesn’t work with the old LMTX version of the wiki (2025-02-19):
https://wiki.contextgarden.net/Command/filler

… but it does e.g. on COW. Apparently something changed.
The example from the source works on the wiki:

\definefiller[test-a][alternative=stretch]
\definefiller[test-b][alternative=symbol,symbol=!]
\definefiller[test-c][alternative=rule,height=.1ex,leftmargin=.5em,rightmargin=.25em]

text\filler[test-a]text \par
text\filler[test-b]text \par
text\filler[test-c]text \par
text\checkedfiller{}text \par

Hraban

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to