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

Skip to content

Commit cd7bf39

Browse files
committed
Made ready for release
1 parent bab9d03 commit cd7bf39

1 file changed

Lines changed: 23 additions & 10 deletions

File tree

Doc/README

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
This directory contains the LaTeX source to the Python documentation.
2-
It is not all finished, but good enough to get you started.
1+
Python main documentation -- in LaTeX
2+
-------------------------------------
3+
4+
This directory contains the LaTeX sources to the Python documentation
5+
and a published article about Python.
36

47
The following are the LaTeX source files:
58

@@ -9,16 +12,26 @@ The following are the LaTeX source files:
912
qua.tex, quabib.bib Article published in CWI Quarterly
1013

1114
All except qua.tex use the style option file "myformat.sty". This
12-
contains some macro definitions and sets style parameters. You can
13-
easily edit it to change the paper size (the default is European
14-
paper, "A4": 21 x 29.7 cm).
15+
contains some macro definitions and sets some style parameters.
16+
17+
All documents are set up for European paper size ("A4": 21 x 29.7 cm)
18+
by default. To use US paper, remove the "a4wide" style option from
19+
the \documentstyle options list in the first line of the main .tex
20+
files (you may want to fiddle with the lay-out parameters, since the
21+
default format uses rather wide margins to my taste).
1522

16-
There's a Makefile to call latex and other utilities (makeindex and
17-
bibtex) in the right order and the right number of times. This will
18-
produce dvi files for each document made; to preview them, use xdvi.
19-
Printing depends on local conventions; at my site, I use dvips and
20-
lpr. For example:
23+
You need the makeindex utility to produce the index for ref.tex
24+
lib.tex; you need bibtex to produce the references list for qua.tex.
25+
26+
There's a Makefile to call latex and the other utilities in the right
27+
order and the right number of times. This will produce dvi files for
28+
each document made; to preview them, use xdvi. Printing depends on
29+
local conventions; at my site, I use dvips and lpr. For example:
2130

2231
make ref # creates ref.dvi
2332
xdvi ref # preview it
2433
dvips -Ppsc ref | lpr -Ppsc # print it on printer "psc".
34+
35+
If you don't have latex, you can ftp the pre-formatted PosytScript
36+
versions of the documents; see "../misc/FTP" for information about
37+
ftp-ing Python files.

0 commit comments

Comments
 (0)