Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 388fba8

Browse files
committed
Added font-setting line (and associated comments) to the A4 version of
this file; the lack of this was causing the A4 version of tutorial to use really bad Type 3 fonts instead of Type 1 fonts, which also bloated the file size substantially. I thought there was a SourceForge bug for this, but couldn't find it.
1 parent c361f94 commit 388fba8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/paper-a4/pypaper.sty

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@
33
%
44
\newcommand{\py@paper}{a4paper}
55
\newcommand{\py@ptsize}{10pt}
6+
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.}

0 commit comments

Comments
 (0)