]> granicus.if.org Git - python/commitdiff
Removed loading of shared font stuff from howto.cls and manual.cls, moving it
authorFred Drake <fdrake@acm.org>
Mon, 22 Jun 1998 17:50:34 +0000 (17:50 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Jun 1998 17:50:34 +0000 (17:50 +0000)
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.

Doc/texinputs/howto.cls
Doc/texinputs/manual.cls
Doc/texinputs/pypaper.sty

index 79dbc24a3c934fa5362041285368ac9dab88030c..1a6ed791d6fa04ce99995eaa07ec5851cae487cd 100644 (file)
 % 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:
index 0edb50e539356148c8985debfcdfdaf289fff12b..786002df1038e1c17555318c4fcb01ab1384b78a 100644 (file)
 % 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:
index 5a61c87d75f8773a2eab93235f76a93f0298e9b3..41b2572f414c7b309e18e83b46f3bc4b476363a2 100644 (file)
@@ -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.}