Fix off-by-one error that resulted in missed characters
[pytest.git] / Doc / paper-a4 / pypaper.sty
blob2415aad02f1b5216bf562a842a9a5a9353316975
2 % Change this to say a4paper instead of letterpaper if you want A4.
4 \newcommand{\py@paper}{a4paper}
5 \newcommand{\py@ptsize}{10pt}
7 % These set up the fonts for the documents.
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.
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.
17 \RequirePackage{times}\typeout{Using Times instead of Computer Modern.}