diff options
author | Guido van Rossum <guido@python.org> | 1992-12-08 14:37:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-08 14:37:55 (GMT) |
commit | 95cd2ef1623d8f3ac574d617964e5b4e097bc54d (patch) | |
tree | c763f4b5a345daddf1ac94020f2e5c227fc3b9dc /Doc/lib | |
parent | 2a7178efe1353aed277c0714e92a0790c84f7b88 (diff) | |
download | cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.zip cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.gz cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.bz2 |
Incorporated Jan-Hein's changes and texinfo conversion.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1bad16b..bb00ab3 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -1,4 +1,5 @@ \documentstyle[twoside,11pt,myformat]{report} +%\includeonly{lib5} \title{\bf Python Library Reference @@ -15,7 +16,8 @@ \makeindex \begin{document} - +%\showthe\fam +%\showthe\ttfam \pagenumbering{roman} \maketitle @@ -42,7 +44,6 @@ language. \pagebreak \pagenumbering{arabic} - \include{lib1} % intro; built-in types, functions and exceptions \include{lib2} % built-in modules \include{lib3} % standard modules |