Skip to content

Commit c964f30

Browse files
committed
Add toc, lof, and lot bookmarks
1 parent 4c73d29 commit c964f30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_extensions/polyu-thesis/partials/before-body.tex

+6
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,19 @@ \chapter*{Acknowledgements}
5050
\cleardoublepage
5151

5252
%% Table of Contents
53+
\def\contentsname{Table of Contents}
54+
\pdfbookmark[0]{Table of Contents}{Table of Contents}
5355
\setcounter{tocdepth}{2} % define depth of toc
5456
\tableofcontents % display table of contents
5557
\cleardoublepage
5658

59+
\def\listfigurename{List of Figures}
60+
\pdfbookmark[0]{List of Figures}{List of Figures}
5761
\listoffigures
5862
\cleardoublepage
5963

64+
\def\listtablename{List of Tables}
65+
\pdfbookmark[0]{List of Tables}{List of Tables}
6066
\listoftables
6167
\cleardoublepage
6268

0 commit comments

Comments
 (0)