-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.tex
24 lines (23 loc) · 851 Bytes
/
body.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\include{preface/titlepage}
% Optional thesis dedication
%\include{preface/dedication}
% Table of Contents, List of Tables and List of Figures
\pdfbookmark[1]{TABLE OF CONTENTS}{table}
\tableofcontents
\addtocontents{toc}{\def\protect\@chapapp{}} \cleardoublepage \phantomsection
\addcontentsline{toc}{chapter}{LIST OF TABLES}
\listoftables
\cleardoublepage \phantomsection \addcontentsline{toc}{chapter}{LIST OF FIGURES}
\listoffigures
% Comment out the next line if NOT using chaptertitle
\addtocontents{toc}{\def\protect\@chapapp{CHAPTER\ }}
%Optional Acknowledgements
\cleardoublepage \phantomsection
\include{preface/acknowl}
%Optional thesis abstract
\cleardoublepage \phantomsection
\include{preface/abstract}
\newpage
\pagenumbering{arabic}
\let\oldhypertarget\hypertarget
\renewcommand{\hypertarget}[2]{\oldhypertarget{#1}{#2}~\vspace{0in}}