summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-03-06 10:56:17 (GMT)
committerGuido van Rossum <guido@python.org>1992-03-06 10:56:17 (GMT)
commit0e5f0097c4b0ca48b17efc2100197b74db5a5013 (patch)
treef5718052b5f3686c2c335bc57ebdddb3045711e7 /Doc
parent573805afd65e70021a62c4322533c953f13fcdfd (diff)
downloadcpython-0e5f0097c4b0ca48b17efc2100197b74db5a5013.zip
cpython-0e5f0097c4b0ca48b17efc2100197b74db5a5013.tar.gz
cpython-0e5f0097c4b0ca48b17efc2100197b74db5a5013.tar.bz2
Back to the Makefile...
Diffstat (limited to 'Doc')
-rw-r--r--Doc/README38
1 files changed, 13 insertions, 25 deletions
diff --git a/Doc/README b/Doc/README
index 2dbdcda..b0ac174 100644
--- a/Doc/README
+++ b/Doc/README
@@ -9,28 +9,16 @@ The following are the LaTeX source files:
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
+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".