diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-09 05:36:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-09 05:36:43 (GMT) |
commit | 1f8449af4e117ed4b9d0b6228aa93c21655ad788 (patch) | |
tree | 36b38ae396d85b3f1c5a535f8647162c15b599e3 /Doc/tut/tut.tex | |
parent | 031ad4b2a058214e34f74829e3cf4b404d7704ed (diff) | |
download | cpython-1f8449af4e117ed4b9d0b6228aa93c21655ad788.zip cpython-1f8449af4e117ed4b9d0b6228aa93c21655ad788.tar.gz cpython-1f8449af4e117ed4b9d0b6228aa93c21655ad788.tar.bz2 |
Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility
mode) and take advantage of changes in myformat.sty.
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r-- | Doc/tut/tut.tex | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index df41199..4abd470 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1,4 +1,5 @@ -\documentstyle[twoside,11pt,myformat]{report} +\documentclass[twoside]{report} +\usepackage{myformat} % Things to do: % Add a section on file I/O @@ -62,13 +63,7 @@ modules described in the \emph{Python Library Reference}. \end{abstract} -\pagebreak -{ -\parskip = 0mm -\tableofcontents -} - -\pagebreak +\mytableofcontents \pagenumbering{arabic} |