diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-13 07:08:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-13 07:08:56 (GMT) |
commit | 2a4646c660a6fa1bbbab073a5f6c3d4ed77739d1 (patch) | |
tree | 529c758f840e9cbc7396dfa9ac01178600503779 /Doc/lib.tex | |
parent | 1947991c2f85db781fb3fcdc9e3bcfe2905e58e2 (diff) | |
download | cpython-2a4646c660a6fa1bbbab073a5f6c3d4ed77739d1.zip cpython-2a4646c660a6fa1bbbab073a5f6c3d4ed77739d1.tar.gz cpython-2a4646c660a6fa1bbbab073a5f6c3d4ed77739d1.tar.bz2 |
Remove obsolete pagenumbering / pagestyle cruft.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index f1fd33e..510a543 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -14,9 +14,6 @@ \begin{document} -\pagestyle{empty} -\pagenumbering{roman} - \maketitle \input{copyright} @@ -58,8 +55,6 @@ add new extensions to Python and how to embed it in other applications. \tableofcontents -\pagenumbering{arabic} - % Chapter title: \input{libintro} % Introduction |