8000 Better looking general index in PDF documentation · matplotlib/matplotlib@459b2e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 459b2e5

Browse files
committed
Better looking general index in PDF documentation
modified: doc/conf.py
1 parent 6800644 commit 459b2e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ def _check_dependencies():
385385
# We need it as FreeMono has wide character glyphs.
386386
latex_elements['fvset'] = r'\fvset{fontsize=\small}'
387387

388+
# Better looking general index in PDF
389+
latex_elements['printindex'] = r'\footnotesize\raggedright\printindex'
390+
388391
# Documents to append as an appendix to all manuals.
389392
latex_appendices = []
390393

0 commit comments

Comments
 (0)
0