Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
676d6dad
Commit
676d6dad
authored
Feb 11, 1992
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ref and qua; forget about the Makefile
parent
19f2aec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
19 deletions
+31
-19
Doc/README
Doc/README
+31
-19
No files found.
Doc/README
View file @
676d6dad
This directory contains the LaTeX source to the Python documentation.
The documentation is not all finished, but good enough to get you
started.
It is not all finished, but good enough to get you started.
The following are the
important latex
source files:
The following are the
LaTeX
source files:
tut.tex
A
tutorial
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
They both read the style option file "myformat.sty".
You can use the Makefile to format, preview and print the documents.
Type "make tut" or "make mod" to preview either document with xdvi.
Type "make print" to print them both (this only works if your print
spooler is set up just like mine...), or "make all" to create postscript
files that you can you can print using your local printing commands.
Type "make clean" to get rid of all the intermediate files produced by
the latex process, and other junk files.
You can just as well ignore the Makefile; all you really need is:
latex tut
latex tut
dvips tut | lpr
and similar for the "mod" document.
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment