]> granicus.if.org Git - python/commitdiff
Fixed a typo and updated information about using the Times fonts when
authorFred Drake <fdrake@acm.org>
Mon, 8 Jul 2002 14:10:41 +0000 (14:10 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 8 Jul 2002 14:10:41 +0000 (14:10 +0000)
formatting PostScript documents.  Reported by Dave Kuhlman.

Doc/README

index 4ff97832a43e4dd9421d72ca6f7ec3a3eb5c0825..aee8fb6b9eca2bda508b179cfe6b0390c424ddb2 100644 (file)
@@ -157,12 +157,13 @@ What if Times fonts are not available?
 
 As distributed, the LaTeX documents use PostScript Times fonts.  This
 is done since they are much better looking and produce smaller
-PostScript files.  If, however, your TeX installation does not support 
+PostScript files.  If, however, your TeX installation does not support
 them, they may be easily disabled.  Edit the file
-texiinputs/manual.cls and comment out the line that starts
+texinputs/pypaper.sty and comment out the line that starts
 "\RequirePackage{times}" by inserting a "%" character at the beginning
-of the line.  An alternative is to install the right fonts and LaTeX
-style file.
+of the line.  If you're formatting the docs for A4 paper instead of
+US-Letter paper, change paper-a4/pypaper.sty instead.  An alternative
+is to install the right fonts and LaTeX style file.
 
 
 What if I want to use A4 paper?