Minor changes.
This commit is contained in:
parent
14f7aae080
commit
a95e463d1e
10
Doc/README
10
Doc/README
|
@ -1,11 +1,11 @@
|
||||||
This directory contains the LaTeX source to the Python documentation.
|
This directory contains the LaTeX source to the Python documentation.
|
||||||
The documentation is not all finished, but good enough to get you some
|
The documentation is not all finished, but good enough to get you
|
||||||
idea of how to program in Python.
|
started.
|
||||||
|
|
||||||
The following are the important latex source files:
|
The following are the important latex source files:
|
||||||
|
|
||||||
tut.tex tutorial
|
tut.tex A tutorial
|
||||||
mod.tex library reference
|
mod.tex The library reference
|
||||||
|
|
||||||
They both read the style option file "myformat.sty".
|
They both read the style option file "myformat.sty".
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ 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
|
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.
|
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
|
Type "make clean" to get rid of all the intermediate files produced by
|
||||||
the latex process.
|
the latex process, and other junk files.
|
||||||
|
|
||||||
You can just as well ignore the Makefile; all you really need is:
|
You can just as well ignore the Makefile; all you really need is:
|
||||||
latex tut
|
latex tut
|
||||||
|
|
Loading…
Reference in New Issue