Am 23.01.2013 um 20:56 schrieb Devendra Ghate
On 01/24/2013 12:51 AM, Wolfgang Schuster wrote:
Am 23.01.2013 um 20:10 schrieb hanak@wpb.cz:
Hi,
I need to change the default distance of dots in ToC using alternative "c". Could anybody tell me, how can I achieve this? So it should look like this:
default look:
1. First chapter ................... 1 2. Second chapter ................... 10
requested look:
1. First chapter . . . . . . . . . . 1 2. Second chapter . . . . . . . . . . 10 \definefiller [pavel] [alterntive=symbol, %method=global, width=1em, leftmargin=.5em, rightmargin=.5em]
\setuplistalternative[c][filler={\filler[pavel]}]
\starttext
\completecontent[alternative=c]
\chapter{First chapter} \chapter{Second chapter}
\stoptext
Wolfgang ___________ Is that a complete MWE?
Yes.
It doesn't work on ConTeXt ver: 2013.01.10 01:04 MKIV.
You need a newer version, the command is new and provides a high level interface for the \leaders macro. Wolfgang