cpython/Doc
Guido van Rossum be3eb96e2d Use \include instead of \input. 1992-03-24 13:34:33 +00:00
..
lib Use \include instead of \input. 1992-03-24 13:34:33 +00:00
ref *** empty log message *** 1992-03-20 14:59:04 +00:00
tut _ can now be a normal character. 1992-03-06 10:56:03 +00:00
Makefile Much simpler version, intended as a script. 1992-03-06 10:56:42 +00:00
README Back to the Makefile... 1992-03-06 10:56:17 +00:00
lib.tex Use \include instead of \input. 1992-03-24 13:34:33 +00:00
myformat.sty Moved macros here from lib.tex. 1992-03-06 10:55:46 +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
ref.tex *** empty log message *** 1992-03-20 14:59:04 +00:00
tut.tex _ can now be a normal character. 1992-03-06 10:56:03 +00:00

README

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".