Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility
mode) and take advantage of changes in myformat.sty.
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 @@
 
 \end{abstract}
 
-\pagebreak
-{
-\parskip = 0mm
-\tableofcontents
-}
-
-\pagebreak
+\mytableofcontents
 
 \pagenumbering{arabic}