diff options
author | Fred Drake <fdrake@acm.org> | 1998-06-22 17:50:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-06-22 17:50:34 (GMT) |
commit | 2d4a54da3282ad8b5b9622e3b1ca62bb5ad13224 (patch) | |
tree | a1f2d3e5b323ebb776a24b4596c972a62e2cd378 /Doc/texinputs/manual.cls | |
parent | 44c413b05ee83a563dcabaca8105e80650716645 (diff) | |
download | cpython-2d4a54da3282ad8b5b9622e3b1ca62bb5ad13224.zip cpython-2d4a54da3282ad8b5b9622e3b1ca62bb5ad13224.tar.gz cpython-2d4a54da3282ad8b5b9622e3b1ca62bb5ad13224.tar.bz2 |
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.
Diffstat (limited to 'Doc/texinputs/manual.cls')
-rw-r--r-- | Doc/texinputs/manual.cls | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 0edb50e..786002d 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: |