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/lib/lib.tex b/Doc/lib/lib.tex
index e3e3832..7871207 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -1,4 +1,5 @@
-\documentstyle[twoside,myformat]{report}
+\documentclass[twoside]{report}
+\usepackage{myformat}
% NOTE: this file controls which chapters/sections of the library
% manual are actually printed. It is easy to customize your manual
@@ -13,6 +14,7 @@
\begin{document}
+\pagestyle{empty}
\pagenumbering{roman}
\maketitle
@@ -54,14 +56,7 @@
\end{abstract}
-\pagebreak
-
-{
-\parskip = 0mm
-\tableofcontents
-}
-
-\pagebreak
+\mytableofcontents
\pagenumbering{arabic}