mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-06 14:14:10 +08:00
pdf: Format lists for directives to sit on the next line.
This commit is contained in:
parent
cffdb6024c
commit
daea85e3b2
@ -90,7 +90,6 @@ pygments_style = 'sphinx'
|
||||
# A list of ignored prefixes for module index sorting.
|
||||
#modindex_common_prefix = []
|
||||
|
||||
|
||||
# -- Options for HTML output ---------------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
|
@ -25,6 +25,7 @@ package_tests = {
|
||||
'cmap' : ['\\usepackage{cmap}'],
|
||||
'color' : ['\\usepackage{color}'],
|
||||
'eqparbox' : ['\\usepackage{eqparbox}'],
|
||||
'enumitem' : ['\\usepackage{enumitem}'],
|
||||
'etoolbox' : ['\\usepackage{etoolbox}'],
|
||||
'fancybox' : ['\\usepackage{fancybox}'],
|
||||
'fancyhdr' : ['\\usepackage{fancyhdr}'],
|
||||
|
@ -23,7 +23,6 @@ numbersep=5pt,
|
||||
gobble=0,
|
||||
}
|
||||
|
||||
|
||||
\renewcommand{\maketitle}{%
|
||||
\begin{titlepage}%
|
||||
\let\footnotesize\small
|
||||
@ -93,6 +92,12 @@ gobble=0,
|
||||
\ChNumVar{\raggedleft \bfseries\Large}
|
||||
\ChTitleVar{\raggedleft \rm\Huge}
|
||||
|
||||
\usepackage{enumitem}
|
||||
\setlist[description]{style=nextline,leftmargin=10pt}
|
||||
|
||||
\let\oldsection\section
|
||||
\renewcommand\section{\clearpage\oldsection}
|
||||
|
||||
\renewcommand\thepart{\@Roman\c@part}
|
||||
\renewcommand\part{%
|
||||
\pagestyle{normal}
|
||||
|
Loading…
x
Reference in New Issue
Block a user