[Python-checkins] python/dist/src/Doc README,1.46,1.47
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
Mon, 08 Jul 2002 07:10:43 -0700
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv29170
Modified Files:
README
Log Message:
Fixed a typo and updated information about using the Times fonts when
formatting PostScript documents. Reported by Dave Kuhlman.
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/README,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** README 27 Feb 2002 13:29:45 -0000 1.46
--- README 8 Jul 2002 14:10:41 -0000 1.47
***************
*** 158,167 ****
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
them, they may be easily disabled. Edit the file
! texiinputs/manual.cls 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.
--- 158,168 ----
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
them, they may be easily disabled. Edit the file
! texinputs/pypaper.sty and comment out the line that starts
"\RequirePackage{times}" by inserting a "%" character at the beginning
! 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.