I am using the Book class and using roman numbering until the first page of chapter 1. I have two unnumbered chapters* before the Table of Contents. 1. How do I include these unnumbered chapters and the table of contents itself in the table of contents? 2. How do I get the roman page numbers at the top of the page instead of the bottom?

My preamble:

\usepackage{lscape}
\usepackage{rotating}
\usepackage{float}
\usepackage{rotfloat}
\usepackage{pdfpages}
\title{}
\date{}
\pagenumbering{roman}
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\myTOC
\clearpage
\pagenumbering{arabic}
}

Thanks.

Eric Zollars

Reply via email to