Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm sorry to say I have no experience with Latex at all and so I'm not in a position to help. Thank you for sharing the issue though and the approach that you have found. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A PDF version of Sphinx documentation I have been working with from https://proj.org have many of entries in the index section with overprinting errors, e.g.:

One simple solution to create better output is to change the default index layout from a 2-column layout to a 1-column layout using sphinx's LaTeX customization. Or removing the index altogether (untested, try setting
'printindex': ''
).Is it possible to filter-out pdflatex index entries? If so, how?
Beta Was this translation helpful? Give feedback.
All reactions