blob: 2415aad02f1b5216bf562a842a9a5a9353316975 [file] [log] [blame]
Fred Drake0d162d01998-05-06 21:40:50 +00001%
2% Change this to say a4paper instead of letterpaper if you want A4.
3%
4\newcommand{\py@paper}{a4paper}
5\newcommand{\py@ptsize}{10pt}
Fred Drake388fba82002-07-08 14:08:48 +00006
7% These set up the fonts for the documents.
8%
9% The "times" package makes the default font the PostScript Times
10% font, which makes for smaller PostScript and a font that more people
11% like.
12%
13% The "avant" package causes the AvantGarde font to be used for
14% sans-serif text, instead of the uglier Helvetica set up by the "times"
15% package.
16%
17\RequirePackage{times}\typeout{Using Times instead of Computer Modern.}