This is what I currently have.
Code: Select all
\chapter*{\Large\bfseries\centering ACKNOWLEDGMENTS}
\phantomsection
\newpage
\renewcommand\contentsname{\centering\Large TABLE OF CONTENTS}
\tableofcontents
I have seen a previous post similar to what I would like to do, and was given
Code: Select all
\renewcommand{\printtoctitle}{\centering\Huge\bfseries}
\renewcommand{\contentsname}{TABLE OF CONTENTS}
\printtoctitle
undefined (I also tried \printcontentstitle
).I am assuming I can fix this by using this.
Code: Select all
\chapter*{\Large\bfseries\centering TABLE OF CONTENTS}
Code: Select all
\renewcommand\contentsname{\centering\Large TABLE OF CONTENTS}
\tableofcontents %(remove old table of contents title)