@@ -77,11 +77,11 @@ README file in the Python distribution.
7777The simplest way to get the rest of the tools in the configuration we
7878used is to install the teTeX TeX distribution, version 0.4 or 0.9. More
7979information is available on teTeX at <http://www.tug.org/tetex/>.
80- This is a UNIX -only TeX distribution at this time. Note that the 0.9
80+ This is a Unix -only TeX distribution at this time. Note that the 0.9
8181release is still in testing; this documentation release was tested
82- with the 21 Apr 1998 release. We'll be upgrading to the final version
83- when it becomes available. Except for the PDF generation, it also works
84- with the (stable) teTeX 0.4 release.
82+ with the 9 Feb 1999 release. We'll be upgrading to the final version
83+ when it becomes available. Except for the PDF generation, there are
84+ no known problems with using the (" stable" ) teTeX 0.4 release.
8585
8686If you don't want to get teTeX, here is what you'll need:
8787
@@ -126,8 +126,8 @@ To create HTML files:
126126 - LaTeX2HTML 98.2b6. Older version will fail with the new
127127 directory layout. Version 98.2b8 specifically does not
128128 work; it translates `` and '' to “ and ”, which
129- are not supported by popular Web browsers. Releases are
130- available at:
129+ are not supported by popular Web browsers. This also screws
130+ up code fragments. ;-( Releases are available at:
131131 <http://cdc-server.cdc.informatik.tu-darmstadt.de/~latex2html/>.
132132
133133
@@ -139,9 +139,9 @@ is done since they are much better looking and produce smaller
139139PostScript files. If, however, your TeX installation does not support
140140them, they may be easily disabled. Edit the file
141141texiinputs/manual.cls and comment out the line that starts
142- "\RequirePackage{times}" using a "%" character at the beginning of the
143- line. An alternative is to install the right fonts and LaTeX style
144- file.
142+ "\RequirePackage{times}" by inserting a "%" character at the beginning
143+ of the line. An alternative is to install the right fonts and LaTeX
144+ style file.
145145
146146
147147What if I want to use A4 paper?
@@ -168,9 +168,9 @@ the new series of Python HOWTO documents which is being coordinated by
168168Andrew Kuchling <
[email protected] >. The file templates/howto.tex is a
169169commented example which may be used a template. A script to "do the
170170right thing" to format a howto document is included as
171- tools/mkhowto.sh. These documents can be formatted as HTML, PDF,
171+ tools/mkhowto. These documents can be formatted as HTML, PDF,
172172PostScript, or ASCII files. Support for this document class is
173- still new, but is expected to evolve rapidly. Use "mkhowto.sh --help"
173+ still new, but is expected to evolve rapidly. Use "mkhowto --help"
174174for information on using the formatting tool.
175175
176176For authors of module documentation, there is a file
0 commit comments