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

Skip to content

Commit 41dee84

Browse files
committed
Lots of small updates.
1 parent b1d8398 commit 41dee84

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Doc/README

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ README file in the Python distribution.
7777
The simplest way to get the rest of the tools in the configuration we
7878
used is to install the teTeX TeX distribution, version 0.4 or 0.9. More
7979
information 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
8181
release 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

8686
If 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 &ldquo; and &rdquo;, 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
139139
PostScript files. If, however, your TeX installation does not support
140140
them, they may be easily disabled. Edit the file
141141
texiinputs/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

147147
What if I want to use A4 paper?
@@ -168,9 +168,9 @@ the new series of Python HOWTO documents which is being coordinated by
168168
Andrew Kuchling <[email protected]>. The file templates/howto.tex is a
169169
commented example which may be used a template. A script to "do the
170170
right 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,
172172
PostScript, 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"
174174
for information on using the formatting tool.
175175

176176
For authors of module documentation, there is a file

0 commit comments

Comments
 (0)