mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-03 13:44:46 +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}
|
\newcommand{\rtemscopyright}{%s}
|
||||||
\usepackage{rtemsstyle}
|
\usepackage{rtemsstyle}
|
||||||
''' % (copyright),
|
''' % (copyright),
|
||||||
'printindex': r'\footnotesize\raggedright\printindex',
|
|
||||||
'parsedliteralwraps': True,
|
'parsedliteralwraps': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user