% tenure.toc.tex: table of contents
%%%%%%%%%%%%%%%%%%%%%%%%%%% title at top %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thispagestyle{empty} % no header, no page numbers
\vspace*{1in}
\noindent
\begin{center}
  {\Largebold{}Contents}
\end{center}
\vspace{0.45in}
%%%%%%%%%%%%%% actual table of contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tabcolsep=10pt % extra space left and right
\renewcommand{\arraystretch}{1.2} % stretch out vertically
\setlength{\arrayrulewidth}{1pt} % width of lines, 1pt=1/72 in
\noindent
\begin{center}
\begin{tabular}{c|c} % 2 columns, each centered, line between them 
{\bf\Large Chap} & {\bf\Large Page}  \\ \hline
 \str {\Large 1}  &  {\Large \pageref{chap1}}\\
{\Large 2}  &  {\Large \pageref{chap2}} \\
{\Large 3}  &  {\Large \pageref{chap3}} \\
{\Large 4}  &  {\Large \pageref{chap4}} \\
\end{tabular}
\end{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%% end of toc page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%