From: Fred Drake Date: Mon, 22 Jun 1998 17:50:34 +0000 (+0000) Subject: Removed loading of shared font stuff from howto.cls and manual.cls, moving it X-Git-Tag: v1.5.2a1~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d4a54da3282ad8b5b9622e3b1ca62bb5ad13224;p=thirdparty%2FPython%2Fcpython.git Removed loading of shared font stuff from howto.cls and manual.cls, moving it to pypaper.sty. Added the use of the "avant" package to use AvantGarde for the sans-serif font instead of the helvetica font loaded by the "times" package. --- diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 79dbc24a3c93..1a6ed791d6fa 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -24,12 +24,7 @@ % implement, and is used to put the chapter and section information in % the footers. % -% The "times" package makes the default font the PostScript Times -% font, which makes for smaller PostScript and a font that more people -% like. -% \RequirePackage{fancyhdr}\typeout{Using fancier footers than usual.} -\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.} % Required package: diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 0edb50e53935..786002df1038 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -25,12 +25,7 @@ % implement, and is used to put the chapter and section information in % the footers. % -% The "times" package makes the default font the PostScript Times -% font, which makes for smaller PostScript and a font that more people -% like. -% \RequirePackage{fancyhdr}\typeout{Using fancier footers than usual.} -\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.} % Required packages: diff --git a/Doc/texinputs/pypaper.sty b/Doc/texinputs/pypaper.sty index 5a61c87d75f8..41b2572f414c 100644 --- a/Doc/texinputs/pypaper.sty +++ b/Doc/texinputs/pypaper.sty @@ -4,3 +4,16 @@ % \newcommand{\py@paper}{letterpaper} \newcommand{\py@ptsize}{10pt} + +% These set up the fonts for the documents. +% +% The "times" package makes the default font the PostScript Times +% font, which makes for smaller PostScript and a font that more people +% like. +% +% The "avant" package causes the AvantGarde font to be used for +% sans-serif text, instead of the uglier Helvetica set up by the "times" +% package. +% +\RequirePackage{times}\typeout{Using Times instead of Computer Modern.} +\RequirePackage{avant}\typeout{Using AvantGarde instead of Helvetica.}