|
% $Id$ |
|
|
|
|
1 |
% |
% |
2 |
% manual.cls for the Python documentation |
% manual.cls for the Python documentation |
3 |
% |
% |
7 |
[1998/03/03 Document class (Python manual)] |
[1998/03/03 Document class (Python manual)] |
8 |
|
|
9 |
\RequirePackage{pypaper} |
\RequirePackage{pypaper} |
10 |
|
\RequirePackage{fancybox} |
11 |
|
|
12 |
% Change the options here to get a different set of basic options, but only |
% Change the options here to get a different set of basic options, but only |
13 |
% if you have to. Paper and font size should be adjusted in pypaper.sty. |
% if you have to. Paper and font size should be adjusted in pypaper.sty. |
64 |
\let\footnotesize\small |
\let\footnotesize\small |
65 |
\let\footnoterule\relax |
\let\footnoterule\relax |
66 |
\py@doHorizontalRule% |
\py@doHorizontalRule% |
67 |
\@ifundefined{pdfinfo}{}{{ |
\ifpdf |
68 |
|
\begingroup |
69 |
% This \def is required to deal with multi-line authors; it |
% This \def is required to deal with multi-line authors; it |
70 |
% changes \\ to ', ' (comma-space), making it pass muster for |
% changes \\ to ', ' (comma-space), making it pass muster for |
71 |
% generating document info in the PDF file. |
% generating document info in the PDF file. |
74 |
/Author (\@author) |
/Author (\@author) |
75 |
/Title (\@title) |
/Title (\@title) |
76 |
} |
} |
77 |
}} |
\endgroup |
78 |
|
\fi |
79 |
\begin{flushright}% |
\begin{flushright}% |
80 |
{\rm\Huge\py@HeaderFamily \@title \par}% |
{\rm\Huge\py@HeaderFamily \@title \par}% |
81 |
{\em\LARGE\py@HeaderFamily \py@release\releaseinfo \par} |
{\em\LARGE\py@HeaderFamily \py@release\releaseinfo \par} |