diff options
Diffstat (limited to 'Doc/texinputs/pypaper.sty')
-rw-r--r-- | Doc/texinputs/pypaper.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/texinputs/pypaper.sty b/Doc/texinputs/pypaper.sty index 5a61c87..41b2572 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.} |