cpython/Doc
1992-04-02 10:24:59 +00:00
..
lib Added style options twoside,a4wide,11pt 1992-03-31 19:12:06 +00:00
ref Almost through with revisions. 1992-04-02 10:24:59 +00:00
tut _ can now be a normal character. 1992-03-06 10:56:03 +00:00
lib.tex Added style options twoside,a4wide,11pt 1992-03-31 19:12:06 +00:00
Makefile Much simpler version, intended as a script. 1992-03-06 10:56:42 +00:00
myformat.sty Don't define the page lay-out here -- rely on A4wide, doubleside options. 1992-03-31 18:53:47 +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 Back to the Makefile... 1992-03-06 10:56:17 +00:00
ref.tex Almost through with revisions. 1992-04-02 10:24:59 +00:00
tut.tex _ can now be a normal character. 1992-03-06 10:56:03 +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 macro definitions and sets style parameters.  You can
easily edit it to change the paper size (the default is European
paper, "A4": 21 x 29.7 cm).

There's a Makefile to call latex and other utilities (makeindex and
bibtex) in the right order and the right number of times.  This will
produce dvi files for each document made; to preview them, use xdvi.
Printing depends on local conventions; at my site, I use dvips and
lpr.  For example:

	make ref			# creates ref.dvi
	xdvi ref			# preview it
	dvips -Ppsc ref | lpr -Ppsc	# print it on printer "psc".