pdf: Revert the changes to the Latex index formatting.

I removed the '_' splitting of long labels from the index when testing
and this puts it back.
This commit is contained in:
Chris Johns 2018-08-21 13:55:03 +10:00
parent 5ce8e43506
commit 471c5e380f
2 changed files with 4 additions and 1 deletions

View File

@ -203,7 +203,6 @@ latex_elements = {
\newcommand{\rtemscopyright}{%s} \newcommand{\rtemscopyright}{%s}
\usepackage{rtemsstyle} \usepackage{rtemsstyle}
''' % (copyright), ''' % (copyright),
'printindex': r'\footnotesize\raggedright\printindex',
'parsedliteralwraps': True, 'parsedliteralwraps': True,
} }

View File

@ -10,6 +10,10 @@
\renewenvironment{tabulary}{\underscoresplit\oldtabulary}{\endoldtabulary\endunderscoresplit} \renewenvironment{tabulary}{\underscoresplit\oldtabulary}{\endoldtabulary\endunderscoresplit}
\let\oldprintindex\printindex
\renewenvironment{printindex}{\underscoresplit\oldprintindex}
\usepackage{minted} \usepackage{minted}
\fvset{ \fvset{
breaklines=true, breaklines=true,