cpython/Doc
Guido van Rossum 66122d2dae __oct__ and __hex__ 1992-09-20 21:43:47 +00:00
..
lib Initial revision 1992-06-03 17:59:07 +00:00
ref __oct__ and __hex__ 1992-09-20 21:43:47 +00:00
templates Initial revision 1992-06-03 17:59:07 +00:00
tut Added hint about changing the prompt in $PYTHONSTARTUP 1992-09-08 09:20:13 +00:00
Makefile > * Makefile: always create .ps files; add qua to 'all' target; 1992-07-07 09:06:34 +00:00
README Change description of a4wide removal 1992-04-06 14:02:37 +00:00
lib.tex Documented new contents of lib5.tex 1992-06-03 17:56:44 +00:00
libtemplate.tex Initial revision 1992-06-03 17:59:07 +00:00
myformat.sty Dumped \cbstart, \cbend 1992-08-13 14:10:17 +00:00
qua.tex Don't use times by default 1992-04-06 14:02:49 +00:00
quabib.bib Initial revision 1992-02-11 15:52:24 +00:00
ref.tex Use \input instead of \include (or \inclide) 1992-08-19 16:54:06 +00:00
ref1.tex Initial revision 1992-08-14 09:11:01 +00:00
ref2.tex Initial revision 1992-08-14 09:11:01 +00:00
ref3.tex __oct__ and __hex__ 1992-09-20 21:43:47 +00:00
ref4.tex Initial revision 1992-08-14 09:11:01 +00:00
ref5.tex Initial revision 1992-08-14 09:11:01 +00:00
ref6.tex Initial revision 1992-08-14 09:17:29 +00:00
ref7.tex Initial revision 1992-08-14 09:17:29 +00:00
ref8.tex Initial revision 1992-08-14 09:17:29 +00:00
tut.tex Added hint about changing the prompt in $PYTHONSTARTUP 1992-09-08 09:20:13 +00:00

README

Python main documentation -- in LaTeX
-------------------------------------

This directory contains the LaTeX sources to the Python documentation
and a published article about Python.

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 some style parameters.

The style parameters are set up for European paper size (21 x 29.7 cm,
a.k.a. A4, or roughly 8.27 x 11.7 inch) by default.  To use US paper,
comment out the line saying \input{a4wide.sty} in myformat.sty (you
may want to fiddle with lay-out parameters like \textwidth and
\textheight, since the default format uses rather wide margins).

You need the makeindex utility to produce the index for ref.tex
lib.tex; you need bibtex to produce the references list for qua.tex.

There's a Makefile to call latex and the other utilities 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".

If you don't have latex, you can ftp the pre-formatted PosytScript
versions of the documents; see "../misc/FTP" for information about
ftp-ing Python files.