whitespace in \setuplist[chapter]
Dear list, I have the following sample: \startsetups[setups:chapterlist] \setupwhitespace[10*big] \stopsetups \setuplist[chapter][setups=setups:chapterlist] \starttext \completecontent \dorecurse{50}{\chapter{My Chapter}} \stoptext I thought that setups were the right way to setup whitespace in TOC, but it doesn’t seem to work. Which is the right way to do it? Many thanks for your help, Pablo -- http://www.ousia.tk
Try: \setuplist[chapter][ before={\blank[4*big]} ] \starttext \completecontent \dorecurse{50}{\chapter{My Chapter}} \stoptext See also: http://wiki.contextgarden.net/Command/setuplist http://tex.stackexchange.com/questions/89758/
On 10/05/2014 02:59 AM, Thangalin wrote:
Try:
\setuplist[chapter][before={\blank[4*big]}]
Many thanks for your reply, Thangalin. I completely forgot the before option. Of course that was the right way to set the separation between chapter entries in the TOC. Many thanks for your help, Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodriguez
-
Thangalin