mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #3383 from jfbu/fixmissingindexintoc
Fix: since 1.5, PDF's TOC and bookmarks lack an entry for general Index
This commit is contained in:
commit
cf6290d7ac
@ -2,10 +2,12 @@ line_max 100
|
||||
headings_flag 1
|
||||
heading_prefix " \\bigletter "
|
||||
|
||||
preamble "\\begin{theindex}
|
||||
preamble "\\begin{sphinxtheindex}
|
||||
\\def\\bigletter#1{{\\Large\\sffamily#1}\\nopagebreak\\vspace{1mm}}
|
||||
|
||||
"
|
||||
|
||||
postamble "\n\n\\end{sphinxtheindex}\n"
|
||||
|
||||
symhead_positive "{Symbols}"
|
||||
numhead_positive "{Numbers}"
|
||||
|
Loading…
Reference in New Issue
Block a user