cpython/Doc
1992-03-06 10:52:59 +00:00
..
lib Excitem now has only one argument. 1992-01-29 14:46:35 +00:00
ref Completed missing parts. Restructured ch. 3/4 to Data and Execution 1992-03-06 10:52:59 +00:00
tut Set parskip to 0 in the table of content. 1992-02-11 15:53:13 +00:00
lib.tex Excitem now has only one argument. 1992-01-29 14:46:35 +00:00
Makefile Added ref.tex. 1991-11-21 13:54:36 +00:00
myformat.sty Minor reorg. 1992-02-11 15:52:03 +00:00
qua.tex Initial revision 1992-02-11 15:52:24 +00:00
quabib.bib Initial revision 1992-02-11 15:52:24 +00:00
README Added ref and qua; forget about the Makefile 1992-02-11 15:51:36 +00:00
ref.tex Completed missing parts. Restructured ch. 3/4 to Data and Execution 1992-03-06 10:52:59 +00:00
tut.tex Set parskip to 0 in the table of content. 1992-02-11 15:53:13 +00:00

This directory contains the LaTeX source to the Python documentation.
It is not all finished, but good enough to get you started.

The following are the LaTeX source files:

	tut.tex				The tutorial
	lib.tex, lib[1-5].tex		The library reference
	ref.tex				The reference manual
	qua.tex, quabib.bib		Article published in CWI Quarterly

All except qua.tex use the style option file "myformat.sty".  This
contains some simple macro definitions and sets style parameters.  You
can easily edit it to change the paper size (the default is European
paper, "A4" or 21 x 29.7 cm).

To format a document, run latex on it, twice, to get the forward
references right, then use dvips and lpr to print it, e.g.:

	latex lib
	latex lib
	dvips lib | lpr

Before calling dvips and lpr, you should really preview the dvi file,
e.g.

	xdvi lib

The qua document (which is not user documentation but a somewhat more
abstract review of Python and some work for which it was used) needs
a little more work:

	latex qua
	latex qua
	bibtex qua
	latex qua
	dvips qua | lpr