]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Renamed mod to lib; and split in 5 instead of 3 parts.
authorGuido van Rossum <guido@python.org>
Tue, 12 Nov 1991 15:41:57 +0000 (15:41 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Nov 1991 15:41:57 +0000 (15:41 +0000)
Doc/lib.tex
Doc/lib/lib.tex

index 10a6db501547023b0a7759d8e2560681faff9c36..dc7bcb1abae8c2d960c3711b911ca723f32bdeda 100644 (file)
@@ -1,7 +1,10 @@
 % Format this file with latex.
 
-%\documentstyle[11pt,myformat]{article}
-\documentstyle[palatino,11pt,myformat]{article}
+\documentstyle[myformat]{report}               % To preview with xdvi
+
+% Support to leave changebars in...
+\newcommand{\cbstart}{}
+\newcommand{\cbend}{}
 
 % A command to force the text after an item to start on a new line
 \newcommand{\itembreak}{
@@ -57,8 +60,10 @@ gives a more formal definition of the language.
 
 \pagenumbering{arabic}
 
-\input{mod1.tex}
-\input{mod2.tex}
-\input{mod3.tex}
+\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 appendixes
+\input{lib5.tex}       % Graphics appendixes
 
 \end{document}
index 10a6db501547023b0a7759d8e2560681faff9c36..dc7bcb1abae8c2d960c3711b911ca723f32bdeda 100644 (file)
@@ -1,7 +1,10 @@
 % Format this file with latex.
 
-%\documentstyle[11pt,myformat]{article}
-\documentstyle[palatino,11pt,myformat]{article}
+\documentstyle[myformat]{report}               % To preview with xdvi
+
+% Support to leave changebars in...
+\newcommand{\cbstart}{}
+\newcommand{\cbend}{}
 
 % A command to force the text after an item to start on a new line
 \newcommand{\itembreak}{
@@ -57,8 +60,10 @@ gives a more formal definition of the language.
 
 \pagenumbering{arabic}
 
-\input{mod1.tex}
-\input{mod2.tex}
-\input{mod3.tex}
+\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 appendixes
+\input{lib5.tex}       % Graphics appendixes
 
 \end{document}