1 |
% $Id: pypaper.sty 82 2004-10-26 06:53:54Z jgs $ |
2 |
|
3 |
% |
4 |
% Change this to say a4paper instead of letterpaper if you want A4. These |
5 |
% are the latex defaults. |
6 |
% |
7 |
\newcommand{\py@paper}{a4paper} |
8 |
\newcommand{\py@ptsize}{10pt} |
9 |
|
10 |
% These set up the fonts for the documents. |
11 |
% |
12 |
% The "times" package makes the default font the PostScript Times |
13 |
% font, which makes for smaller PostScript and a font that more people |
14 |
% like. |
15 |
% |
16 |
% The "avant" package causes the AvantGarde font to be used for |
17 |
% sans-serif text, instead of the uglier Helvetica set up by the "times" |
18 |
% package. |
19 |
% |
20 |
\RequirePackage{times}\typeout{Using Times instead of Computer Modern.} |