--- trunk/doc/user/manual.cls 2006/02/28 06:53:17 571 +++ trunk/doc/user/manual.cls 2006/03/01 04:40:10 572 @@ -1,5 +1,3 @@ -% $Id$ - % % manual.cls for the Python documentation % @@ -9,6 +7,7 @@ [1998/03/03 Document class (Python manual)] \RequirePackage{pypaper} +\RequirePackage{fancybox} % Change the options here to get a different set of basic options, but only % if you have to. Paper and font size should be adjusted in pypaper.sty. @@ -65,7 +64,8 @@ \let\footnotesize\small \let\footnoterule\relax \py@doHorizontalRule% - \@ifundefined{pdfinfo}{}{{ + \ifpdf + \begingroup % This \def is required to deal with multi-line authors; it % changes \\ to ', ' (comma-space), making it pass muster for % generating document info in the PDF file. @@ -74,7 +74,8 @@ /Author (\@author) /Title (\@title) } - }} + \endgroup + \fi \begin{flushright}% {\rm\Huge\py@HeaderFamily \@title \par}% {\em\LARGE\py@HeaderFamily \py@release\releaseinfo \par}