mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-02 07:40:16 +08:00
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:
parent
5ce8e43506
commit
471c5e380f
@ -203,7 +203,6 @@ latex_elements = {
|
||||
\newcommand{\rtemscopyright}{%s}
|
||||
\usepackage{rtemsstyle}
|
||||
''' % (copyright),
|
||||
'printindex': r'\footnotesize\raggedright\printindex',
|
||||
'parsedliteralwraps': True,
|
||||
}
|
||||
|
||||
|
@ -10,6 +10,10 @@
|
||||
|
||||
\renewenvironment{tabulary}{\underscoresplit\oldtabulary}{\endoldtabulary\endunderscoresplit}
|
||||
|
||||
\let\oldprintindex\printindex
|
||||
|
||||
\renewenvironment{printindex}{\underscoresplit\oldprintindex}
|
||||
|
||||
\usepackage{minted}
|
||||
\fvset{
|
||||
breaklines=true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user