I have a TOC and TABLE OF CONTENTS(Continued) in my thesis. But the top margin of the continued page is much less than the one of TOC.
In the .tex file, TOC is described below
Code: Select all
\tableofcontents
{\setlength
{\labelwidth}{1in}
\setlength{\leftmargin}{1.5in}
\setlength{\labelsep}{0.5in}
\setlength{\rightmargin}{1.5in}}
Code: Select all
\def\tableofcontents{
\clearpage
\typeout{TABLE OF CONTENTS.}
\def\headmark{
\vbox{
\hbox to \textwidth{\bfseries\large \hfil TABLE OF CONTENTS
(Continued) \hfil}
\vspace{\innerheadskip}
\hbox to \textwidth{\bfseries\normalsize
\underbar{CHAPTER}\hfil\underbar{PAGE}}}}
\pagestyle{continued}
\table@of@cont
\newpage
}
\def\table@of@cont{%
\begin{singlespace}
\thispagestyle{pageonbottom}
\@makeschapterhead{TABLE OF CONTENTS}
\par
\hbox to \textwidth{\bfseries\underbar{CHAPTER}
\hfil\underbar{PAGE}}
\@starttoc{toc}
\end{singlespace}}
Code: Select all
\@makeschapterhead{TABLE OF CONTENTS}