Commit 1483151c authored by Guido van Rossum's avatar Guido van Rossum

Renamed mod to lib; and split in 5 instead of 3 parts.

parent 665dd53f
% Format this file with latex. % Format this file with latex.
%\documentstyle[11pt,myformat]{article} \documentstyle[myformat]{report} % To preview with xdvi
\documentstyle[palatino,11pt,myformat]{article}
% Support to leave changebars in...
\newcommand{\cbstart}{}
\newcommand{\cbend}{}
% A command to force the text after an item to start on a new line % A command to force the text after an item to start on a new line
\newcommand{\itembreak}{ \newcommand{\itembreak}{
...@@ -57,8 +60,10 @@ gives a more formal definition of the language. ...@@ -57,8 +60,10 @@ gives a more formal definition of the language.
\pagenumbering{arabic} \pagenumbering{arabic}
\input{mod1.tex} \input{lib1.tex} % intro; built-in types, functions and exceptions
\input{mod2.tex} \input{lib2.tex} % built-in modules
\input{mod3.tex} \input{lib3.tex} % standard modules
\input{lib4.tex} % OS-dependent appendixes
\input{lib5.tex} % Graphics appendixes
\end{document} \end{document}
% Format this file with latex. % Format this file with latex.
%\documentstyle[11pt,myformat]{article} \documentstyle[myformat]{report} % To preview with xdvi
\documentstyle[palatino,11pt,myformat]{article}
% Support to leave changebars in...
\newcommand{\cbstart}{}
\newcommand{\cbend}{}
% A command to force the text after an item to start on a new line % A command to force the text after an item to start on a new line
\newcommand{\itembreak}{ \newcommand{\itembreak}{
...@@ -57,8 +60,10 @@ gives a more formal definition of the language. ...@@ -57,8 +60,10 @@ gives a more formal definition of the language.
\pagenumbering{arabic} \pagenumbering{arabic}
\input{mod1.tex} \input{lib1.tex} % intro; built-in types, functions and exceptions
\input{mod2.tex} \input{lib2.tex} % built-in modules
\input{mod3.tex} \input{lib3.tex} % standard modules
\input{lib4.tex} % OS-dependent appendixes
\input{lib5.tex} % Graphics appendixes
\end{document} \end{document}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment