Hi
I think it's more tricky than this. In sphinxmanual.cls there is an
explicit \parskip = 0mm on line 104.
Maybe your solution could help but it seems that when I delete the
line with parskip then
\setlength{\parskip} command doesn't shrink the space between toc and
it's title but only the space between those decoration lines above and
below this title and it is a very ugly result.
Do you know any other LaTeX command for making that space smaller ?
Regards
On 31 Lip, 16:08, Filip Dupanović <[email protected]> wrote:
> 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.