jbf schrieb am 02.06.2020 um 03:05:
Hi list,

I want my table of contents to look like:

Chapter             1
    section           5
    section          10
    section          15

In other words with section items indented.

I presumed I would need to do something with \setuplist[section]. I know how to control interline distance, whitespace, but in this instance, not indentation of certain lines in a toc. I tried \setuplist[section][indenting=yes] and even indentation=yes in the hope that existed. It doesn't, at least not used this way.

To change the vertical space between entries you use the before and after keys (this does *not* change the interline space), e.g.

    \setuplist[...][before=\blank, after={\blank[2*line]}]

and to indent entries you use the margin key, e.g.

    \setuplist[...][margin=2em]

but this is unrelated to paragraph indentation.

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
___________________________________________________________________________________

Reply via email to