Is there a command for the header of the Contents section in LaTeX? As in...I have for my chapters
Is there any way to apply the same formatting to my ToC header (minus the numbering)?Code:\def\thechapter{\Roman{chapter}}
\def\@makechapterhead#1{%
\vspace*{1\p@}%
{\parindent \z@ \centering \reset@font
{\large\scshape\thechapter}
\par\nobreak
\vspace*{1\p@}%
\interlinepenalty\@M
\begin{tabular}{@{\qquad}c@{\qquad}}
\\
{\large\scshape #1\par\nobreak} \\
\\
\end{tabular}
\vskip 1\p@
}}
Thank you! (Happy)
