> Am 06.03.2015 um 18:42 schrieb Fabrice Couvreur : > > > Hi, > Is it possible to change the shape of the dots of macro \periods[n] to be like the dots of macro \definefiller[dots][left=\dontleavehmode, right=\hskip\ZeroPoint\par] ? You can change the width of each period with the \periodswidth commands. \starttext \periods \quad {\def\periodswidth{0.25em}\periods} \periods \quad {\def\periodswidth{0.50em}\periods} \periods \quad {\def\periodswidth{0.75em}\periods} \periods \quad {\def\periodswidth{1.00em}\periods} \stoptext Wolfgang