I think it'd be possible with a custom snippet for inserting the table of contents, by defining `latex_elements['tableofcontents']` in your `conf.py`:
latex_elements['tableofcontents'] = r''' \\ redefine chapter heading style \tableofcontents \\ revert ''' On Jul 30, 6:01 pm, slafs <[email protected]> wrote: > Hi! > > How can I manipulate the space between the header of toc and the first > item in there in the latex output? > > It seems that \setlength{\parskip}{...} doesn't work for this. > > Any suggestions? please > > Kind regards -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
