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 |
|
|
83 | \let\py@OldEndAbstract=\endabstract | |
84 |
|
|
84 | \renewcommand{\endabstract}{ | |
85 |
|
|
85 | \if@openright | |
86 |
|
|
86 | \ifodd\value{page} | |
87 |
|
|
87 | \typeout{Adding blank page after the abstract.} | |
88 |
|
|
88 | \vfil\pagebreak | |
89 |
|
|
89 | \fi | |
90 |
|
|
90 | \fi | |
91 |
|
|
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 |
|
|
121 | \renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.6em}} | |
122 |
|
|
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