diff options
author | Guido van Rossum <guido@python.org> | 1992-03-24 13:34:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-03-24 13:34:33 (GMT) |
commit | be3eb96e2d62e1fa68428ec5ec4ca749e5aca9b6 (patch) | |
tree | 4494ad2fe6e3929d44ab71da3839e00083f2f471 /Doc/lib.tex | |
parent | cd8077603a9268322fe5db18a7d70a32b0562003 (diff) | |
download | cpython-be3eb96e2d62e1fa68428ec5ec4ca749e5aca9b6.zip cpython-be3eb96e2d62e1fa68428ec5ec4ca749e5aca9b6.tar.gz cpython-be3eb96e2d62e1fa68428ec5ec4ca749e5aca9b6.tar.bz2 |
Use \include instead of \input.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index f9d0ad7..6b8d978 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -43,11 +43,12 @@ language. \pagenumbering{arabic} -\input{lib1.tex} % intro; built-in types, functions and exceptions -\input{lib2.tex} % built-in modules -\input{lib3.tex} % standard modules -\input{lib4.tex} % OS-dependent chapters -\input{lib5.tex} % Graphics chapters -\input{lib.ind} % The index +\include{lib1} % intro; built-in types, functions and exceptions +\include{lib2} % built-in modules +\include{lib3} % standard modules +\include{lib4} % Most OS'es; UNIX only; Amoeba only +\include{lib5} % STDWIN only; SGI machines only + +\input{lib.ind} % The index \end{document} |