aboutsummaryrefslogtreecommitdiff
path: root/doc/README
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
committerSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
commitc2587c76f1b416cdbecb979e54941933246bf856 (patch)
treebb61ee9128075ce22af4eafa232f13c2e5a07896 /doc/README
parentd90761a005b24018ae237bf551515772a1de656f (diff)
downloadpython-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.tar.xz
python-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.zip
starting over
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README b/doc/README
index 14c3de9..468aad8 100644
--- a/doc/README
+++ b/doc/README
@@ -4,8 +4,8 @@ started.
The following are the important latex source files:
- tut.tex A tutorial
- mod.tex The library reference
+ tut.tex A tutorial
+ mod.tex The library reference
They both read the style option file "myformat.sty".
@@ -18,7 +18,7 @@ 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
+ latex tut
+ latex tut
+ dvips tut | lpr
and similar for the "mod" document.