##// END OF EJS Templates
Reverted changes to original sphinx template
Jonathan Frederic -
Show More
@@ -79,17 +79,17 b''
79
79
80 % Catch the end of the {abstract} environment, but here make sure the abstract
80 % Catch the end of the {abstract} environment, but here make sure the abstract
81 % is followed by a blank page if the 'openright' option is used.
81 % is followed by a blank page if the 'openright' option is used.
82 %
82
83 %\let\py@OldEndAbstract=\endabstract
83 \let\py@OldEndAbstract=\endabstract
84 %\renewcommand{\endabstract}{
84 \renewcommand{\endabstract}{
85 % \if@openright
85 \if@openright
86 % \ifodd\value{page}
86 \ifodd\value{page}
87 % \typeout{Adding blank page after the abstract.}
87 \typeout{Adding blank page after the abstract.}
88 % \vfil\pagebreak
88 \vfil\pagebreak
89 % \fi
89 \fi
90 % \fi
90 \fi
91 % \py@OldEndAbstract
91 \py@OldEndAbstract
92 %}
92 }
93
93
94 % This wraps the \tableofcontents macro with all the magic to get the spacing
94 % This wraps the \tableofcontents macro with all the magic to get the spacing
95 % right and have the right number of pages if the 'openright' option has been
95 % right and have the right number of pages if the 'openright' option has been
@@ -117,9 +117,9 b''
117
117
118 % This is needed to get the width of the section # area wide enough in the
118 % This is needed to get the width of the section # area wide enough in the
119 % library reference. Doing it here keeps it the same for all the manuals.
119 % library reference. Doing it here keeps it the same for all the manuals.
120 %
120
121 %\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.6em}}
121 \renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.6em}}
122 %\renewcommand*\l@subsection{\@dottedtocline{2}{4.1em}{3.5em}}
122 \renewcommand*\l@subsection{\@dottedtocline{2}{4.1em}{3.5em}}
123
123
124 % Fix the bibliography environment to add an entry to the Table of
124 % Fix the bibliography environment to add an entry to the Table of
125 % Contents.
125 % Contents.
General Comments 0
You need to be logged in to leave comments. Login now